Top | ![]() |
![]() |
![]() |
![]() |
gchar * | mm_gdbus_cbm_dup_text () |
guint | mm_gdbus_cbm_get_channel () |
guint | mm_gdbus_cbm_get_message_code () |
guint | mm_gdbus_cbm_get_state () |
const gchar * | mm_gdbus_cbm_get_text () |
guint | mm_gdbus_cbm_get_update () |
guint | channel | Read / Write |
guint | message-code | Read / Write |
guint | state | Read / Write |
char * | text | Read / Write |
guint | update | Read / Write |
This section contains code for working with the org.freedesktop.ModemManager1.Cbm D-Bus interface in C.
gchar *
mm_gdbus_cbm_dup_text (MmGdbusCbm *object
);
Gets a copy of the "Text" D-Bus property.
Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.
[skip]
guint
mm_gdbus_cbm_get_channel (MmGdbusCbm *object
);
Gets the value of the "Channel" D-Bus property.
Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.
[skip]
guint
mm_gdbus_cbm_get_message_code (MmGdbusCbm *object
);
Gets the value of the "MessageCode" D-Bus property.
Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.
[skip]
guint
mm_gdbus_cbm_get_state (MmGdbusCbm *object
);
Gets the value of the "State" D-Bus property.
Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.
[skip]
const gchar *
mm_gdbus_cbm_get_text (MmGdbusCbm *object
);
Gets the value of the "Text" D-Bus property.
Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.
The returned value is only valid until the property changes so on the client-side it is only safe to use this function on the thread where object
was constructed. Use mm_gdbus_cbm_dup_text()
if on another thread.
[skip]
guint
mm_gdbus_cbm_get_update (MmGdbusCbm *object
);
Gets the value of the "Update" D-Bus property.
Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.
[skip]
typedef struct _MmGdbusCbm MmGdbusCbm;
Abstract interface type for the D-Bus interface org.freedesktop.ModemManager1.Cbm.
struct MmGdbusCbmIface { GTypeInterface parent_iface; guint (*get_channel) (MmGdbusCbm *object); guint (*get_message_code) (MmGdbusCbm *object); guint (*get_state) (MmGdbusCbm *object); const gchar * (*get_text) (MmGdbusCbm *object); guint (*get_update) (MmGdbusCbm *object); };
Virtual table for the D-Bus interface org.freedesktop.ModemManager1.Cbm.
The parent interface. |
||
Getter for the “channel” property. |
||
Getter for the “message-code” property. |
||
Getter for the “state” property. |
||
Getter for the “text” property. |
||
Getter for the “update” property. |
“channel”
property “channel” guint
Represents the D-Bus property "Channel".
Since the D-Bus property for this GObject property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
Owner: MmGdbusCbm
Flags: Read / Write
Default value: 0
“message-code”
property “message-code” guint
Represents the D-Bus property "MessageCode".
Since the D-Bus property for this GObject property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
Owner: MmGdbusCbm
Flags: Read / Write
Default value: 0
“state”
property “state” guint
Represents the D-Bus property "State".
Since the D-Bus property for this GObject property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
Owner: MmGdbusCbm
Flags: Read / Write
Default value: 0
“text”
property “text” char *
Represents the D-Bus property "Text".
Since the D-Bus property for this GObject property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
Owner: MmGdbusCbm
Flags: Read / Write
Default value: NULL
“update”
property “update” guint
Represents the D-Bus property "Update".
Since the D-Bus property for this GObject property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
Owner: MmGdbusCbm
Flags: Read / Write
Default value: 0