Constructor
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:
GPluginManagerThe
GPluginManagerinstance.The data is owned by the caller of the function.  
Return value
Type: GPluginFileSource
The new source.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |