File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2307923079 <define name="GTK_PRIORITY_HIGH" value="G_PRIORITY_HIGH"/>
2308023080 <define name="GTK_PRIORITY_RESIZE" value="(G_PRIORITY_HIGH_IDLE+10)"/>
2308123081 <define name="GTK_PRIORITY_REDRAW" value="(G_PRIORITY_HIGH_IDLE+20)"/>
23082+ <!-- version check for GLib, ATK and GTK -->
23083+ <define name="GLIB_CHECK_VERSION(major, minor, micro)" value="1"/>
23084+ <define name="ATK_CHECK_VERSION(major, minor, micro)" value="1"/>
23085+ <define name="GTK_CHECK_VERSION(major, minor, micro)" value="1"/>
2308223086</def>
Original file line number Diff line number Diff line change 1313#include <glib/gi18n.h>
1414
1515
16+ #if GLIB_CHECK_VERSION (2 , 3 , 4 )
17+ #endif
18+ #if GTK_CHECK_VERSION (4 , 5 , 6 )
19+ #endif
20+ #if ATK_CHECK_VERSION (2 , 3 , 6 )
21+ #endif
22+
1623void validCode (int argInt , GHashTableIter * hash_table_iter , GHashTable * hash_table )
1724{
1825 g_assert_cmpint (4 + 1 , >=, 5 );
You can’t perform that action at this time.
0 commit comments