diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2015-05-23 17:30:57 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2015-08-02 10:39:47 +0200 |
commit | d00fe0d628eb53047963330da1b7c148a4c8209f (patch) | |
tree | 79d3cb7c99294bc756bffe39666b8e775c61f6d1 /libmm-glib/mm-call-properties.h | |
parent | ca88d6333fecc5a06f433c9e9135c70fe29abe95 (diff) |
libmm-glib,voice: minor coding style fixes
Diffstat (limited to 'libmm-glib/mm-call-properties.h')
-rw-r--r-- | libmm-glib/mm-call-properties.h | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/libmm-glib/mm-call-properties.h b/libmm-glib/mm-call-properties.h index a06ff5d9..be940dc7 100644 --- a/libmm-glib/mm-call-properties.h +++ b/libmm-glib/mm-call-properties.h @@ -57,20 +57,20 @@ GType mm_call_properties_get_type (void); MMCallProperties *mm_call_properties_new (void); -void mm_call_properties_set_number (MMCallProperties *self, - const gchar *text); -void mm_call_properties_set_direction (MMCallProperties *self, - MMCallDirection direction); -void mm_call_properties_set_state_reason (MMCallProperties *self, - MMCallStateReason state_reason); -void mm_call_properties_set_state (MMCallProperties *self, - MMCallState state); - - -const gchar *mm_call_properties_get_number (MMCallProperties *self); -MMCallDirection mm_call_properties_get_direction (MMCallProperties *self); -MMCallStateReason mm_call_properties_get_state_reason(MMCallProperties *self); -MMCallState mm_call_properties_get_state (MMCallProperties *self); +void mm_call_properties_set_number (MMCallProperties *self, + const gchar *text); +void mm_call_properties_set_direction (MMCallProperties *self, + MMCallDirection direction); +void mm_call_properties_set_state_reason (MMCallProperties *self, + MMCallStateReason state_reason); +void mm_call_properties_set_state (MMCallProperties *self, + MMCallState state); + + +const gchar *mm_call_properties_get_number (MMCallProperties *self); +MMCallDirection mm_call_properties_get_direction (MMCallProperties *self); +MMCallStateReason mm_call_properties_get_state_reason(MMCallProperties *self); +MMCallState mm_call_properties_get_state (MMCallProperties *self); /*****************************************************************************/ /* ModemManager/libmm-glib/mmcli specific methods */ @@ -79,9 +79,9 @@ MMCallState mm_call_properties_get_state (MMCallProperties *self); defined (LIBMM_GLIB_COMPILATION) MMCallProperties *mm_call_properties_new_from_string (const gchar *str, - GError **error); + GError **error); MMCallProperties *mm_call_properties_new_from_dictionary (GVariant *dictionary, - GError **error); + GError **error); MMCallProperties *mm_call_properties_dup (MMCallProperties *orig); |