aboutsummaryrefslogtreecommitdiffstats
path: root/wombat/wombat-moniker.h
diff options
context:
space:
mode:
authorDietmar Maurer <dietmar@ximian.com>2001-03-21 22:55:09 +0800
committerDietmar Maurer <dietmar@src.gnome.org>2001-03-21 22:55:09 +0800
commit0cf839a464d506c810806b77eccb56d63ea51086 (patch)
tree5107c987adf52d5ec97c039f8e6f5da63c32dd17 /wombat/wombat-moniker.h
parent33688c3aece916519259f177b3fa0d2af76ca725 (diff)
downloadgsoc2013-evolution-0cf839a464d506c810806b77eccb56d63ea51086.tar
gsoc2013-evolution-0cf839a464d506c810806b77eccb56d63ea51086.tar.gz
gsoc2013-evolution-0cf839a464d506c810806b77eccb56d63ea51086.tar.bz2
gsoc2013-evolution-0cf839a464d506c810806b77eccb56d63ea51086.tar.lz
gsoc2013-evolution-0cf839a464d506c810806b77eccb56d63ea51086.tar.xz
gsoc2013-evolution-0cf839a464d506c810806b77eccb56d63ea51086.tar.zst
gsoc2013-evolution-0cf839a464d506c810806b77eccb56d63ea51086.zip
initialise the moniker factory
2001-03-21 Dietmar Maurer <dietmar@ximian.com> * wombat.c (setup_config): initialise the moniker factory * GNOME_Evolution_Wombat.oaf.in: added the necessary entries for the wombat moniker. * wombat-moniker.[ch]: wombat is now a moniker svn path=/trunk/; revision=8866
Diffstat (limited to 'wombat/wombat-moniker.h')
-rw-r--r--wombat/wombat-moniker.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/wombat/wombat-moniker.h b/wombat/wombat-moniker.h
new file mode 100644
index 0000000000..46ebcf79c8
--- /dev/null
+++ b/wombat/wombat-moniker.h
@@ -0,0 +1,11 @@
+#ifndef _MONIKER_WOMBAT_H_
+#define _MONIKER_WOMBAT_H_
+
+#include <bonobo/bonobo-generic-factory.h>
+
+BonoboObject *
+wombat_moniker_factory (BonoboGenericFactory *this,
+ const char *object_id,
+ void *data);
+
+#endif