Skip to content
Snippets Groups Projects
Commit fecf8200 authored by Julien Bonjean's avatar Julien Bonjean
Browse files

Fixed some warnings

parent 5fb27ebe
No related branches found
No related tags found
No related merge requests found
...@@ -1123,12 +1123,12 @@ dbus_set_record(const call_t * c) ...@@ -1123,12 +1123,12 @@ dbus_set_record(const call_t * c)
} }
} }
gboolean* gboolean
dbus_get_is_recording(const call_t * c) dbus_get_is_recording(const call_t * c)
{ {
g_print("calling dbus_get_is_recording on CallManager\n"); g_print("calling dbus_get_is_recording on CallManager\n");
GError* error = NULL; GError* error = NULL;
gboolean* isRecording = NULL; gboolean isRecording;
org_sflphone_SFLphone_CallManager_get_is_recording ( org_sflphone_SFLphone_CallManager_get_is_recording (
callManagerProxy, callManagerProxy,
c->callID, c->callID,
......
...@@ -471,6 +471,6 @@ GHashTable* dbus_get_hook_settings (void); ...@@ -471,6 +471,6 @@ GHashTable* dbus_get_hook_settings (void);
void dbus_set_hook_settings (GHashTable *); void dbus_set_hook_settings (GHashTable *);
gboolean dbus_get_is_recording(const call_t *);
#endif #endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment