Function
Purpleplugin_is_internal
unstable since: 3.0
Declaration [src]
gboolean
purple_plugin_is_internal (
PurplePlugin* plugin
)
Description [src]
Returns whether a plugin is an internal plugin. Internal plugins provide required additional functionality to the libpurple core. These plugins must not be shown in plugin lists. Examples of such plugins are in-tree protocol plugins, loaders etc.
Available since: 3.0
Parameters
plugin
-
Type:
PurplePlugin
The plugin.
The data is owned by the caller of the function.