X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=libchimara%2Fchimara-glk.c;h=6e1067ec32ea488a4ce9fbc10029ed5d6be1e25e;hb=6fd0347f330cb24ef6145662023053a1c0f81a64;hp=1a8b2245143f22e725d4747a8c9aaf26d0f0bf7f;hpb=4a0178d00f3ab8741f5ef10a44a63d49e19d0cd3;p=projects%2Fchimara%2Fchimara.git diff --git a/libchimara/chimara-glk.c b/libchimara/chimara-glk.c index 1a8b224..6e1067e 100644 --- a/libchimara/chimara-glk.c +++ b/libchimara/chimara-glk.c @@ -1502,17 +1502,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);