| Top |
| FwupdPlugin * | fwupd_plugin_new () |
| gchar * | fwupd_plugin_to_string () |
| const gchar * | fwupd_plugin_get_name () |
| void | fwupd_plugin_set_name () |
| guint64 | fwupd_plugin_get_flags () |
| void | fwupd_plugin_set_flags () |
| void | fwupd_plugin_add_flag () |
| void | fwupd_plugin_remove_flag () |
| gboolean | fwupd_plugin_has_flag () |
| FwupdPlugin * | fwupd_plugin_from_variant () |
| GPtrArray * | fwupd_plugin_array_from_variant () |
gchar *
fwupd_plugin_to_string (FwupdPlugin *self);
Builds a text representation of the object.
Since: 1.5.0
const gchar *
fwupd_plugin_get_name (FwupdPlugin *self);
Gets the plugin name.
Since: 1.5.0
void fwupd_plugin_set_name (FwupdPlugin *self,const gchar *name);
Sets the plugin name.
Since: 1.5.0
guint64
fwupd_plugin_get_flags (FwupdPlugin *self);
Gets the plugin flags.
Since: 1.5.0
void fwupd_plugin_set_flags (FwupdPlugin *self,guint64 flags);
Sets the plugin flags.
Since: 1.5.0
void fwupd_plugin_add_flag (FwupdPlugin *self,FwupdPluginFlags flag);
Adds a specific plugin flag to the plugin.
Since: 1.5.0
void fwupd_plugin_remove_flag (FwupdPlugin *self,FwupdPluginFlags flag);
Removes a specific plugin flag from the plugin.
Since: 1.5.0
gboolean fwupd_plugin_has_flag (FwupdPlugin *self,FwupdPluginFlags flag);
Finds if the plugin has a specific plugin flag.
Since: 1.5.0
FwupdPlugin *
fwupd_plugin_from_variant (GVariant *value);
Creates a new plugin using serialized data.
Since: 1.5.0