X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;ds=sidebyside;f=player%2Fapp.c;h=bbd79b1753c284b9347ec707611c6b38262f13e5;hb=6fd0347f330cb24ef6145662023053a1c0f81a64;hp=14c457ef91c873d76780c063d8fcf8e326c2e918;hpb=573f6f440754723a29da56c133ba13b73508581f;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