Added dynamic module loading: now the Glk program (i.e., the
[rodin/chimara.git] / src / chimara-glk.h
index 030d7062aa47152e517ec14b6006f1c5e3e22586..2f419722bd44e07c3480acdb6c4ebbd767ec3ebd 100644 (file)
@@ -43,7 +43,7 @@ void chimara_glk_set_interactive(ChimaraGlk *glk, gboolean interactive);
 gboolean chimara_glk_get_interactive(ChimaraGlk *glk);
 void chimara_glk_set_protect(ChimaraGlk *glk, gboolean protect);
 gboolean chimara_glk_get_protect(ChimaraGlk *glk);
-gboolean chimara_glk_run(ChimaraGlk *glk, GError **error);
+gboolean chimara_glk_run(ChimaraGlk *glk, gchar *plugin, GError **error);
 void chimara_glk_stop(ChimaraGlk *glk);
 void chimara_glk_wait(ChimaraGlk *glk);