From 1957ff141832157a55815458a64b8c73e6142cc7 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 17 Dec 2015 16:31:56 -0500 Subject: [PATCH] More TODOs. --- unix/area.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/unix/area.c b/unix/area.c index e037de68..20eb0ae5 100644 --- a/unix/area.c +++ b/unix/area.c @@ -1,6 +1,8 @@ // 4 september 2015 #include "uipriv_unix.h" +// notes: +// - G_DECLARE_DERIVABLE/FINAL_INTERFACE() requires glib 2.44 and that's starting with debian stretch (testing) (GTK+ 3.18) and ubuntu 15.04 (GTK+ 3.14) - debian jessie has 2.42 (GTK+ 3.14) #define areaWidgetType (areaWidget_get_type()) #define areaWidget(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), areaWidgetType, areaWidget)) #define isAreaWidget(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), areaWidgetType))