[glib] docs: Add some missing G_TOKEN_* descriptions
- From: Ryan Lortie <ryanl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] docs: Add some missing G_TOKEN_* descriptions
- Date: Tue, 21 Feb 2012 00:13:04 +0000 (UTC)
commit 912ac79041ed64b2df9be7e88bdb4323d3a6f20e
Author: David King <amigadave amigadave com>
Date: Sat Feb 18 12:25:32 2012 +0000
docs: Add some missing G_TOKEN_* descriptions
glib/gscanner.c | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/glib/gscanner.c b/glib/gscanner.c
index 76de6c8..c933e6d 100644
--- a/glib/gscanner.c
+++ b/glib/gscanner.c
@@ -112,8 +112,13 @@
* @G_TOKEN_EOF: the end of the file
* @G_TOKEN_LEFT_PAREN: a '(' character
* @G_TOKEN_LEFT_CURLY: a '{' character
+ * @G_TOKEN_LEFT_BRACE: a '[' character
* @G_TOKEN_RIGHT_CURLY: a '}' character
* @G_TOKEN_RIGHT_PAREN: a ')' character
+ * @G_TOKEN_RIGHT_BRACE: a ']' character
+ * @G_TOKEN_EQUAL_SIGN: a '=' character
+ * @G_TOKEN_COMMA: a ',' character
+ * @G_TOKEN_NONE: not a token
* @G_TOKEN_ERROR: an error occurred
* @G_TOKEN_CHAR: a character
* @G_TOKEN_BINARY: a binary integer
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]