Re: [Ekiga-devel-list] Real Issue is Opal::Call virtual table missing



It is in the /ekiga/plugins/libnotify/libnotify-main.cpp
static void
call_notification_action_cb (NotifyNotification *notification,
                             gchar *action,
                             gpointer data)
{

Ekiga::Call *call = (Ekiga::Call *) data;   <---- is this you want to know ?
....
call->answer ();

On Tue, Jan 8, 2013 at 2:13 PM, Julien Puydt <jpuydt free fr> wrote:
> Le 08/01/2013 21:27, Lorin Melander a écrit :
>
>> Two methods  call->answer() and call->hungup()
>
>
> Right, two methods.
>
> What is the type of the "call" object?
>
>
> Snark
> _______________________________________________
> ekiga-devel-list mailing list
> ekiga-devel-list gnome org
> https://mail.gnome.org/mailman/listinfo/ekiga-devel-list



-- 
-lorin


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]