Method

GPluginPluginInfoget_load_on_query

deprecated: 0.39.0 

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.

Deprecated since: 0.39.0

Use gplugin_plugin_info_get_auto_load() instead.

Return value

Type: gboolean

TRUE if the plugin should be loaded when queried, FALSE otherwise.