glib_global.h

Go to the documentation of this file.
00001 /* 
00002  * Copyright (C) 2006 Nokia Corporation.
00003  *
00004  * This library is free software; you can redistribute it and/or
00005  * modify it under the terms of the GNU Lesser General Public
00006  * License as published by the Free Software Foundation; either
00007  * version 2.1 of the License.
00008  *
00009  * This library is distributed in the hope that it will be useful,
00010  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00011  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
00012  * Lesser General Public License for more details.
00013  *
00014  * You should have received a copy of the GNU Lesser General
00015  * Public License along with this library; if not, write to the
00016  * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
00017  * Boston, MA 02111-1307, USA.
00018  */
00019 
00020 #define g_thread_functions_for_glib_use (*_g_thread_functions_for_glib_use())
00021 #define g_thread_use_default_impl (*_g_thread_use_default_impl())
00022 #define g_threads_got_initialized (*_g_threads_got_initialized()) 
00023 #define g_idle_funcs (*_g_idle_funcs())
00024 #define g_timeout_funcs (*_g_timeout_funcs())
00025 #define g_child_watch_funcs (*_g_child_watch_funcs())
00026 #define g_io_watch_funcs (*_g_io_watch_funcs())
00027 #define _g_debug_flags (*__g_debug_flags())
00028 #define _g_debug_initialized (*__g_debug_initialized())
00029 #define glib_mem_profiler_table (*_glib_mem_profiler_table())
00030 #define g_mem_gc_friendly (*_g_mem_gc_friendly())
00031 #define g_ascii_table (*_g_ascii_table())
00032 #define g_utf8_skip (*_g_utf8_skip())
00033 #define glib_binary_age (*_glib_binary_age())
00034 #define glib_interface_age (*_glib_interface_age())
00035 #define glib_major_version (*_glib_major_version())
00036 #define glib_micro_version (*_glib_micro_version())
00037 #define glib_minor_version (*_glib_minor_version())
00038 #define glib_on_error_halt (*_glib_on_error_halt())

Copyright © Nokia Corporation 2001-2008
Back to top