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
Returns: | A list of utf8 |
A |
|
The caller of the method takes ownership of the data container, but not the data inside it. | |
Each element is a NUL terminated UTF-8 string. |