Method

GrlPluginget_sources

since: 0.2.0

Declaration [src]

GList*
grl_plugin_get_sources (
  GrlPlugin* plugin
)

Description [src]

Gets the sources belonging to plugin.

Available since: 0.2.0

Return value

Type: A list of None

A GList of GrlSources. The content of the list should not be modified or freed. Use g_list_free() when done using the list.

The caller of the method takes ownership of the data container, but not the data inside it.