Beispiel #1
0
static VALUE
gdkwin_s_get_toplevels(VALUE self)
{
    return GLIST2ARYF(gdk_window_get_toplevels());
}
Beispiel #2
0
static VALUE
rg_s_toplevels(G_GNUC_UNUSED VALUE self)
{
    return GLIST2ARYF(gdk_window_get_toplevels());
}