Top |
MmGdbusObjectSkeleton *
mm_gdbus_object_skeleton_new (const gchar *object_path
);
Creates a new skeleton object.
void mm_gdbus_object_skeleton_set_modem (MmGdbusObjectSkeleton *object
,MmGdbusModem *interface_
);
Sets the MmGdbusModem instance for the D-Bus interface org.freedesktop.ModemManager1.Modem on object
.
void mm_gdbus_object_skeleton_set_modem3gpp (MmGdbusObjectSkeleton *object
,MmGdbusModem3gpp *interface_
);
Sets the MmGdbusModem3gpp instance for the D-Bus interface org.freedesktop.ModemManager1.Modem.Modem3gpp on object
.
void mm_gdbus_object_skeleton_set_modem3gpp_ussd (MmGdbusObjectSkeleton *object
,MmGdbusModem3gppUssd *interface_
);
Sets the MmGdbusModem3gppUssd instance for the D-Bus interface org.freedesktop.ModemManager1.Modem.Modem3gpp.Ussd on object
.
void mm_gdbus_object_skeleton_set_modem3gpp_profile_manager (MmGdbusObjectSkeleton *object
,MmGdbusModem3gppProfileManager *interface_
);
Sets the MmGdbusModem3gppProfileManager instance for the D-Bus interface org.freedesktop.ModemManager1.Modem.Modem3gpp.ProfileManager on object
.
object |
||
interface_ |
A MmGdbusModem3gppProfileManager or |
[nullable] |
void mm_gdbus_object_skeleton_set_modem_cdma (MmGdbusObjectSkeleton *object
,MmGdbusModemCdma *interface_
);
Sets the MmGdbusModemCdma instance for the D-Bus interface org.freedesktop.ModemManager1.Modem.ModemCdma on object
.
void mm_gdbus_object_skeleton_set_modem_firmware (MmGdbusObjectSkeleton *object
,MmGdbusModemFirmware *interface_
);
Sets the MmGdbusModemFirmware instance for the D-Bus interface org.freedesktop.ModemManager1.Modem.Firmware on object
.
void mm_gdbus_object_skeleton_set_modem_oma (MmGdbusObjectSkeleton *object
,MmGdbusModemOma *interface_
);
Sets the MmGdbusModemOma instance for the D-Bus interface org.freedesktop.ModemManager1.Modem.Oma on object
.
void mm_gdbus_object_skeleton_set_modem_location (MmGdbusObjectSkeleton *object
,MmGdbusModemLocation *interface_
);
Sets the MmGdbusModemLocation instance for the D-Bus interface org.freedesktop.ModemManager1.Modem.Location on object
.
void mm_gdbus_object_skeleton_set_modem_messaging (MmGdbusObjectSkeleton *object
,MmGdbusModemMessaging *interface_
);
Sets the MmGdbusModemMessaging instance for the D-Bus interface org.freedesktop.ModemManager1.Modem.Messaging on object
.
void mm_gdbus_object_skeleton_set_modem_simple (MmGdbusObjectSkeleton *object
,MmGdbusModemSimple *interface_
);
Sets the MmGdbusModemSimple instance for the D-Bus interface org.freedesktop.ModemManager1.Modem.Simple on object
.
void mm_gdbus_object_skeleton_set_modem_time (MmGdbusObjectSkeleton *object
,MmGdbusModemTime *interface_
);
Sets the MmGdbusModemTime instance for the D-Bus interface org.freedesktop.ModemManager1.Modem.Time on object
.
void mm_gdbus_object_skeleton_set_modem_signal (MmGdbusObjectSkeleton *object
,MmGdbusModemSignal *interface_
);
Sets the MmGdbusModemSignal instance for the D-Bus interface org.freedesktop.ModemManager1.Modem.Signal on object
.
void mm_gdbus_object_skeleton_set_modem_voice (MmGdbusObjectSkeleton *object
,MmGdbusModemVoice *interface_
);
Sets the MmGdbusModemVoice instance for the D-Bus interface org.freedesktop.ModemManager1.Modem.Voice on object
.
void mm_gdbus_object_skeleton_set_modem_sar (MmGdbusObjectSkeleton *object
,MmGdbusModemSar *interface_
);
Sets the MmGdbusModemSar instance for the D-Bus interface org.freedesktop.ModemManager1.Modem.Sar on object
.
struct MmGdbusObjectSkeleton;
The MmGdbusObjectSkeleton structure contains only private data and should only be accessed using the provided API.