another bug in docs(?)
- From: jacob berkman <jacob ximian com>
- To: gnome-components-list gnome org
- Subject: another bug in docs(?)
- Date: 13 Apr 2001 00:07:08 -0400
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]