| SnapdSlotRefSnapdSlotRef — Reference to a slot |  | 
Object Hierarchy
    GObject
    ╰── SnapdSlotRef
 
Includes
#include <snapd-glib/snapd-glib.h>
 
Functions
snapd_slot_ref_get_slot ()
const gchar *
snapd_slot_ref_get_slot (SnapdSlotRef *slot_ref);
Get the name of the slot.
Since: 1.48
 
snapd_slot_ref_get_snap ()
const gchar *
snapd_slot_ref_get_snap (SnapdSlotRef *slot_ref);
Get the snap this slot is on.
Since: 1.48
 
 
Types and Values
SnapdSlotRef
typedef struct _SnapdSlotRef SnapdSlotRef;
SnapdSlotRef contains the state of Snap a interface slot_ref.
Since: 1.0
 
 
Property Details
The “slot” property
  “slot”                     gchar *
Name of slot.
Flags: Read / Write / Construct Only
Default value: NULL
 
The “snap” property
  “snap”                     gchar *
Snap this slot is on.
Flags: Read / Write / Construct Only
Default value: NULL