summaryrefslogtreecommitdiff
path: root/src/tracker-indexer/modules/gaim-conversations.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tracker-indexer/modules/gaim-conversations.c')
-rw-r--r--src/tracker-indexer/modules/gaim-conversations.c28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/tracker-indexer/modules/gaim-conversations.c b/src/tracker-indexer/modules/gaim-conversations.c
new file mode 100644
index 000000000..3923f2dbf
--- /dev/null
+++ b/src/tracker-indexer/modules/gaim-conversations.c
@@ -0,0 +1,28 @@
+/* Copyright (C) 2006, Mr Jamie McCracken (jamiemcc@gnome.org)
+ * Copyright (C) 2008, Nokia
+
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
+ */
+
+#include <glib.h>
+#include <tracker-indexer/tracker-module.h>
+
+G_CONST_RETURN gchar *
+tracker_module_get_name (void)
+{
+ /* Return module name here */
+ return "GaimConversations";
+}