Top | ![]() |
![]() |
![]() |
![]() |
Bonobo_Unknown | (*BonoboMonikerSimpleResolveFn) () |
BonoboMoniker * | bonobo_moniker_simple_construct () |
BonoboMoniker * | bonobo_moniker_simple_new () |
BonoboMoniker * | bonobo_moniker_simple_new_closure () |
Bonobo_Unknown (*BonoboMonikerSimpleResolveFn) (BonoboMoniker *moniker
,const Bonobo_ResolveOptions *options
,const CORBA_char *requested_interface
,CORBA_Environment *ev
);
BonoboMoniker * bonobo_moniker_simple_construct (BonoboMonikerSimple *moniker
,const char *name
,GClosure *resolve_closure
);
Constructs a simple moniker
BonoboMoniker * bonobo_moniker_simple_new (const char *name
,BonoboMonikerSimpleResolveFn resolve_fn
);
Create a new instance of a simplified moniker.
BonoboMoniker * bonobo_moniker_simple_new_closure (const char *name
,GClosure *resolve_closure
);
Create a new instance of a simplified moniker.
Instead of the Bonobo_ResolveOptions struct, the closure takes its contents as two arguments: BONOBO_TYPE_RESOLVE_FLAG and G_TYPE_LONG.