Interface
GPluginSource
since: 0.39
Description [src]
interface GPlugin.Source : GObject.Object
An interface that the manager will call during refresh to query plugins.
Available since: 0.39
Prerequisite
In order to implement Source, your type must inherit fromGObject
.
Instance methods
gplugin_source_scan
This method is called when gplugin_manager_refresh()
is running. The
source should scan its available sources for plugins. For the filesystem
source, this is paths that have been registered with the manager.
since: 0.39
Interface structure
struct GPluginSourceInterface {
gboolean (* scan) (
GPluginSource* source
);
}
No description available.
Interface members
scan |
|
No description available. |
Virtual methods
GPlugin.Source.scan
This method is called when gplugin_manager_refresh()
is running. The
source should scan its available sources for plugins. For the filesystem
source, this is paths that have been registered with the manager.
since: 0.39