Plugin
Object Hierarchy:
Description:
Namespace: Fwupd
Package: fwupd
Content:
Properties:
Static methods:
- public static GenericArray<unowned Plugin> array_from_variant (Variant value)
Creates an array of new plugins using packed data.
- public static PluginFlags flag_from_string (string plugin_flag)
Converts a string to a PluginFlags.
- public static unowned string flag_to_string (PluginFlags plugin_flag)
Converts a DeviceFlags to a string.
- public static Plugin from_variant (Variant value)
Creates a new plugin using packed data.
Creation methods:
- public Plugin ()
Creates a new plugin.
Methods:
- public void add_flag (PluginFlags flag)
Adds a specific plugin flag to the plugin.
- public uint64 get_flags ()
Gets the plugin flags.
- public unowned string get_name ()
Gets the plugin name.
- public bool has_flag (PluginFlags flag)
Finds if the plugin has a specific plugin flag.
- public void remove_flag (PluginFlags flag)
Removes a specific plugin flag from the plugin.
- public void set_flags (uint64 flags)
Sets the plugin flags.
- public void set_name (string name)
Sets the plugin name.
- public string to_string ()
Builds a text representation of the object.
- public Variant to_variant ()
Creates a GVariant from the plugin data omitting sensitive fields
Inherited Members:
All known members inherited from class GLib.Object