another bug in docs(?)



this is from example 2 of bonobo-event-source docs:

module GNOME {
    module Foo {
        struct BaaEvent {
            double a;
            string b;
            long   c;
        };
    };
};
     

static void
fire_event (BonoboEventSource *on_source,
         double             a_double,
         char              *a_string,
         long               a_float,
         CORBA_Environment *opt_ev)
{
    CORBA_any any;
    Foo_BaaEvent e;


shouldn't that be GNOME_Foo_BaaEvent e; ?  there is also another refence
to that right below in case i'm right.

jacob
-- 
"...it shoulda been 'Glee Club'." -- David Fincher







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