aboutsummaryrefslogtreecommitdiff
path: root/src/mm-call-list.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2018-06-11 18:06:38 +0200
committerAleksander Morgado <aleksander@aleksander.es>2018-06-11 18:06:38 +0200
commita6101a85323fb366cc95fb6e16bd0d991de1e866 (patch)
tree5b28b2370b0ce26cb4522ad2c120d4546071e263 /src/mm-call-list.h
parent588d6144a7c1da461d70abad05f4c56fd6dc667f (diff)
call-list: coding style fixes
Diffstat (limited to 'src/mm-call-list.h')
-rw-r--r--src/mm-call-list.h34
1 files changed, 17 insertions, 17 deletions
diff --git a/src/mm-call-list.h b/src/mm-call-list.h
index 58351666..4a761fc8 100644
--- a/src/mm-call-list.h
+++ b/src/mm-call-list.h
@@ -47,10 +47,10 @@ struct _MMCallListClass {
GObjectClass parent;
/* Signals */
- void (*call_added) (MMCallList *self,
+ void (* call_added) (MMCallList *self,
const gchar *call_path,
- gboolean received);
- void (*call_deleted) (MMCallList *self,
+ gboolean received);
+ void (* call_deleted) (MMCallList *self,
const gchar *call_path);
};
@@ -64,19 +64,19 @@ guint mm_call_list_get_count (MMCallList *self);
void mm_call_list_add_call (MMCallList *self,
MMBaseCall *call);
-void mm_call_list_delete_call (MMCallList *self,
- const gchar *call_path,
- GAsyncReadyCallback callback,
- gpointer user_data);
-gboolean mm_call_list_delete_call_finish (MMCallList *self,
- GAsyncResult *res,
- GError **error);
-
-MMBaseCall* mm_call_list_get_new_incoming (MMCallList *self);
-MMBaseCall* mm_call_list_get_first_ringing_call (MMCallList *self);
-MMBaseCall* mm_call_list_get_first_outgoing_dialing_call(MMCallList *self);
-MMBaseCall* mm_call_list_get_first_non_terminated_call (MMCallList *self);
-gboolean mm_call_list_send_dtmf_to_active_calls (MMCallList *self,
- gchar *dtmf);
+void mm_call_list_delete_call (MMCallList *self,
+ const gchar *call_path,
+ GAsyncReadyCallback callback,
+ gpointer user_data);
+gboolean mm_call_list_delete_call_finish (MMCallList *self,
+ GAsyncResult *res,
+ GError **error);
+
+MMBaseCall *mm_call_list_get_new_incoming (MMCallList *self);
+MMBaseCall *mm_call_list_get_first_ringing_call (MMCallList *self);
+MMBaseCall *mm_call_list_get_first_outgoing_dialing_call(MMCallList *self);
+MMBaseCall *mm_call_list_get_first_non_terminated_call (MMCallList *self);
+gboolean mm_call_list_send_dtmf_to_active_calls (MMCallList *self,
+ const gchar *dtmf);
#endif /* MM_CALL_LIST_H */