GtkdocTester

GtkdocTester — module for gtk-doc unit test

Synopsis

void                annotation_array_length             (GObject *list,
                                                         gint n_columns,
                                                         GType *types);
gchar *             annotation_nullable                 (const gchar *uri,
                                                         const gchar *label);

Description

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

Details

annotation_array_length ()

void                annotation_array_length             (GObject *list,
                                                         gint n_columns,
                                                         GType *types);

Document parameter relation for array length.

store :

a GtkListStore

n_columns :

number of columns

types :

list of types. array length=n_columns.

annotation_nullable ()

gchar *             annotation_nullable                 (const gchar *uri,
                                                         const gchar *label);

Document optional parameters.

uri :

a uri

label :

an optional string. null-ok.

Returns :

Returns stuff which you have to free after use. transfer-full. null-ok.