aboutsummaryrefslogtreecommitdiff
path: root/libmm-glib/mm-call-properties.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2021-06-25 11:05:33 +0200
committerAleksander Morgado <aleksander@aleksander.es>2021-06-25 19:01:06 +0200
commitc1fae670b77b0cac7f82ee540348f161f49d2fa3 (patch)
tree78210d28e26304d7040bba0337c6091ee498c7c3 /libmm-glib/mm-call-properties.h
parent49f52d918240ef2e5d1c6b0af5d2013dab39f592 (diff)
libmm-glib,call-properties: move deprecated methods to compat source
Diffstat (limited to 'libmm-glib/mm-call-properties.h')
-rw-r--r--libmm-glib/mm-call-properties.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/libmm-glib/mm-call-properties.h b/libmm-glib/mm-call-properties.h
index deeab522..5e131573 100644
--- a/libmm-glib/mm-call-properties.h
+++ b/libmm-glib/mm-call-properties.h
@@ -61,24 +61,6 @@ void mm_call_properties_set_number (MMCallProperties *self,
const gchar *text);
const gchar *mm_call_properties_get_number (MMCallProperties *self);
-#ifndef MM_DISABLE_DEPRECATED
-G_DEPRECATED
-void mm_call_properties_set_direction (MMCallProperties *self,
- MMCallDirection direction);
-G_DEPRECATED
-void mm_call_properties_set_state_reason (MMCallProperties *self,
- MMCallStateReason state_reason);
-G_DEPRECATED
-void mm_call_properties_set_state (MMCallProperties *self,
- MMCallState state);
-G_DEPRECATED
-MMCallDirection mm_call_properties_get_direction (MMCallProperties *self);
-G_DEPRECATED
-MMCallStateReason mm_call_properties_get_state_reason (MMCallProperties *self);
-G_DEPRECATED
-MMCallState mm_call_properties_get_state (MMCallProperties *self);
-#endif
-
/*****************************************************************************/
/* ModemManager/libmm-glib/mmcli specific methods */