Method

GPluginPluginInfoget_auto_load

since: 0.39

Declaration [src]

gboolean
gplugin_plugin_info_get_auto_load (
  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.

Available since: 0.39

Return value

Type: gboolean

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