summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Sobek <reklov@live.com>2014-05-23 22:45:30 +0200
committerVolker Sobek <reklov@live.com>2014-11-10 23:25:23 +0100
commit1edd463137067ccb7533f3a1e072dc516bb32d86 (patch)
treedfac497f94d99eb3474d847778b3a272fc9a9cb2
parent20f6cc2a10ba26860e7a6d27c100deadb5497772 (diff)
downloadglib-1edd463137067ccb7533f3a1e072dc516bb32d86.tar.gz
docs: Update GParamFlags docs.
Remove reference to G_PARAM_READWRITE from GParamFlags' description, since commit 6c395244a5db added G_PARAM_READWRITE to GParamFlags. https://bugzilla.gnome.org/show_bug.cgi?id=726037
-rw-r--r--gobject/gparam.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gobject/gparam.h b/gobject/gparam.h
index d0191edae..24a36da84 100644
--- a/gobject/gparam.h
+++ b/gobject/gparam.h
@@ -145,7 +145,7 @@ G_BEGIN_DECLS
* Since 2.26
*
* Through the #GParamFlags flag values, certain aspects of parameters
- * can be configured. See also #G_PARAM_READWRITE and #G_PARAM_STATIC_STRINGS.
+ * can be configured. See also #G_PARAM_STATIC_STRINGS.
*/
typedef enum
{