aboutsummaryrefslogtreecommitdiff
path: root/libmm-glib/mm-compat.c
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2021-06-25 11:10:21 +0200
committerAleksander Morgado <aleksander@aleksander.es>2021-06-25 19:01:06 +0200
commitfebd5778e732d8f7fb5634c6557424578dfd75fa (patch)
tree2d61d3b69758ab21e4fb164b3ecb79be15e6056f /libmm-glib/mm-compat.c
parentc1fae670b77b0cac7f82ee540348f161f49d2fa3 (diff)
libmm-glib,bearer-properties: move deprecated methods to compat source
Diffstat (limited to 'libmm-glib/mm-compat.c')
-rw-r--r--libmm-glib/mm-compat.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/libmm-glib/mm-compat.c b/libmm-glib/mm-compat.c
index fd04fa33..0a4dacbd 100644
--- a/libmm-glib/mm-compat.c
+++ b/libmm-glib/mm-compat.c
@@ -29,6 +29,22 @@
/*****************************************************************************/
void
+mm_bearer_properties_set_number (MMBearerProperties *self,
+ const gchar *number)
+{
+ /* NO-OP */
+}
+
+const gchar *
+mm_bearer_properties_get_number (MMBearerProperties *self)
+{
+ /* NO-OP */
+ return NULL;
+}
+
+/*****************************************************************************/
+
+void
mm_call_properties_set_direction (MMCallProperties *self,
MMCallDirection direction)
{