Virtual Method

GPluginLoadersupported_extensions

Declaration [src]

GListModel*
supported_extensions (
  GPluginLoader* loader
)

Description [src]

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

Return value

Type: A list model of GObject

No description available.

The returned data is owned by the instance.