[gtk-doc] tests: add a test case for bug #642998
- From: Stefan Kost <stefkost src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-doc] tests: add a test case for bug #642998
- Date: Tue, 29 Mar 2011 18:20:10 +0000 (UTC)
commit e1030f9f3be5223169c085639119c3a02515f483
Author: Stefan Kost <ensonic users sf net>
Date: Tue Mar 29 21:21:35 2011 +0300
tests: add a test case for bug #642998
tests/bugs/docs/tester-sections.txt | 1 +
tests/bugs/src/tester.h | 17 ++++++++++++++++-
2 files changed, 17 insertions(+), 1 deletions(-)
---
diff --git a/tests/bugs/docs/tester-sections.txt b/tests/bugs/docs/tester-sections.txt
index 0b3431a..c6ed505 100644
--- a/tests/bugs/docs/tester-sections.txt
+++ b/tests/bugs/docs/tester-sections.txt
@@ -6,6 +6,7 @@ Bug165425b
Bug324535
Bug446648
Bug512154
+Bug642998
Bug644291
BUG_530758
diff --git a/tests/bugs/src/tester.h b/tests/bugs/src/tester.h
index e0df1d8..bd520fa 100644
--- a/tests/bugs/src/tester.h
+++ b/tests/bugs/src/tester.h
@@ -338,6 +338,22 @@ void (*bug_638330) (void *arg1,
const unsigned char *data,
unsigned int length);
+
+/**
+ * Bug642998:
+ * @red: red color intensity, from 0â??255
+ * @green: green color intensity, from 0â??255
+ * @blue: blue color intensity, from 0â??255
+ *
+ * https://bugzilla.gnome.org/show_bug.cgi?id=642998
+ */
+typedef struct {
+ guint16 red;
+ guint16 green;
+ guint16 blue;
+} Bug642998;
+
+
/**
* Bug644291:
* @BUG_644291_START: foo
@@ -359,6 +375,5 @@ typedef enum
BUG_644291_ASSIGN_TO = '*'
} Bug644291;
-
#endif // GTKDOC_TESTER_H
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]