3 * @short_description: module for gtk-doc unit test
5 * This file contains non-sense code for the sole purpose of testing the docs.
7 * As described in http://bugzilla.gnome.org/show_bug.cgi?id=457077 it
10 * <refsect2 id="dummy-id">
12 * Second paragraph inside subsection.
25 * http://bugzilla.gnome.org/show_bug.cgi?id=141869
27 void bug_141869_a (unsigned pid
) {
34 * http://bugzilla.gnome.org/show_bug.cgi?id=141869
36 void bug_141869_b (signed pid
) {
44 * http://bugzilla.gnome.org/show_bug.cgi?id=379466
56 * http://bugzilla.gnome.org/show_bug.cgi?id=380824
62 int bug_380824 (int arg
) {
70 * http://bugzilla.gnome.org/show_bug.cgi?id=411739
84 * http://bugzilla.gnome.org/show_bug.cgi?id=419997
86 void bug_419997 (int const_values
) {
94 * http://bugzilla.gnome.org/show_bug.cgi?id=445693
96 void bug_445693 (unsigned long pid
) {
103 * http://bugzilla.gnome.org/show_bug.cgi?id=471014
107 G_CONST_RETURN gchar
* G_CONST_RETURN
* bug_471014 (void) {
114 * @BUG_446648_FOO: foo
116 * http://bugzilla.gnome.org/show_bug.cgi?id=446648
123 * http://bugzilla.gnome.org/show_bug.cgi?id=552602
127 const char* const * bug_552602 (void) {
134 * http://bugzilla.gnome.org/show_bug.cgi?id=574654
140 * @offset: skip this many items
142 * http://bugzilla.gnome.org/show_bug.cgi?id=574654
144 int bug_574654a(void) {
148 void bug_574654b(double offset
) { }
152 * bug_580300a_get_type:
154 * http://bugzilla.gnome.org/show_bug.cgi?id=580300
156 void bug_580300a_get_type(void) { }
159 * bug_580300b_get_type:
162 * http://bugzilla.gnome.org/show_bug.cgi?id=580300
164 void bug_580300b_get_type(gint a
) { }
167 * bug_580300c_get_type:
169 * http://bugzilla.gnome.org/show_bug.cgi?id=580300
171 void bug_580300c_get_type() { }
174 * bug_580300d_get_type:
176 * http://bugzilla.gnome.org/show_bug.cgi?id=580300
180 int bug_580300d_get_type() { }
186 * http://bugzilla.gnome.org/show_bug.cgi?id=602518
190 long int bug_602518a(void) {
197 * http://bugzilla.gnome.org/show_bug.cgi?id=602518
201 unsigned long int bug_602518b(void) {
202 return (unsigned long int)0;
208 * http://bugzilla.gnome.org/show_bug.cgi?id=602518
212 unsigned int bug_602518c(void) {
213 return (unsigned int)0;
221 * http://bugzilla.gnome.org/show_bug.cgi?id=607445
223 long double bug_607445(long double **a
, int n
) {
232 * http://bugzilla.gnome.org/show_bug.cgi?id=610257
235 bug_610257 (const unsigned char *der
, int *len
)