Method

GPluginPluginget_filename

Declaration [src]

gchar*
gplugin_plugin_get_filename (
  GPluginPlugin* plugin
)

Description [src]

Returns the filename that plugin was loaded from.

Return value

Type: gchar*

The filename of plugin.

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