Method

GPluginPluginget_filename

Declaration [src]

char*
gplugin_plugin_get_filename (
  GPluginPlugin* plugin
)

Description [src]

Returns the filename that plugin was loaded from.

Return value

Type: char*

The filename of plugin.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.