Method
GPluginPluginInfoget_unloadable
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.0 |