Home
last modified time | relevance | path

Searched refs:AR_IS_STYLE (Results 1 – 2 of 2) sorted by relevance

/dports/games/aisleriot/aisleriot-3.22.19/src/
H A Dar-style-gtk.c379 g_return_if_fail (AR_IS_STYLE (style)); in _ar_style_gtk_attach()
417 g_return_if_fail (AR_IS_STYLE (style)); in _ar_style_gtk_detach()
H A Dar-style.h31 #define AR_IS_STYLE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AR_TYPE_STYLE)) macro