ftp://ftp.redhat.com/pub/redhat/linux/rawhide/SRPMS/SRPMS/gnome-vfs2-2.3.8-1.src.rpm
[gnome-vfs-httpcaptive.git] / monikers / gnome-moniker-std.h
1 #ifndef _GNOME_MONIKER_STD_H_
2 #define _GNOME_MONIKER_STD_H_
3
4 #include <bonobo/bonobo-moniker-simple.h>
5 #include <bonobo/bonobo-moniker-extender.h>
6
7 Bonobo_Unknown bonobo_moniker_file_resolve    (BonoboMoniker               *moniker,
8                                                const Bonobo_ResolveOptions *options,
9                                                const CORBA_char            *requested_interface,
10                                                CORBA_Environment           *ev);
11
12 Bonobo_Unknown bonobo_moniker_vfs_resolve     (BonoboMoniker               *moniker,
13                                                const Bonobo_ResolveOptions *options,
14                                                const CORBA_char            *requested_interface,
15                                                CORBA_Environment           *ev);
16
17 Bonobo_Unknown bonobo_file_extender_resolve   (BonoboMonikerExtender *extender,
18                                                const Bonobo_Moniker   m,
19                                                const Bonobo_ResolveOptions *options,
20                                                const CORBA_char      *display_name,
21                                                const CORBA_char      *requested_interface,
22                                                CORBA_Environment     *ev);
23
24 #endif /* _GNOME_MONIKER_STD_H_ */