![]() |
![]() |
![]() |
tester Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties | Signals |
GtkdocIface; GtkdocIfaceInterface; gboolean gtkdoc_iface_configure (gchar *config); #define GTKDOC_IFACE_MACRO_DUMMY (parameter_1,parameter_2) #define GTKDOC_IFACE_MACRO_SUM (parameter_1,parameter_2)
This file contains non-sense code for the sole purpose of testing the docs.
We can link to the "itest" property and the "itest"
signal.
An instance can be configured using the gtkdoc_iface_configure()
function.
typedef struct { GTypeInterface parent; /* class methods */ void (*test)(const GtkdocIface * const self, gconstpointer const user_data); } GtkdocIfaceInterface;
class data of gtk-doc unit test interface
GTypeInterface |
this is a bug :/ |
|
overideable method |
gboolean gtkdoc_iface_configure (gchar *config);
Configure a new instance
|
settings |
Returns : |
TRUE for sucess or FALSE in case of an error
|
Since 0.1
#define GTKDOC_IFACE_MACRO_DUMMY(parameter_1,parameter_2) /* do nothing */
This macro does nothing.
|
first arg |
|
second arg |
"itest"
signalvoid user_function (GtkdocIface *self, gpointer user_data) : Run Last / No Recursion / No Hooks
The event has been triggered.
|
myself |
|
user data set when the signal handler was connected. |