GtkdocTester

GtkdocTester — module for gtk-doc unit test

Synopsis

enum                Bug446648;
                    Bug512154;
#define             BUG_530758
void                bug_141869_a                        (unsigned  pid);
void                bug_141869_b                        (signed  pid);
enum                bug_324535;
void                bug_379466                          (intpid );
int                 bug_380824                          (int arg);
struct bug *        bug_411739                          (void);
void                bug_419997                          (int const_values);
void                bug_445693                          (unsigned long  pid);
struct              bug_460127;
const gchar * const * bug_471014                        (void);
guint64             bug_477532                          (void);
struct              bug_501038;
char const *        (*bug_544172)                       (char const *self);
const char* const * bug_552602                          (void);
struct              bug_554833;

Description

This file contains non-sense code for the sole purpose of testing the docs.

As described in http://bugzilla.gnome.org/show_bug.cgi?id=457077 it returns nothing.

Details

enum Bug446648

enum Bug446648 {
    BUG_446648_FOO
};

http://bugzilla.gnome.org/show_bug.cgi?id=446648

BUG_446648_FOO

field

Bug512154

typedef struct {
  unsigned long index;
} Bug512154;

http://bugzilla.gnome.org/show_bug.cgi?id=512154

unsigned long index;

field

BUG_530758

#define BUG_530758 "dummy"

http://bugzilla.gnome.org/show_bug.cgi?id=530758#c1

Test


bug_141869_a ()

void                bug_141869_a                        (unsigned  pid);

http://bugzilla.gnome.org/show_bug.cgi?id=141869

pid :

arg

bug_141869_b ()

void                bug_141869_b                        (signed  pid);

http://bugzilla.gnome.org/show_bug.cgi?id=141869

pid :

arg

enum bug_324535

typedef enum {
  BUG_324535_A,
#ifdef GTK_DISABLE_DEPRECATED
  BUG_324535_B,
#endif
  BUG_324535_C,
} bug_324535;

http://bugzilla.gnome.org/show_bug.cgi?id=324535

BUG_324535_A

enum 1

BUG_324535_B

enum 2

BUG_324535_C

enum 3

bug_379466 ()

void                bug_379466                          (intpid );

http://bugzilla.gnome.org/show_bug.cgi?id=379466

pid :

arg

bug_380824 ()

int                 bug_380824                          (int arg);

Returns a value. http://bugzilla.gnome.org/show_bug.cgi?id=380824

arg :

arg

Returns :

result

Since 0.1


bug_411739 ()

struct bug *        bug_411739                          (void);

http://bugzilla.gnome.org/show_bug.cgi?id=411739

Returns :

result

bug_419997 ()

void                bug_419997                          (int const_values);

http://bugzilla.gnome.org/show_bug.cgi?id=419997

pid :

arg

bug_445693 ()

void                bug_445693                          (unsigned long  pid);

http://bugzilla.gnome.org/show_bug.cgi?id=445693

pid :

arg

struct bug_460127

struct bug_460127 {
  gint a;
};

http://bugzilla.gnome.org/show_bug.cgi?id=460127

gint a;

field

gpointer _reserved[_PADDDING + 0];


bug_471014 ()

const gchar * const * bug_471014                        (void);

http://bugzilla.gnome.org/show_bug.cgi?id=471014

Returns :

result

bug_477532 ()

guint64             bug_477532                          (void);

http://bugzilla.gnome.org/show_bug.cgi?id=477532


struct bug_501038

struct bug_501038 {
  gint a;
#ifdef GTK_DISABLE_DEPRECATED
  gint b;
#else
  gint _b;
#endif
};

http://bugzilla.gnome.org/show_bug.cgi?id=501038


bug_544172 ()

char const *        (*bug_544172)                       (char const *self);

http://bugzilla.gnome.org/show_bug.cgi?id=544172

self :

object pointer.

Returns :

result or NULL.

bug_552602 ()

const char* const * bug_552602                          (void);

http://bugzilla.gnome.org/show_bug.cgi?id=552602

Returns :

result

struct bug_554833

struct bug_554833 {
  int i;
};

http://bugzilla.gnome.org/show_bug.cgi?id=554833