• Thomas Martitz's avatar
    plugins: Clarify which API functions may be called within geany_load_module() · 765000be
    Thomas Martitz yazdı
    Since geany_load_module() is called for non-enabled plugins you may not
    use the plugin API here yet. The only exceptions to this rule are API functions
    required for plugin registration.
    
    This rule is hard to enforce (would need to g_return_if_val(PLUGIN_LOADED_OK(p))
    for all API functions (well, those taking a plugin pointer anyway), so this
    rule is only documented for now.
    765000be
Adı
Son kayıt (commit)
Son güncelleme
..
images Loading commit data...
Doxyfile.in Loading commit data...
Makefile.am Loading commit data...
geany.1.in Loading commit data...
geany.css Loading commit data...
geany.txt Loading commit data...
makefile.win32 Loading commit data...
making-a-release Loading commit data...
plugins.dox Loading commit data...
pluginsignals.c Loading commit data...
pluginsymbols.c Loading commit data...
stash-example.c Loading commit data...
stash-gui-example.c Loading commit data...