Method

GPluginPluginInfoget_internal

Declaration [src]

gboolean
gplugin_plugin_info_get_internal (
  GPluginPluginInfo* info
)

Description [src]

Returns where or not this plugin is is considered an internal plugin. An internal plugin would be something like a plugin loader or another plugin that should not be shown to users.

Return value

Type: gboolean

TRUE if the plugin is internal, FALSE otherwise.