r3920 - trunk/src/target/OM-2007.2/libraries/libmokoui2/libmokoui

chris at sita.openmoko.org chris at sita.openmoko.org
Tue Jan 22 16:34:09 CET 2008


Author: chris
Date: 2008-01-22 16:34:08 +0100 (Tue, 22 Jan 2008)
New Revision: 3920

Added:
   trunk/src/target/OM-2007.2/libraries/libmokoui2/libmokoui/moko-type.h
Log:
Add missing file


Added: trunk/src/target/OM-2007.2/libraries/libmokoui2/libmokoui/moko-type.h
===================================================================
--- trunk/src/target/OM-2007.2/libraries/libmokoui2/libmokoui/moko-type.h	2008-01-22 15:32:06 UTC (rev 3919)
+++ trunk/src/target/OM-2007.2/libraries/libmokoui2/libmokoui/moko-type.h	2008-01-22 15:34:08 UTC (rev 3920)
@@ -0,0 +1,34 @@
+/*
+ *  libmokoui -- OpenMoko Application Framework UI Library
+ *
+ *  Copyright (C) 2006-2007 OpenMoko Inc.
+ *
+ *  This program is free software; you can redistribute it and/or modify
+ *  it under the terms of the GNU Lesser Public License as published by
+ *  the Free Software Foundation; version 2 of the license.
+ *
+ *  This program 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 Lesser Public License for more details.
+ *
+ *  Current Version: $Rev$ ($Date$) [$Author$]
+ */
+
+#ifndef MOKO_TYPE_H
+#define MOKO_TYPE_H
+
+#include <glib-object.h>
+
+G_BEGIN_DECLS
+
+GType moko_finger_scroll_mode_get_type (void) G_GNUC_CONST;
+#define MOKO_TYPE_FINGER_SCROLL_MODE (moko_finger_scroll_mode_get_type())
+
+GType moko_finger_scroll_indicator_mode_get_type (void)  G_GNUC_CONST;
+#define MOKO_TYPE_FINGER_SCROLL_INDICATOR_MODE \
+	(moko_finger_scroll_indicator_mode_get_type())
+
+G_END_DECLS
+
+#endif





More information about the commitlog mailing list