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