aboutsummaryrefslogtreecommitdiff
path: root/libmm-glib/mm-call.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmm-glib/mm-call.h')
-rw-r--r--libmm-glib/mm-call.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/libmm-glib/mm-call.h b/libmm-glib/mm-call.h
index a5aeb730..baf51cc4 100644
--- a/libmm-glib/mm-call.h
+++ b/libmm-glib/mm-call.h
@@ -26,7 +26,7 @@
#include <ModemManager.h>
#include "mm-gdbus-call.h"
-#include "mm-call-properties.h"
+#include "mm-call-audio-format.h"
G_BEGIN_DECLS
@@ -39,6 +39,7 @@ G_BEGIN_DECLS
typedef struct _MMCall MMCall;
typedef struct _MMCallClass MMCallClass;
+typedef struct _MMCallPrivate MMCallPrivate;
/**
* MMCall:
@@ -49,7 +50,7 @@ typedef struct _MMCallClass MMCallClass;
struct _MMCall {
/*< private >*/
MmGdbusCallProxy parent;
- gpointer unused;
+ MMCallPrivate *priv;
};
struct _MMCallClass {
@@ -71,6 +72,11 @@ MMCallStateReason mm_call_get_state_reason (MMCall *self);
MMCallDirection mm_call_get_direction (MMCall *self);
+const gchar *mm_call_get_audio_port (MMCall *self);
+gchar *mm_call_dup_audio_port (MMCall *self);
+
+MMCallAudioFormat *mm_call_get_audio_format (MMCall *self);
+MMCallAudioFormat *mm_call_peek_audio_format(MMCall *self);
void mm_call_start (MMCall *self,