[gtk-doc] Actually use the test functions for the test docs
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-doc] Actually use the test functions for the test docs
- Date: Mon, 10 Oct 2011 15:44:28 +0000 (UTC)
commit aabc14a24d67cb94d7b215b5c3c54df65a0064b8
Author: Matthias Clasen <mclasen redhat com>
Date: Mon Oct 10 11:43:52 2011 -0400
Actually use the test functions for the test docs
tests/bugs/docs/tester-sections.txt | 4 ++++
tests/bugs/src/tester.h | 8 ++++----
2 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/tests/bugs/docs/tester-sections.txt b/tests/bugs/docs/tester-sections.txt
index 5decc1b..90682a3 100644
--- a/tests/bugs/docs/tester-sections.txt
+++ b/tests/bugs/docs/tester-sections.txt
@@ -57,6 +57,10 @@ BUG_656773a
BUG_656773b
BUG_656773c
BUG_656946
+BUG_624001a
+BUG_624001b
+BUG_624001c
+BUG_624001d
gst_play_marshal_BUFFER__BOXED
<SUBSECTION Standard>
diff --git a/tests/bugs/src/tester.h b/tests/bugs/src/tester.h
index 53880f7..660e065 100644
--- a/tests/bugs/src/tester.h
+++ b/tests/bugs/src/tester.h
@@ -465,27 +465,27 @@ extern short int BUG_656946;
*
* https://bugzilla.gnome.org/show_bug.cgi?id=624001
*/
-void deprecated_function (void) G_GNUC_DEPRECATED;
+void BUG_624001a (void) G_GNUC_DEPRECATED;
/**
* BUG_624001b:
*
* https://bugzilla.gnome.org/show_bug.cgi?id=624001
*/
-void deprecated_function2 (void) G_GNUC_DEPRECATED_FOR(other_func);
+void BUG_624001b (void) G_GNUC_DEPRECATED_FOR(other_func);
/**
* BUG_624001c:
*
* https://bugzilla.gnome.org/show_bug.cgi?id=624001
*/
-void deprecated_function3 (void) GLIB_DEPRECATED;
+void BUG_624001c (void) GLIB_DEPRECATED;
/**
* BUG_624001d:
*
* https://bugzilla.gnome.org/show_bug.cgi?id=624001
*/
-void deprecated_function4 (void) GLIB_DEPRECATED;
+void BUG_624001d (void) GLIB_DEPRECATED;
#endif // GTKDOC_TESTER_H
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]