bonobo-listener.c/bonobo_listener_new doco



Hi,
  I noticed that in the header docs for this function there is a function proto like this:

*      void some_callback (GtkObject *,
*                          char *event_name,
*                          BonoboArg *event_data,
*                          CORBA_Environment *ev,
*                          gpointer user_data);

I had to use a function like

void iteration_event_cb(
   BonoboListener *,
   char *,
   CORBA_any *,
   CORBA_Environment *,
   void *);

To compile my listener... I was letting people know that maybe the doco for this function is outdated. no patch included because of the trivial nature of the issue;



Use what talents you possess: the woods would be very silent if no birds
sang there except those that sang best.
-- Henry Van Dyke


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