Le 09/01/2013 00:16, Lorin Melander a écrit :
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 ();
YES! That is what I wanted to know! It's a bare pointer! Nothing smart in it! No wonder the object gets destroyed in our back: we don't hold any reference to it officially!
Damien, I think you know that part of the woods? Snark _______________________________________________ ekiga-devel-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/ekiga-devel-list
