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 *plugin
);
Builds a text representation of the object.
Since: 1.5.0
const gchar *
fwupd_plugin_get_name (FwupdPlugin *plugin
);
Gets the plugin name.
Since: 1.5.0
void fwupd_plugin_set_name (FwupdPlugin *plugin
,const gchar *name
);
Sets the plugin name.
Since: 1.5.0
guint64
fwupd_plugin_get_flags (FwupdPlugin *plugin
);
Gets the plugin flags.
Since: 1.5.0
void fwupd_plugin_set_flags (FwupdPlugin *plugin
,guint64 flags
);
Sets the plugin flags.
Since: 1.5.0
void fwupd_plugin_add_flag (FwupdPlugin *plugin
,FwupdPluginFlags flag
);
Adds a specific plugin flag to the plugin.
Since: 1.5.0
void fwupd_plugin_remove_flag (FwupdPlugin *plugin
,FwupdPluginFlags flag
);
Removes a specific plugin flag from the plugin.
Since: 1.5.0
gboolean fwupd_plugin_has_flag (FwupdPlugin *plugin
,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 packed data.
Since: 1.5.0