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 df573450dbdff6aeefe7c8af7c0996cd2c9377a2..5992c6e79aa741d6230ed5bd352cfbad5387a1cb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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:
index b162e29eb8b631c84d36a7933f903eeda8565573..fc0cb47c4647566c9c945bfbe42012a0228c3594 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 92cc31be1f007efb328de9503a1c4006046f805c..c2a370c078e7386580c3fbbf12a4fddee9a2d578 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.