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

thomas at sita.openmoko.org thomas at sita.openmoko.org
Wed Sep 19 18:25:49 CEST 2007


Author: thomas
Date: 2007-09-19 18:25:47 +0200 (Wed, 19 Sep 2007)
New Revision: 3014

Modified:
   trunk/src/target/OM-2007.2/libraries/libmokoui2/libmokoui/moko-finger-scroll.c
Log:
* Actually commit new documentation


Modified: trunk/src/target/OM-2007.2/libraries/libmokoui2/libmokoui/moko-finger-scroll.c
===================================================================
--- trunk/src/target/OM-2007.2/libraries/libmokoui2/libmokoui/moko-finger-scroll.c	2007-09-19 16:23:28 UTC (rev 3013)
+++ trunk/src/target/OM-2007.2/libraries/libmokoui2/libmokoui/moko-finger-scroll.c	2007-09-19 16:25:47 UTC (rev 3014)
@@ -781,6 +781,13 @@
 		G_CALLBACK (moko_finger_scroll_redraw), self);
 }
 
+/** moko_finger_scroll_new:
+ * 
+ * Create a new finger scroll widget
+ *
+ * Returns: the newly created widget
+ */
+
 GtkWidget *
 moko_finger_scroll_new (void)
 {
@@ -801,6 +808,15 @@
 			     NULL);
 }
 
+/** moko_finger_scroll_add_with_viewport:
+ *
+ * @self: A MokoFingerScroll widget
+ * @child: widget you want to add
+ *
+ * Convenience function used to add a child to a GtkViewport, and add the
+ * viewport to the scrolled window.
+ */
+
 void
 moko_finger_scroll_add_with_viewport (MokoFingerScroll *self, GtkWidget *child)
 {





More information about the commitlog mailing list