X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=player%2Fapp.c;fp=player%2Fapp.c;h=bbd79b1753c284b9347ec707611c6b38262f13e5;hb=73bb6941d1200c30f15c2aa243ee359532e2254f;hp=14c457ef91c873d76780c063d8fcf8e326c2e918;hpb=4f173a93ea2a795492906a5b158adb54d9a482ce;p=projects%2Fchimara%2Fchimara.git diff --git a/player/app.c b/player/app.c index 14c457e..bbd79b1 100644 --- a/player/app.c +++ b/player/app.c @@ -229,6 +229,13 @@ chimara_app_open_game(ChimaraApp *self, const char *path) return player; } +void +chimara_app_foreach_game_window(ChimaraApp *self, GFunc func, gpointer data) +{ + CHIMARA_APP_USE_PRIVATE; + g_slist_foreach(priv->window_list, func, data); +} + /* GLADE CALLBACKS */ void