Method

GPluginLoaderget_supported_extensions

Declaration [src]

GListModel*
gplugin_loader_get_supported_extensions (
  GPluginLoader* loader
)

Description [src]

Returns a list of strings containing the extensions that the loader supports. Each extension should not include the dot. For example: so, dll, py, etc.

Return value

Type: A list model of GObject

A list of extensions that the loader supports.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.