Method
GPluginPluginInfoget_unloadable
since: 0.35
Declaration [src]
gboolean
gplugin_plugin_info_get_unloadable (
GPluginPluginInfo* info
)
Description [src]
Gets whether or not the plugin is unloadable. Certain libraries can not be
shutdown cleanly and then re-enabled during the life time of a program. A
plugin using one of these libraries should set the
GPluginPluginInfo:unloadable
property to FALSE
to tell
GPluginManager
to not even attempt to unload it.
Available since: 0.35
Gets property | GPlugin.PluginInfo:unloadable |