gtk-doc r699 - in trunk: . tests/bugs/docs tests/bugs/src
- From: stefkost svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk-doc r699 - in trunk: . tests/bugs/docs tests/bugs/src
- Date: Tue, 10 Mar 2009 13:32:26 +0000 (UTC)
Author: stefkost
Date: Tue Mar 10 13:32:26 2009
New Revision: 699
URL: http://svn.gnome.org/viewvc/gtk-doc?rev=699&view=rev
Log:
* tests/bugs/docs/Makefile.am:
* tests/bugs/docs/tester-sections.txt:
* tests/bugs/src/tester.c:
* tests/bugs/src/tester.h:
Adding a test for #574654.
Modified:
trunk/ChangeLog
trunk/tests/bugs/docs/Makefile.am
trunk/tests/bugs/docs/tester-sections.txt
trunk/tests/bugs/src/tester.c
trunk/tests/bugs/src/tester.h
Modified: trunk/tests/bugs/docs/Makefile.am
==============================================================================
--- trunk/tests/bugs/docs/Makefile.am (original)
+++ trunk/tests/bugs/docs/Makefile.am Tue Mar 10 13:32:26 2009
@@ -19,7 +19,7 @@
# Extra options to supply to gtkdoc-scan.
SCAN_OPTIONS=--deprecated-guards="GTKDOC_TESTER_DISABLE_DEPRECATED" \
- --ignore-decorators="GLIB_VAR" \
+ --ignore-decorators="GLIB_VAR|G_GNUC_CONST" \
2>&1 | tee gtkdoc-scan.log
# Extra options to supply to gtkdoc-mkdb.
Modified: trunk/tests/bugs/docs/tester-sections.txt
==============================================================================
--- trunk/tests/bugs/docs/tester-sections.txt (original)
+++ trunk/tests/bugs/docs/tester-sections.txt Tue Mar 10 13:32:26 2009
@@ -23,6 +23,8 @@
bug_544172
bug_552602
bug_554833
+bug_574654a
+bug_574654b
<SUBSECTION Standard>
<SUBSECTION Private>
bug_554833_new
Modified: trunk/tests/bugs/src/tester.c
==============================================================================
--- trunk/tests/bugs/src/tester.c (original)
+++ trunk/tests/bugs/src/tester.c Tue Mar 10 13:32:26 2009
@@ -122,4 +122,23 @@
return NULL;
}
+/**
+ * bug_574654a:
+ *
+ * http://bugzilla.gnome.org/show_bug.cgi?id=574654
+ *
+ * Returns: result
+ */
+/**
+ * bug_574654b:
+ * @offset: skip this many items
+ *
+ * http://bugzilla.gnome.org/show_bug.cgi?id=574654
+ */
+int bug_574654a(void) {
+ return 0;
+}
+
+void bug_574654b(double offset) {
+}
Modified: trunk/tests/bugs/src/tester.h
==============================================================================
--- trunk/tests/bugs/src/tester.h (original)
+++ trunk/tests/bugs/src/tester.h Tue Mar 10 13:32:26 2009
@@ -160,6 +160,7 @@
*/
typedef char const * (*bug_544172) (char const *self);
+
/**
* bug_554833:
*
@@ -169,6 +170,7 @@
int i;
};
+
/**
* bug_554833_new:
*
@@ -180,5 +182,9 @@
bug_554833_new (void);
+int bug_574654a(void) G_GNUC_CONST;
+void bug_574654b(double offset);
+
+
#endif // GTKDOC_TESTER_H
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]