glib r7074 - in trunk: . gobject
- From: stefkost svn gnome org
- To: svn-commits-list gnome org
- Subject: glib r7074 - in trunk: . gobject
- Date: Sat, 21 Jun 2008 14:00:45 +0000 (UTC)
Author: stefkost
Date: Sat Jun 21 14:00:44 2008
New Revision: 7074
URL: http://svn.gnome.org/viewvc/glib?rev=7074&view=rev
Log:
* gobject/gclosure.h:
* gobject/gparam.h:
Add one missing ':' and reformate GParamFlags docs.
Modified:
trunk/ChangeLog
trunk/gobject/gclosure.h
trunk/gobject/gparam.h
Modified: trunk/gobject/gclosure.h
==============================================================================
--- trunk/gobject/gclosure.h (original)
+++ trunk/gobject/gclosure.h Sat Jun 21 14:00:44 2008
@@ -35,7 +35,7 @@
*
* 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)
Modified: trunk/gobject/gparam.h
==============================================================================
--- trunk/gobject/gparam.h (original)
+++ trunk/gobject/gparam.h Sat Jun 21 14:00:44 2008
@@ -115,7 +115,7 @@
* 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 @@
* 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.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]