Virtual Method

GPluginLoadersupported_extensions

Declaration [src]

GSList*
supported_extensions (
  GPluginLoader* loader
)

Description [src]

The supported_extensions vfunc returns a GList of file extensions that this loader supports without the leading dot. For example: ‘so’, ‘dll’, ‘py’, etc.

Return value

Type: A list of gpointer

No description available.

The returned data is owned by the instance.