diff options
Diffstat (limited to 'libempathy/empathy-call-handler.h')
-rw-r--r-- | libempathy/empathy-call-handler.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libempathy/empathy-call-handler.h b/libempathy/empathy-call-handler.h index 4bea0037c..db2396dc7 100644 --- a/libempathy/empathy-call-handler.h +++ b/libempathy/empathy-call-handler.h @@ -68,8 +68,9 @@ EmpathyCallHandler * empathy_call_handler_new_for_channel ( EmpathyTpCall *call); void empathy_call_handler_start_call (EmpathyCallHandler *handler); -void empathy_call_handler_set_bus (EmpathyCallHandler *handler, - GstBus *bus); + +void empathy_call_handler_bus_message (EmpathyCallHandler *handler, + GstBus *bus, GstMessage *message); G_END_DECLS |