Class
GPluginFileSource
since: 0.43
Description [src]
final class GPlugin.FileSource : GObject.Object
implements GPlugin.Source {
/* No available fields */
}
A GPluginSource
that will query plugins on disk.
Available since: 0.43
Functions
gplugin_file_source_new
Creates a GPluginSource
that will query plugins on disk using the
paths from manager
.
since: 0.39
Instance methods
Methods inherited from GPluginSource (1)
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
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.