Add one missing ':' and reformate GParamFlags docs.
authorStefan Kost <stefkost@src.gnome.org>
Sat, 21 Jun 2008 14:00:44 +0000 (14:00 +0000)
committerStefan Kost <stefkost@src.gnome.org>
Sat, 21 Jun 2008 14:00:44 +0000 (14:00 +0000)
* gobject/gclosure.h:
* gobject/gparam.h:
  Add one missing ':' and reformate GParamFlags docs.

svn path=/trunk/; revision=7074

ChangeLog
gobject/gclosure.h
gobject/gparam.h

index df57345..5992c6e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2008-06-21  Stefan Kost  <ensonic@users.sf.net>
 
+       * gobject/gclosure.h:
+       * gobject/gparam.h:
+         Add one missing ':' and reformate GParamFlags docs.
+
+2008-06-21  Stefan Kost  <ensonic@users.sf.net>
+
        * docs/reference/gobject/tmpl/gparamspec.sgml:
        * gobject/gparam.c:
        * gobject/gparam.h:
index b162e29..fc0cb47 100644 (file)
@@ -35,7 +35,7 @@ G_BEGIN_DECLS
  * 
  * Check if the closure still needs a marshaller. See g_closure_set_marshal().
  *
- * Returns %TRUE if a #GClosureMarshal marshaller has not yet been set on 
+ * Returns: %TRUE if a #GClosureMarshal marshaller has not yet been set on 
  * @closure.
  */
 #define        G_CLOSURE_NEEDS_MARSHAL(closure) (((GClosure*) (closure))->marshal == NULL)
index 92cc31b..c2a370c 100644 (file)
@@ -115,7 +115,7 @@ G_BEGIN_DECLS
  *  parameter is guaranteed to remain valid and
  *  unmodified for the lifetime of the parameter. 
  *  Since 2.8
- * @G_PARAM_PRIVATE:  * @G_PARAM_STATIC_NICK: the string used as nick when constructing the
+ * @G_PARAM_STATIC_NICK: the string used as nick when constructing the
  *  parameter is guaranteed to remain valid and
  *  unmmodified for the lifetime of the parameter.
  *  Since 2.8
@@ -123,6 +123,7 @@ G_BEGIN_DECLS
  *  parameter is guaranteed to remain valid and 
  *  unmodified for the lifetime of the parameter. 
  *  Since 2.8
+ * @G_PARAM_PRIVATE: internal
  * 
  * Through the #GParamFlags flag values, certain aspects of parameters
  * can be configured.