~ubuntu-branches/ubuntu/saucy/gtk-doc/saucy

« back to all changes in this revision

Viewing changes to tests/gobject/src/gobject.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2009-02-17 17:11:41 UTC
  • mto: (1.2.8 upstream) (4.1.2 squeeze)
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: james.westby@ubuntu.com-20090217171141-nobu8ey8kqtq5alx
Import upstream version 1.11

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
typedef struct _GtkdocObject GtkdocObject;
17
17
typedef struct _GtkdocObjectClass GtkdocObjectClass;
18
18
 
 
19
/* in gtkdoc-scan::ScanHeader() we currently skip the enums, but output a decl
 
20
* to -decl.txt and -decl-list.txt for the struct
 
21
* If the symbol has no docs, we get a warning in -unused.txt
 
22
*/
19
23
typedef struct GtkdocHelperStruct GtkdocHelperStruct;
20
24
typedef enum GtkdocHelperEnum GtkdocHelperEnum;
21
25
 
34
38
/**
35
39
 * GtkdocObjectClass:
36
40
 * @parent: this is a bug :/
 
41
 * @test: overideable method
37
42
 *
38
43
 * class data of gtk-doc unit test class
39
44
 */
56
61
GType  gtkdoc_object_get_type(void) G_GNUC_CONST;
57
62
 
58
63
GtkdocObject *gtkdoc_object_new(void);
 
64
#ifndef GTKDOC_TESTER_DISABLE_DEPRECATED
 
65
void gtkdoc_object_set_otest (GObject *self, const gchar *value);
 
66
#endif
 
67
void gtkdoc_object_frobnicate (GObject *self, gint n);
59
68
 
60
69
/**
61
70
 * GTKDOC_OBJECT_MACRO_DUMMY: