X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=libchimara%2Fchimara-glk.c;h=49ef33fbbe1ff2106bb4eae09c8e4c6b94c523fc;hb=4f173a93ea2a795492906a5b158adb54d9a482ce;hp=19925569823b16569e2246a0f457a74f974348cb;hpb=fe99604198c1acee70a4a82e5a17a439aaf3acb0;p=projects%2Fchimara%2Fchimara.git diff --git a/libchimara/chimara-glk.c b/libchimara/chimara-glk.c index 1992556..49ef33f 100644 --- a/libchimara/chimara-glk.c +++ b/libchimara/chimara-glk.c @@ -1477,17 +1477,17 @@ chimara_glk_get_tag(ChimaraGlk *glk, ChimaraGlkWindowType window, const gchar *n /** * chimara_glk_get_tag_names: - * @glk: a #ChimaraGlk widget * @num_tags: Return location for the number of tag names retrieved. * - * Retrieves the possible tag names to use in chimara_glk_get_tag(). + * Class method. Retrieves the possible tag names to use in + * chimara_glk_get_tag(). * * Returns: (transfer none) (array length=num_tags) (element-type utf8): * Array of strings containing the tag names. This array is owned by Chimara, * do not free it. */ const gchar ** -chimara_glk_get_tag_names(ChimaraGlk *glk, unsigned int *num_tags) +chimara_glk_get_tag_names(unsigned int *num_tags) { g_return_val_if_fail(num_tags != NULL, NULL);