dangling extern vars
- From: Nat Friedman <nat helixcode com>
- To: "Sergey I. Panov" <sipan mit edu>
- Cc: gnome-components-list gnome org
- Subject: dangling extern vars
- Date: Mon, 27 Dec 1999 10:07:55 -0500 (EST)
Sergey I. Panov writes:
> The following "extern" variables in bonobo are not declared in any
> of the C files.
>
> gnome-embeddable.h:
> ...
> extern POA_GNOME_Embeddable__epv gnome_embeddable_epv;
Oops, this is my fault. We don't export the epv in this way
anymore. You should use gnome_embeddable_get_epv() and
gnome_object_get_epv().
> Somebody forgot to put corresponding declarations in gnome-object.c
> and gnome-embeddable.c
They used to be there; I removed them and switched us to use the
gnome_*_get_epv() routines so that we can override inherited methods
easily.
Fixed in CVS.
Nat
[
Date Prev][Date Next] [
Thread Prev][Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]