X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=libchimara%2Fchimara-glk.h;h=a767fa7bf1e55cbbd3664a055aca47d25b7c550b;hb=a539fab8c055adb40c15606247b5e241e2094119;hp=dfa669e3afa1b4f281712ec65a47876be89dfbd3;hpb=cbd4cb7f8c62b2ba51329a4cb082a96115a7529d;p=rodin%2Fchimara.git diff --git a/libchimara/chimara-glk.h b/libchimara/chimara-glk.h index dfa669e..a767fa7 100644 --- a/libchimara/chimara-glk.h +++ b/libchimara/chimara-glk.h @@ -60,12 +60,18 @@ typedef struct _ChimaraGlkClass { * An appropriate interpreter plugin for the autodetected * game file type could not be found. * + * + * CHIMARA_PLUGIN_ALREADY_RUNNING + * A plugin was opened while there was already another plugin + * running in the widget. + * * */ typedef enum _ChimaraError { CHIMARA_LOAD_MODULE_ERROR, CHIMARA_NO_GLK_MAIN, - CHIMARA_PLUGIN_NOT_FOUND + CHIMARA_PLUGIN_NOT_FOUND, + CHIMARA_PLUGIN_ALREADY_RUNNING } ChimaraError; /**