X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=player%2Fapp.h;h=a28061fd8019a6fc34ec657e6d589e0c752597cf;hb=73bb6941d1200c30f15c2aa243ee359532e2254f;hp=1d9b8d45eef52a24e5ae475b7803f6a0cef05a37;hpb=4f173a93ea2a795492906a5b158adb54d9a482ce;p=projects%2Fchimara%2Fchimara.git diff --git a/player/app.h b/player/app.h index 1d9b8d4..a28061f 100644 --- a/player/app.h +++ b/player/app.h @@ -66,6 +66,7 @@ GType chimara_app_get_type(void) G_GNUC_CONST; ChimaraApp *chimara_app_get(void); GtkActionGroup *chimara_app_get_action_group(ChimaraApp *self); ChimaraPlayer *chimara_app_open_game(ChimaraApp *self, const char *path); +void chimara_app_foreach_game_window(ChimaraApp *self, GFunc func, gpointer data); G_END_DECLS