After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 93725 - ORBit typelibs do not expose constants
ORBit typelibs do not expose constants
Status: RESOLVED FIXED
Product: ORBit2
Classification: Deprecated
Component: general
2.4.X
Other Windows
: High normal
: ---
Assigned To: ORBit maintainers
ORBit maintainers
Depends on:
Blocks:
 
 
Reported: 2002-09-20 04:05 UTC by James Henstridge
Modified: 2006-12-18 09:58 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10



Description James Henstridge 2002-09-20 04:05:35 UTC
I was talking with Michael on IRC yesterday, and we realised that typelibs
do not expose constants.

I have been (re)writing some Python bindings for ORBit2 to use typelibs
(instead of parsing IDL, as it currently does ...), and noticed that I
couldn't get at this sort of information.

I would like to be able to get the short name of the constant, it's value,
and know which module to store the constants in.  The first two could be
acheived with a list of (name, corbaany) pairs.  I don't know how it would
be best to represent which module they belong to though.
Comment 1 Mark McLoughlin 2002-09-20 04:34:34 UTC
Hmm .. we should really have a representation of modules as well, and
then a list of constants in both ORBit::IModule and ORBit::IInterface
as well I suppose.

Btw James - on the gen-imodule branch of ORBit2 there is a runtime
generator of typelibs. I need to fix some issues with the API and get
it merged into HEAD.

Comment 2 James Henstridge 2002-09-20 05:04:54 UTC
Currently my code is munging the repo_id's from the typecodes to work
out where to expose a stub, which is probably not the best solution ...
Comment 3 James Henstridge 2002-10-09 13:03:17 UTC
One other thing that the current typelib framework doesn't seem to
handle is typelibs that build on top of other ones.

For instance, consider a Bonobo component that provides a custom
interface built on top of Bonobo.Unknown (and maybe using some other
types defined in bonobo).  Its typelib should probably depend on the
"Bonobo" typelib.  At the moment, typelibs can really only depend on
stuff defined in libORBit2 -- everything else has to be defined in the
typelib.

I don't know how easy this would be.
Comment 4 Kjartan Maraas 2006-12-18 08:58:17 UTC
Has this changed in the last four years?
Comment 5 Michael Meeks 2006-12-18 09:58:57 UTC
Yes, it got fixed I think:

CORBA_sequence_CORBA_TypeCode *
                  ORBit_small_get_types           (const char        *name);