Plugin
Object Hierarchy:
Description:
[ CCode ( type_id = "fwupd_plugin_get_type ()" ) ]
public class Plugin : Object
Content:
Properties:
- public uint64 flags { get; set; }
- public string name { get; set; }
Static methods:
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
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref