X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=libchimara%2Fchimara-glk.c;h=47c2b51b014b320d625bfabc3cf1147d004902af;hb=e2c1b09185cc77cdc1245e0c12caab4d7b0e7f6d;hp=1a8b2245143f22e725d4747a8c9aaf26d0f0bf7f;hpb=4dc162f4e4f52b69f9fa6008999c1bda338306e2;p=projects%2Fchimara%2Fchimara.git diff --git a/libchimara/chimara-glk.c b/libchimara/chimara-glk.c index 1a8b224..47c2b51 100644 --- a/libchimara/chimara-glk.c +++ b/libchimara/chimara-glk.c @@ -1307,6 +1307,8 @@ chimara_glk_run(ChimaraGlk *glk, const gchar *plugin, int argc, char *argv[], GE * Signals the Glk program running in @glk to abort. Note that if the program is * caught in an infinite loop in which glk_tick() is not called, this may not * work. + * + * This function does nothing if no Glk program is running. */ void chimara_glk_stop(ChimaraGlk *glk) @@ -1337,6 +1339,8 @@ chimara_glk_stop(ChimaraGlk *glk) * * Holds up the main thread and waits for the Glk program running in @glk to * finish. + * + * This function does nothing if no Glk program is running. */ void chimara_glk_wait(ChimaraGlk *glk)