diff options
Diffstat (limited to 'telephony-binding/gdbus/ofono_voicecall.h')
-rw-r--r-- | telephony-binding/gdbus/ofono_voicecall.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/telephony-binding/gdbus/ofono_voicecall.h b/telephony-binding/gdbus/ofono_voicecall.h index 0c2e749..dd3ff6d 100644 --- a/telephony-binding/gdbus/ofono_voicecall.h +++ b/telephony-binding/gdbus/ofono_voicecall.h @@ -19,8 +19,7 @@ #include "ofono_voicecall_interface.h" OrgOfonoVoiceCall * -ofono_voicecall_new(const struct afb_binding_interface *, - gchar *, +ofono_voicecall_new(gchar *, void (*)(OrgOfonoVoiceCall *,gchar *)); void ofono_voicecall_free(OrgOfonoVoiceCall *); void ofono_voicecall_answer(OrgOfonoVoiceCall *); |