From 79fdddccbfccd50f2c4d98d90fc707061c39d1f5 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Fri, 19 Oct 2012 00:58:36 +0200 Subject: api,modem: new 'PrimaryPort' property We do need to specify which is the primary port being used for controlling the modem. This allows us to match the device with an already existing bluetooth device in NetworkManager. --- libmm-glib/mm-modem.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libmm-glib/mm-modem.h') diff --git a/libmm-glib/mm-modem.h b/libmm-glib/mm-modem.h index 480c3fe4..46609ca4 100644 --- a/libmm-glib/mm-modem.h +++ b/libmm-glib/mm-modem.h @@ -102,6 +102,9 @@ gchar **mm_modem_dup_drivers (MMModem *self); const gchar *mm_modem_get_plugin (MMModem *self); gchar *mm_modem_dup_plugin (MMModem *self); +const gchar *mm_modem_get_primary_port (MMModem *self); +gchar *mm_modem_dup_primary_port (MMModem *self); + const gchar *mm_modem_get_equipment_identifier (MMModem *self); gchar *mm_modem_dup_equipment_identifier (MMModem *self); -- cgit v1.2.3-70-g09d2