Home
last modified time | relevance | path

Searched refs:cb_data_destroy (Results 1 – 14 of 14) sorted by relevance

/dports/devel/geany-legacy/geany-1.37.1/src/
H A Dkeybindingsprivate.h41 GDestroyNotify cb_data_destroy; /* used to destroy handler_data */ member
H A Dpluginprivate.h67 GDestroyNotify cb_data_destroy; /* called when the plugin is unloaded, for cb_data */ member
H A Dpluginutils.c367 group->cb_data_destroy = destroy_notify; in plugin_set_key_group_full()
629 if (p->cb_data != NULL || p->cb_data_destroy != NULL) in geany_plugin_set_data()
639 p->cb_data_destroy = free_func; in geany_plugin_set_data()
H A Dplugins.c725 if (plugin->proxy_data == proxy->cb_data && plugin->cb_data_destroy) in plugin_new()
746 if (plugin->cb_data_destroy) in plugin_new()
747 plugin->cb_data_destroy(plugin->cb_data); in plugin_new()
910 if (!PLUGIN_HAS_LOAD_DATA(plugin) && plugin->cb_data_destroy) in plugin_cleanup()
915 plugin->cb_data_destroy(plugin->cb_data); in plugin_cleanup()
917 plugin->cb_data_destroy = NULL; in plugin_cleanup()
992 if (plugin->cb_data_destroy) in plugin_free()
993 plugin->cb_data_destroy(plugin->cb_data); in plugin_free()
H A Dkeybindings.h91 GDestroyNotify cb_data_destroy; member
H A Dkeybindings.c245 kb->cb_data_destroy = destroy_notify; in keybindings_set_item_full()
257 if (kb->cb_data_destroy) in free_key_binding()
258 kb->cb_data_destroy(kb->cb_data); in free_key_binding()
730 if (group->cb_data_destroy) in free_key_group()
731 group->cb_data_destroy(group->cb_data); in free_key_group()
/dports/devel/geany/geany-1.38/src/
H A Dkeybindingsprivate.h41 GDestroyNotify cb_data_destroy; /* used to destroy handler_data */ member
H A Dpluginprivate.h65 GDestroyNotify cb_data_destroy; /* called when the plugin is unloaded, for cb_data */ member
H A Dpluginutils.c367 group->cb_data_destroy = destroy_notify; in plugin_set_key_group_full()
629 if (p->cb_data != NULL || p->cb_data_destroy != NULL) in geany_plugin_set_data()
639 p->cb_data_destroy = free_func; in geany_plugin_set_data()
H A Dplugins.c724 if (plugin->proxy_data == proxy->cb_data && plugin->cb_data_destroy) in plugin_new()
745 if (plugin->cb_data_destroy) in plugin_new()
746 plugin->cb_data_destroy(plugin->cb_data); in plugin_new()
909 if (!PLUGIN_HAS_LOAD_DATA(plugin) && plugin->cb_data_destroy) in plugin_cleanup()
914 plugin->cb_data_destroy(plugin->cb_data); in plugin_cleanup()
916 plugin->cb_data_destroy = NULL; in plugin_cleanup()
991 if (plugin->cb_data_destroy) in plugin_free()
992 plugin->cb_data_destroy(plugin->cb_data); in plugin_free()
H A Dkeybindings.h91 GDestroyNotify cb_data_destroy; member
H A Dkeybindings.c244 kb->cb_data_destroy = destroy_notify; in keybindings_set_item_full()
256 if (kb->cb_data_destroy) in free_key_binding()
257 kb->cb_data_destroy(kb->cb_data); in free_key_binding()
731 if (group->cb_data_destroy) in free_key_group()
732 group->cb_data_destroy(group->cb_data); in free_key_group()
/dports/audio/rhythmbox/rhythmbox-3.4.4/rhythmdb/
H A Drhythmdb-metadata-cache.c408 GDestroyNotify cb_data_destroy) in rhythmdb_metadata_cache_purge() argument
422 if (cb_data_destroy && cb_data) in rhythmdb_metadata_cache_purge()
423 cb_data_destroy (cb_data); in rhythmdb_metadata_cache_purge()
H A Drhythmdb-metadata-cache.h80 GDestroyNotify cb_data_destroy);