call-list: allow getting call object by index
This commit is contained in:

committed by
Aleksander Morgado

parent
99ba7ee266
commit
82054410e2
@@ -68,6 +68,9 @@ void mm_call_list_add_call (MMCallList *self,
|
||||
MMBaseCall *mm_call_list_get_call (MMCallList *self,
|
||||
const gchar *call_path);
|
||||
|
||||
MMBaseCall *mm_call_list_get_call_by_index (MMCallList *self,
|
||||
guint8 index);
|
||||
|
||||
gboolean mm_call_list_delete_call (MMCallList *self,
|
||||
const gchar *call_path,
|
||||
GError **error);
|
||||
|
Reference in New Issue
Block a user