Method

GPluginPluginget_filename

Declaration [src]

gchar*
gplugin_plugin_get_filename (
  GPluginPlugin* plugin
)

Description [src]

Returns the filename that plugin was loaded from.

Return value

Returns: gchar*
 

The filename of plugin.

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