Method

GPluginPluginInfoget_load_on_query

Declaration [src]

gboolean
gplugin_plugin_info_get_load_on_query (
  GPluginPluginInfo* info
)

Description [src]

Returns whether or not this plugin should be loaded when queried. This is useful for internal plugins that are adding functionality and should always be turned on. The plugin loaders use this to make sure all plugins can always be loaded.

Return value

Returns: gboolean
 

TRUE if the plugin should be loaded on query, FALSE otherwise.