bonobo-moniker-context —
struct BonoboMonikerContextPrivate; typedef BonoboMonikerContext; typedef BonoboMonikerContextClass; BonoboObject* bonobo_moniker_context_new (void);
struct BonoboMonikerContextPrivate;
typedef struct { BonoboObject parent; BonoboMonikerContextPrivate *priv; } BonoboMonikerContext;
typedef struct { BonoboObjectClass parent; POA_Bonobo_MonikerContext__epv epv; } BonoboMonikerContextClass;
BonoboObject* bonobo_moniker_context_new (void);