| Top |
RygelPluginInformationRygelPluginInformation — Parse plugin sidecar file and provide path to the module. |
| #define | RYGEL_TYPE_PLUGIN_INFORMATION |
| struct | RygelPluginInformation |
| struct | RygelPluginInformationClass |
Sidecar files are keyfiles, loosely compatible with the files used by libpeas.
A minimal file for the plugin librygel-sompelugin.so looks like this:
[Plugin] Name = SomeNameForThePlugin Module = someplugin
Name must not contain any whitespaces.
#define RYGEL_TYPE_PLUGIN_INFORMATION (rygel_plugin_information_get_type ())
The type for RygelPluginInformation.
struct RygelPluginInformation {
GObject parent_instance;
RygelPluginInformationPrivate * priv;
};
Parse plugin sidecar file and provide path to the module.
Sidecar files are keyfiles, loosely compatible with the files used by libpeas.
A minimal file for the plugin librygel-sompelugin.so looks like this:
[Plugin] Name = SomeNameForThePlugin Module = someplugin
Name must not contain any whitespaces.
struct RygelPluginInformationClass {
GObjectClass parent_class;
};
The class structure for RYGEL_TYPE_PLUGIN_INFORMATION. All the fields in this structure are private and should never be accessed directly.