Function
GPluginFileSourcenew
since: 0.39
Declaration [src]
GPluginSource*
gplugin_file_source_new (
GPluginManager* manager
)
Description [src]
Creates a GPluginSource
that will query plugins on disk using the
paths from manager
.
Available since: 0.39
Parameters
manager
-
Type:
GPluginManager
The
GPluginManager
instance.The data is owned by the caller of the function.
Return value
Type: GPluginSource
The new source.
The caller of the function takes ownership of the data, and is responsible for freeing it. |