[gtk-doc] tests: Add a macro with DEPRECATED in its name



commit 41d98e394a2afc33f3175da97f109940249008b4
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Fri Jun 27 12:00:54 2014 +0100

    tests: Add a macro with DEPRECATED in its name
    
    It should not be marked as deprecated itself.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=731417

 tests/bugs/docs/tester-sections.txt |    1 +
 tests/bugs/src/tester.h             |    7 +++++++
 2 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/tests/bugs/docs/tester-sections.txt b/tests/bugs/docs/tester-sections.txt
index 889fee5..9066551 100644
--- a/tests/bugs/docs/tester-sections.txt
+++ b/tests/bugs/docs/tester-sections.txt
@@ -74,5 +74,6 @@ G_GNUC_DEPRECATED_FOR
 GLIB_DEPRECATED
 BUG_711598_DEPRECATED_FOR
 bug_554833_new
+BUG_731417_DEPRECATED
 </SECTION>
 
diff --git a/tests/bugs/src/tester.h b/tests/bugs/src/tester.h
index 3a67872..ee9a72e 100644
--- a/tests/bugs/src/tester.h
+++ b/tests/bugs/src/tester.h
@@ -498,4 +498,11 @@ void bug_711598(void);
 void deprecation_notice(void);
 #endif
 
+/**
+ * BUG_731417_DEPRECATED:
+ *
+ * https://bugzilla.gnome.org/show_bug.cgi?id=731417
+ */
+#define BUG_731417_DEPRECATED   1
+
 #endif // GTKDOC_TESTER_H


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]