X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=libchimara%2Fchimara-glk.h;h=df522daaf7b96dbd6c9eb7e12b3209569942d58a;hb=3420fbfa4299d88d0057ae727c80e4c665c7515b;hp=089bccb50e7caaf7145ad8c9768913f7e9c7afdd;hpb=3710f981a4b023563c4ce06634f7f5b292c24657;p=projects%2Fchimara%2Fchimara.git diff --git a/libchimara/chimara-glk.h b/libchimara/chimara-glk.h index 089bccb..df522da 100644 --- a/libchimara/chimara-glk.h +++ b/libchimara/chimara-glk.h @@ -39,6 +39,14 @@ typedef struct _ChimaraGlkClass { void(* iliad_screen_update) (ChimaraGlk *self, gboolean typing); } ChimaraGlkClass; +/** + * ChimaraGlkWindowType: + * @CHIMARA_GLK_TEXT_BUFFER: The styles for text buffer windows. + * @CHIMARA_GLK_TEXT_GRID: The styles for text grid windows. + * + * Specifies the type of windows for which to retrieve the style tag with + * chimara_glk_get_tag(). + */ typedef enum { CHIMARA_GLK_TEXT_BUFFER, CHIMARA_GLK_TEXT_GRID @@ -81,6 +89,9 @@ typedef enum _ChimaraResourceType { /** * ChimaraResourceLoadFunc: + * @usage: A #ChimaraResourceType constant. + * @resnum: The resource number to look for. + * @user_data: A pointer to provide to the callback. * * The type of function passed to chimara_glk_set_resource_load_callback(). It * takes a #ChimaraResourceType constant, @usage, to indicate what sort of