OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gtk_major_version
(Results
1 - 2
of
2
) sorted by null
/external/fio/
gcompat.h
6
#if
GTK_MAJOR_VERSION
<= 2 && GTK_MINOR_VERSION < 24
18
#endif /*
GTK_MAJOR_VERSION
<= 2 && GTK_MINOR_VERSION < 24 */
20
#if
GTK_MAJOR_VERSION
<= 2 && GTK_MINOR_VERSION < 14
31
#if
GTK_MAJOR_VERSION
< 3
36
#if
GTK_MAJOR_VERSION
== 3
38
#elif
GTK_MAJOR_VERSION
== 2
42
#if
GTK_MAJOR_VERSION
<= 2 && GTK_MINOR_VERSION < 18
gcompat.c
5
#if
GTK_MAJOR_VERSION
<= 2 && GTK_MINOR_VERSION < 24
37
#if
GTK_MAJOR_VERSION
< 3
51
#if
GTK_MAJOR_VERSION
<= 2 && GTK_MINOR_VERSION < 18
Completed in 189 milliseconds