Home | History | Annotate | Download | only in glib

Lines Matching full:macro

274 	calls, so users of the macro don't need to add entries to
713 * acinclude.m4 (AC_FUNC_VSNPRINTF_C99): New macro to test for a
1091 G_BREAKPOINT macro to include <signal.h> and use SIGTRAP.
1700 on platforms where isalpha is a macro only, without the
1975 * glib/gmacros.h (G_GNUC_NO_INSTRUMENT): new macro.
2088 * glib/giochannel.c: Replaced the local use_buf variable with a macro
2093 * glib/giochannel.c: Introduced a MAX_CHAR_SIZE macro, which is
2489 rather than a custom macro.
2809 (g_date_clamp): Added. The equivalent of the CLAMP macro for
2950 g_thread_create_full and added macro g_thread_create, which omits
3508 * gtimer.c (GETTIME): Reduce #ifdefs, use a macro GETTIME().
4447 being a macro and not a function. Most of the above with kind help
4789 gunicode.h, : Changed guard-macro names to something more
4810 (GLIB_DIVERT_BEFORE_HELP): New macro that works both with autoconf
4955 * glib.h: Add G_GNUC_PURE macro (but don't use it anywhere).
4980 * glib.h: Only use the gcc-variable-macro-argument-extension for
5340 paste error in the macro implementation.
5461 * glib.h (GLIB_VAR): Rename the GUTILS_C_VAR macro to GLIB_VAR.
5635 * glib.h: added G_STRLOC macro.
5856 GLib reference manual describes that macro. Therefore I had to
6088 * glib.h (G_N_ELEMENTS): Added G_N_ELEMENTS macro to determine
6198 * glib.h: removed useless g_string(x) macro that cluttered the namespace
6201 added new macro G_STRINGIFY(arg) that will convert arg to a string,
6386 g_strescape as a macro that calls g_strecpy.
6415 removed notion of g_ATEXIT() macro in glib.h, this is an *internal*
6416 macro, g_atexit() is provided for public consumption.
6423 * gdate.c: added DEBUG_MSG() macro to wrap old messages.
6808 * glib.h: added GLIB_CHECK_VERSION() macro similar to
6933 * gscanner.c: Use corrent NATIVE_WIN32 feature test macro,
6952 exported (using the GUTILS_C_VAR macro).
6961 * glib.h: Fix typo in g_string_ncasecmp macro (by me).
6962 Add b_string_strncasecmp macro.
7089 * glib.h: added GLIB_CHECK_VERSION() macro similar to