X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;ds=inline;f=src%2Fglk.c;fp=src%2Fglk.c;h=c41497f29f24f84477f7ea8ec3d48f0ca122a281;hb=0b8b3b9c20937f7b522274ad83739816d8ef21e3;hp=885f36f86fc94007926f16adaea048c7365d751d;hpb=199d247c0c2155c1c8fca97fcc6087efdd29e482;p=rodin%2Fchimara.git diff --git a/src/glk.c b/src/glk.c index 885f36f..c41497f 100644 --- a/src/glk.c +++ b/src/glk.c @@ -2,17 +2,24 @@ #include "glk.h" +/** + * glk_exit: + * + * End the Glk program. As far as the client program is concerned, this + * function does not return. + */ void glk_exit(void) { gtk_main(); } +/* void glk_select(event_t *event) { gtk_main_iteration(); } - +*/