Interface
PhoshMMDBusModemModem3gpp
Description [src]
interface Phosh.MMDBusModemModem3gpp : GObject.Object
Abstract interface type for the D-Bus interface org.freedesktop.ModemManager1.Modem.Modem3gpp.
Prerequisite
In order to implement MMDBusModemModem3gpp, your type must inherit from
GObject
.
Functions
phosh_mm_dbus_modem_modem3gpp_interface_info
Gets a machine-readable description of the org.freedesktop.ModemManager1.Modem.Modem3gpp D-Bus interface.
phosh_mm_dbus_modem_modem3gpp_override_properties
Overrides all GObject
properties in the PhoshMMDBusModemModem3gpp
interface for a concrete class.
The properties are overridden in the order they are defined.
Instance methods
phosh_mm_dbus_modem_modem3gpp_get_operator_name
Gets the value of the “OperatorName” D-Bus property.
Interface structure
struct PhoshMMDBusModemModem3gppIface {
GTypeInterface parent_iface;
const gchar* (* get_operator_name) (
PhoshMMDBusModemModem3gpp* object
);
}
Virtual table for the D-Bus interface org.freedesktop.ModemManager1.Modem.Modem3gpp.
Interface members
parent_iface |
|
The parent interface. |
|
get_operator_name |
|
No description available. |