Method
GPluginLoaderget_supported_extensions
Declaration [src]
GSList*
gplugin_loader_get_supported_extensions (
GPluginLoader* loader
)
Description [src]
Returns a GSList
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 of utf8
A GSList
of
extensions that the loader supports.
The caller of the method takes ownership of the returned data container, but not the data inside it. |
Each element is a NUL terminated UTF-8 string. |