Lines Matching full:macro
20 <!-- ##### MACRO G_OS_WIN32 ##### -->
22 This macro is defined only on Windows. So you can bracket
28 <!-- ##### MACRO G_OS_BEOS ##### -->
30 This macro is defined only on BeOS. So you can bracket
36 <!-- ##### MACRO G_OS_UNIX ##### -->
38 This macro is defined only on UNIX. So you can bracket
44 <!-- ##### MACRO G_DIR_SEPARATOR ##### -->
52 <!-- ##### MACRO G_DIR_SEPARATOR_S ##### -->
60 <!-- ##### MACRO G_IS_DIR_SEPARATOR ##### -->
71 <!-- ##### MACRO G_SEARCHPATH_SEPARATOR ##### -->
79 <!-- ##### MACRO G_SEARCHPATH_SEPARATOR_S ##### -->
87 <!-- ##### MACRO TRUE ##### -->
94 <!-- ##### MACRO FALSE ##### -->
101 <!-- ##### MACRO NULL ##### -->
108 <!-- ##### MACRO MIN ##### -->
118 <!-- ##### MACRO MAX ##### -->
128 <!-- ##### MACRO ABS ##### -->
149 <!-- ##### MACRO CLAMP ##### -->
175 <!-- ##### MACRO G_STRUCT_MEMBER ##### -->
186 <!-- ##### MACRO G_STRUCT_MEMBER_P ##### -->
196 <!-- ##### MACRO G_STRUCT_OFFSET ##### -->
206 <!-- ##### MACRO G_MEM_ALIGN ##### -->
214 <!-- ##### MACRO G_CONST_RETURN ##### -->
216 If %G_DISABLE_CONST_RETURNS is defined, this macro expands to nothing.
217 By default, the macro expands to <literal>const</literal>. The macro
219 return a value that should not be modified. The purpose of this macro is
222 turn it off. This macro should only be used for return values and for