diff options
Diffstat (limited to 'libmm-glib/mm-call-properties.c')
-rw-r--r-- | libmm-glib/mm-call-properties.c | 127 |
1 files changed, 0 insertions, 127 deletions
diff --git a/libmm-glib/mm-call-properties.c b/libmm-glib/mm-call-properties.c index 547fe868..10e2062d 100644 --- a/libmm-glib/mm-call-properties.c +++ b/libmm-glib/mm-call-properties.c @@ -84,133 +84,6 @@ mm_call_properties_get_number (MMCallProperties *self) /*****************************************************************************/ -#ifndef MM_DISABLE_DEPRECATED - -/** - * mm_call_properties_set_direction: - * @self: A #MMCallProperties. - * @direction: the call direction - * - * Sets the call direction. - * - * Since: 1.6 - * Deprecated: 1.12: the user should not specify the direction of the call, as - * it is implicit (outgoing always). Anyway, this parameter has always been - * ignored during the new call creation processing. - */ -void -mm_call_properties_set_direction (MMCallProperties *self, - MMCallDirection direction) -{ - /* NO-OP */ -} - -/** - * mm_call_properties_get_direction: - * @self: A #MMCallProperties. - * - * Gets the call direction. - * - * Returns: the call direction. - * - * Since: 1.6 - * Deprecated: 1.12: the user should not specify the direction of the call, as - * it is implicit (outgoing always). This parameter has always been ignored - * during the new call creation processing. - */ -MMCallDirection -mm_call_properties_get_direction (MMCallProperties *self) -{ - /* NO-OP */ - return MM_CALL_DIRECTION_UNKNOWN; -} - -/*****************************************************************************/ - -/** - * mm_call_properties_set_state: - * @self: A #MMCallProperties. - * @state: the call state - * - * Sets the call state - * - * Since: 1.6 - * Deprecated: 1.12: the user should not specify the state of the call before - * the call is created. This parameter has always been ignored during the new - * call creation processing. - */ -void -mm_call_properties_set_state (MMCallProperties *self, - MMCallState state) -{ - /* NO-OP */ -} - -/** - * mm_call_properties_get_state: - * @self: A #MMCallProperties. - * - * Gets the call state. - * - * Returns: the call state. - * - * Since: 1.6 - * Deprecated: 1.12: the user should not specify the state of the call before - * the call is created. This parameter has always been ignored during the new - * call creation processing. - */ -MMCallState -mm_call_properties_get_state (MMCallProperties *self) -{ - /* NO-OP */ - return MM_CALL_STATE_UNKNOWN; -} - -/*****************************************************************************/ - -/** - * mm_call_properties_set_state_reason: - * @self: A #MMCallProperties. - * @state_reason: the call state reason. - * - * Sets the call state reason. - * - * Since: 1.6 - * Deprecated: 1.12: the user should not specify the state reason of the call - * before the call is created. This parameter has always been ignored during the - * new call creation processing. - */ -void -mm_call_properties_set_state_reason (MMCallProperties *self, - MMCallStateReason state_reason) -{ - /* NO-OP */ -} - -/** - * mm_call_properties_get_state_reason: - * @self: A #MMCallProperties. - * - * Gets the call state reason. - * - * Returns: the call state reason. - * - * Since: 1.6 - * Deprecated: 1.12: the user should not specify the state reason of the call - * before the call is created. This parameter has always been ignored during the - * new call creation processing. - */ -MMCallStateReason -mm_call_properties_get_state_reason (MMCallProperties *self) -{ - /* NO-OP */ - return MM_CALL_STATE_REASON_UNKNOWN; -} - -#endif /* MM_DISABLE_DEPRECATED */ - -/*****************************************************************************/ - /* * mm_call_properties_get_dictionary: (skip) */ |