diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-02-09 14:38:57 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-15 14:15:02 +0100 |
commit | 6bb4f9cb5774d02e60af5dd243bd0a6ef3334a26 (patch) | |
tree | 7c4705a378478d7432a83d313a24247753c61999 /src/mm-iface-modem-messaging.c | |
parent | 2622705744eb27f834abc72fdd8518289d486fda (diff) |
iface-modem-messaging: handle the flag to use PDU mode as a property
Diffstat (limited to 'src/mm-iface-modem-messaging.c')
-rw-r--r-- | src/mm-iface-modem-messaging.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mm-iface-modem-messaging.c b/src/mm-iface-modem-messaging.c index b461cc61..411d97cd 100644 --- a/src/mm-iface-modem-messaging.c +++ b/src/mm-iface-modem-messaging.c @@ -820,6 +820,14 @@ iface_modem_messaging_init (gpointer g_iface) MM_TYPE_SMS_LIST, G_PARAM_READWRITE)); + g_object_interface_install_property + (g_iface, + g_param_spec_boolean (MM_IFACE_MODEM_MESSAGING_SMS_PDU_MODE, + "PDU mode", + "Whether PDU mode should be used", + FALSE, + G_PARAM_READWRITE)); + initialized = TRUE; } |