Function

GrlPluginInitFunc

Declaration

gboolean
(* GrlPluginInitFunc) (
  GrlRegistry* registry,
  GrlPlugin* plugin,
  GList* configs
)

Description

No description available.

This function is not directly available to language bindings.

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.

Return value

Type: gboolean

No description available.