Plug
Object Hierarchy:
Description:
[ CCode ( type_id = "snapd_plug_get_type ()" ) ]
[ Version ( since = "1.0" ) ]
public class Plug : Object
Plug contains information about a Snap plug.
Content:
Properties:
- public string @interface { get; construct; }
- public HashTable<void*,void*> attributes { owned get; construct; }
- public GenericArray<void*> connections { get; construct; }
- public string label { get; construct; }
- public string name { get; construct; }
- public string snap { get; construct; }
Creation methods:
Methods:
- public unowned Variant? get_attribute (string name)
Get an attribute for this interface.
- public string[] get_attribute_names (out uint length)
Get the names of the attributes this plug has.
- public unowned GenericArray<SlotRef> get_connected_slots ()
Get the slots connected to this plug.
- public unowned GenericArray<Connection> get_connections ()
Get the connections being made with this plug.
- public unowned string get_interface ()
Get the name of the interface this plug provides.
- public unowned string get_label ()
Get a human readable label for this plug.
- public unowned string get_name ()
Get the name of this plug.
- public unowned string get_snap ()
Get the snap this plug is on.
- public bool has_attribute (string name)
Check if this plug has an attribute.
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