r3037 - in trunk/src/target/OM-2007.2/libraries/libmokoui2: . libmokoui

thomas at sita.openmoko.org thomas at sita.openmoko.org
Tue Sep 25 15:58:53 CEST 2007


Author: thomas
Date: 2007-09-25 15:58:52 +0200 (Tue, 25 Sep 2007)
New Revision: 3037

Modified:
   trunk/src/target/OM-2007.2/libraries/libmokoui2/ChangeLog
   trunk/src/target/OM-2007.2/libraries/libmokoui2/libmokoui/moko-finger-scroll.h
   trunk/src/target/OM-2007.2/libraries/libmokoui2/libmokoui/moko-hint-entry.h
   trunk/src/target/OM-2007.2/libraries/libmokoui2/libmokoui/moko-search-bar.h
Log:
* libmokoui/moko-finger-scroll.h:
* libmokoui/moko-hint-entry.h:
* libmokoui/moko-search-bar.h:

Document enums and structs


Modified: trunk/src/target/OM-2007.2/libraries/libmokoui2/ChangeLog
===================================================================
--- trunk/src/target/OM-2007.2/libraries/libmokoui2/ChangeLog	2007-09-25 11:57:42 UTC (rev 3036)
+++ trunk/src/target/OM-2007.2/libraries/libmokoui2/ChangeLog	2007-09-25 13:58:52 UTC (rev 3037)
@@ -1,5 +1,13 @@
 2007-09-25  Thomas Wood  <thomas at openedhand.com>
 
+	* libmokoui/moko-finger-scroll.h:
+	* libmokoui/moko-hint-entry.h:
+	* libmokoui/moko-search-bar.h:
+
+	Document enums and structs
+
+2007-09-25  Thomas Wood  <thomas at openedhand.com>
+
 	* libmokoui/moko-finger-scroll.c:
 	* libmokoui/moko-search-bar.c:
 

Modified: trunk/src/target/OM-2007.2/libraries/libmokoui2/libmokoui/moko-finger-scroll.h
===================================================================
--- trunk/src/target/OM-2007.2/libraries/libmokoui2/libmokoui/moko-finger-scroll.h	2007-09-25 11:57:42 UTC (rev 3036)
+++ trunk/src/target/OM-2007.2/libraries/libmokoui2/libmokoui/moko-finger-scroll.h	2007-09-25 13:58:52 UTC (rev 3037)
@@ -32,6 +32,11 @@
 #define MOKO_IS_FINGER_SCROLL_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), MOKO_TYPE_FINGER_SCROLL))
 #define MOKO_FINGER_SCROLL_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), MOKO_TYPE_FINGER_SCROLL, MokoFingerScrollClass))
 
+/**
+ * MokoFingerScroll:
+ *
+ * MokoFingerScroll has no publicly accessible fields
+ */
 typedef struct _MokoFingerScroll MokoFingerScroll;
 typedef struct _MokoFingerScrollClass MokoFingerScrollClass;
 
@@ -43,6 +48,18 @@
   GtkEventBoxClass parent_class;
 };
 
+/**
+ * MokoFingerScrollMode:
+ * @MOKO_FINGER_SCROLL_MODE_PUSH: Scrolling follows pointer
+ * @MOKO_FINGER_SCROLL_MODE_ACCEL: Scrolling uses physics to "spin" the widget
+ *
+ * Used to change the behaviour of the finger scrolling
+ */
+
+/**
+ */
+/**
+ */
 typedef enum {
 	MOKO_FINGER_SCROLL_MODE_PUSH,
 	MOKO_FINGER_SCROLL_MODE_ACCEL,

Modified: trunk/src/target/OM-2007.2/libraries/libmokoui2/libmokoui/moko-hint-entry.h
===================================================================
--- trunk/src/target/OM-2007.2/libraries/libmokoui2/libmokoui/moko-hint-entry.h	2007-09-25 11:57:42 UTC (rev 3036)
+++ trunk/src/target/OM-2007.2/libraries/libmokoui2/libmokoui/moko-hint-entry.h	2007-09-25 13:58:52 UTC (rev 3037)
@@ -36,6 +36,11 @@
 #define MOKO_IS_HINT_ENTRY_CLASS(klass)     (G_TYPE_CHECK_CLASS_TYPE ((klass), MOKO_TYPE_HINT_ENTRY))
 #define MOKO_HINT_ENTRY_GET_CLASS(obj)      (G_TYPE_INSTANCE_GET_CLASS ((obj), MOKO_TYPE_HINT_ENTRY, MokoGroupComboClass))
 
+/**
+ * MokoHintEntry:
+ *
+ * MokoHintEntry has no publicly accessible fields
+ */
 typedef struct _MokoHintEntry MokoHintEntry;
 typedef struct _MokoHintEntryClass MokoHintEntryClass;
 

Modified: trunk/src/target/OM-2007.2/libraries/libmokoui2/libmokoui/moko-search-bar.h
===================================================================
--- trunk/src/target/OM-2007.2/libraries/libmokoui2/libmokoui/moko-search-bar.h	2007-09-25 11:57:42 UTC (rev 3036)
+++ trunk/src/target/OM-2007.2/libraries/libmokoui2/libmokoui/moko-search-bar.h	2007-09-25 13:58:52 UTC (rev 3037)
@@ -32,6 +32,11 @@
 #define MOKO_IS_SEARCH_BAR_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass),  MOKO_TYPE_SEARCH_BAR))
 #define MOKO_SEARCH_BAR_GET_CLASS(obj)  (G_TYPE_INSTANCE_GET_CLASS ((obj),  MOKO_TYPE_SEARCH_BAR, MokoSearchBarClass))
 
+/**
+ * MokoSearchBar:
+ *
+ * MokoSearchBar has no publicly accessible fields
+ */
 typedef struct _MokoSearchBar MokoSearchBar;
 typedef struct _MokoSearchBarClass MokoSearchBarClass;
 





More information about the commitlog mailing list