Function
GrlPluginInitFunc
Declaration
gboolean
(* GrlPluginInitFunc) (
GrlRegistry* registry,
GrlPlugin* plugin,
GList* configs
)
Parameters
registry
-
Type:
GrlRegistry
No description available.
The data is owned by the caller of the function. plugin
-
Type:
GrlPlugin
No description available.
The data is owned by the caller of the function. configs
-
Type: A list of
gpointer
No description available.
The data is owned by the caller of the function.