X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=docs%2Freference%2Fglib%2Fglib-sections.txt;h=157c92a601750472d698b36001736faee0be7455;hb=c0b5617ae983ce902b93d4df3d38ac0bdf6fa1f6;hp=956fccbe0e9796cb9291633ea0fb872eda87dc1b;hpb=ee998b35387cfe48dd1208edfc8e36a811b834fe;p=platform%2Fupstream%2Fglib.git diff --git a/docs/reference/glib/glib-sections.txt b/docs/reference/glib/glib-sections.txt index 956fccb..157c92a 100644 --- a/docs/reference/glib/glib-sections.txt +++ b/docs/reference/glib/glib-sections.txt @@ -43,6 +43,7 @@ gssize gldouble GLIB_SIZEOF_VOID_P GLIB_SIZEOF_LONG +GLIB_SIZEOF_SIZE_T
@@ -63,6 +64,26 @@ G_MAXLONG G_MAXULONG +G_MININT8 +G_MAXINT8 +G_MAXUINT8 + + +G_MININT16 +G_MAXINT16 +G_MAXUINT16 + + +G_MININT32 +G_MAXINT32 +G_MAXUINT32 + + +G_MININT64 +G_MAXINT64 +G_MAXUINT64 + + G_MINFLOAT G_MAXFLOAT @@ -135,6 +156,8 @@ GPOINTER_TO_INT GUINT_TO_POINTER GPOINTER_TO_UINT +GSIZE_TO_POINTER +GPOINTER_TO_SIZE
@@ -226,11 +249,17 @@ GUINT64_SWAP_LE_BE GUINT16_SWAP_LE_BE_CONSTANT -GUINT16_SWAP_LE_BE_X86 GUINT32_SWAP_LE_BE_CONSTANT -GUINT32_SWAP_LE_BE_X86 GUINT64_SWAP_LE_BE_CONSTANT -GUINT64_SWAP_LE_BE_X86 +GUINT16_SWAP_LE_BE_IA32 +GUINT32_SWAP_LE_BE_IA32 +GUINT64_SWAP_LE_BE_IA32 +GUINT16_SWAP_LE_BE_IA64 +GUINT32_SWAP_LE_BE_IA64 +GUINT64_SWAP_LE_BE_IA64 +GUINT32_SWAP_LE_BE_X86_64 +GUINT64_SWAP_LE_BE_X86_64 +
@@ -278,6 +307,7 @@ G_STRINGIFY G_GNUC_EXTENSION G_GNUC_CONST +G_GNUC_DEPRECATED G_GNUC_NORETURN G_GNUC_UNUSED G_GNUC_PURE @@ -286,15 +316,23 @@ G_GNUC_SCANF G_GNUC_FORMAT G_GNUC_FUNCTION G_GNUC_PRETTY_FUNCTION +G_GNUC_NO_INSTRUMENT + + +G_LIKELY +G_UNLIKELY G_STRLOC +G_GINT16_MODIFIER G_GINT16_FORMAT G_GUINT16_FORMAT +G_GINT32_MODIFIER G_GINT32_FORMAT G_GUINT32_FORMAT +G_GINT64_MODIFIER G_GINT64_FORMAT G_GUINT64_FORMAT @@ -306,6 +344,9 @@ G_CAN_INLINE inline G_HAVE___INLINE G_HAVE___INLINE__ +G_HAVE_GNUC_VARARGS +G_HAVE_ISO_VARARGS +G_HAVE_GROWING_STACK
@@ -332,6 +373,7 @@ g_main_loop_unref g_main_loop_run g_main_loop_quit g_main_loop_is_running +g_main_loop_get_context g_main_new g_main_destroy g_main_run @@ -347,7 +389,9 @@ G_PRIORITY_LOW GMainContext -g_main_context_get +g_main_context_new +g_main_context_ref +g_main_context_unref g_main_context_default g_main_context_iteration g_main_iteration @@ -356,6 +400,10 @@ g_main_pending g_main_context_find_source_by_id g_main_context_find_source_by_user_data g_main_context_find_source_by_funcs_user_data +g_main_context_wakeup +g_main_context_acquire +g_main_context_release +g_main_context_wait g_main_context_prepare g_main_context_query g_main_context_check @@ -379,10 +427,17 @@ g_idle_add_full g_idle_remove_by_data +GPid +GChildWatchFunc +g_child_watch_source_new +g_child_watch_add +g_child_watch_add_full + GPollFD GSource +GSourceDummyMarshal GSourceFuncs GSourceCallbackFuncs g_source_new @@ -416,8 +471,10 @@ GLIB_SYSDEF_POLLIN GLIB_SYSDEF_POLLNVAL GLIB_SYSDEF_POLLOUT GLIB_SYSDEF_POLLPRI -g_main_poll_win32_msg_add G_WIN32_MSG_HANDLE +g_idle_funcs +g_timeout_funcs +g_child_watch_funcs
@@ -522,20 +579,29 @@ g_static_private_get g_static_private_set g_static_private_free + +GOnce +GOnceStatus +G_ONCE_INIT +g_once + G_THREAD_ECF G_THREAD_CF G_THREAD_UF g_static_mutex_get_mutex_impl +g_static_mutex_get_mutex_impl_shortcut G_MUTEX_DEBUG_MAGIC g_thread_init_with_errorcheck_mutexes G_LOCK_NAME glib_dummy_decl GSystemThread -g_thread_error_quark g_thread_use_default_impl g_threads_got_initialized g_thread_functions_for_glib_use +g_thread_init_glib +g_thread_error_quark +g_once_impl
@@ -595,10 +661,12 @@ g_io_channel_init g_io_channel_new_file g_io_channel_read_chars +g_io_channel_read_unichar g_io_channel_read_line g_io_channel_read_line_string g_io_channel_read_to_end g_io_channel_write_chars +g_io_channel_write_unichar g_io_channel_flush g_io_channel_seek_position GSeekType @@ -608,7 +676,6 @@ g_io_channel_shutdown GIOStatus GIOChannelError G_IO_CHANNEL_ERROR -g_io_channel_error_quark g_io_channel_error_from_errno @@ -638,6 +705,8 @@ g_io_channel_get_buffered g_io_channel_set_buffered g_io_channel_get_encoding g_io_channel_set_encoding +g_io_channel_get_close_on_unref +g_io_channel_set_close_on_unref g_io_channel_win32_new_fd @@ -653,6 +722,10 @@ GIOError g_io_channel_write g_io_channel_seek g_io_channel_close + + +g_io_channel_error_quark +g_io_watch_funcs
@@ -674,6 +747,7 @@ g_free g_alloca +g_newa g_memmove @@ -682,11 +756,11 @@ g_memdup GMemVTable g_mem_set_vtable +g_mem_is_system_malloc glib_mem_profiler_table g_mem_profile -
@@ -719,10 +793,21 @@ G_BREAKPOINT
+Glob-style pattern matching +patterns +GPatternSpec +g_pattern_spec_new +g_pattern_spec_free +g_pattern_spec_equal +g_pattern_match +g_pattern_match_string +g_pattern_match_simple +
+ +
Message Logging messages G_LOG_DOMAIN -g_log_domain_glib G_LOG_FATAL_MASK G_LOG_LEVEL_USER_SHIFT GLogFunc @@ -742,13 +827,6 @@ g_log_remove_handler g_log_set_always_fatal g_log_set_fatal_mask g_log_default_handler - - -g_set_error_handler -GErrorFunc -g_set_warning_handler -GWarningFunc -g_set_message_handler
@@ -758,6 +836,7 @@ GTimer g_timer_new g_timer_start g_timer_stop +g_timer_continue g_timer_elapsed g_timer_reset g_timer_destroy @@ -788,9 +867,12 @@ GMarkupParseFlags GMarkupParseContext GMarkupParser g_markup_escape_text +g_markup_printf_escaped +g_markup_vprintf_escaped g_markup_parse_context_end_parse g_markup_parse_context_free g_markup_parse_context_get_position +g_markup_parse_context_get_element g_markup_parse_context_new g_markup_parse_context_parse @@ -822,6 +904,15 @@ g_file_get_contents g_file_test g_mkstemp g_file_open_tmp +g_file_read_link + + +GDir +g_dir_open +g_dir_read_name +g_dir_rewind +g_dir_close + g_file_error_quark
@@ -830,11 +921,17 @@ g_file_error_quark
String Utility Functions string_utils +glib.h,glib/gprintf.h g_strdup g_strndup g_strdupv g_strnfill g_stpcpy +g_strstr_len +g_strrstr +g_strrstr_len +g_str_has_prefix +g_str_has_suffix g_strlcpy @@ -843,11 +940,51 @@ g_strlcat g_strdup_printf g_strdup_vprintf +g_printf +g_vprintf +g_fprintf +g_vfprintf +g_sprintf +g_vsprintf g_snprintf g_vsnprintf +g_vasprintf g_printf_string_upper_bound +g_ascii_isalnum +g_ascii_isalpha +g_ascii_iscntrl +g_ascii_isdigit +g_ascii_isgraph +g_ascii_islower +g_ascii_isprint +g_ascii_ispunct +g_ascii_isspace +g_ascii_isupper +g_ascii_isxdigit + + +g_ascii_digit_value +g_ascii_xdigit_value + + +g_ascii_strcasecmp +g_ascii_strncasecmp + + +g_ascii_strup +g_ascii_strdown + + +g_ascii_tolower +g_ascii_toupper + + +g_string_ascii_up +g_string_ascii_down + + g_strup g_strdown @@ -857,6 +994,13 @@ g_strncasecmp g_strreverse + + +g_ascii_strtoull +G_ASCII_DTOSTR_BUF_SIZE +g_ascii_strtod +g_ascii_dtostr +g_ascii_formatd g_strtod @@ -871,6 +1015,7 @@ g_strescape g_strcompress g_strcanon g_strsplit +g_strsplit_set g_strfreev g_strconcat g_strjoin @@ -879,6 +1024,9 @@ g_strjoinv g_strerror g_strsignal + + +GAsciiType
@@ -981,19 +1129,19 @@ g_date_sunday_weeks_in_year Hook Functions hooks GHookList +GHookFinalizeFunc GHook GHookFunc GHookCheckFunc -GHookMarshaller -GHookCheckMarshaller -GHookFinalizeFunc g_hook_list_init g_hook_list_invoke g_hook_list_invoke_check g_hook_list_marshal +GHookMarshaller g_hook_list_marshal_check +GHookCheckMarshaller g_hook_list_clear @@ -1008,9 +1156,9 @@ g_hook_compare_ids g_hook_get g_hook_find +GHookFindFunc g_hook_find_data g_hook_find_func -GHookFindFunc g_hook_find_func_data @@ -1018,9 +1166,11 @@ g_hook_first_valid g_hook_next_valid GHookFlagMask +G_HOOK_FLAGS G_HOOK_FLAG_USER_SHIFT +G_HOOK G_HOOK_IS_VALID G_HOOK_ACTIVE G_HOOK_IN_CALL @@ -1038,9 +1188,13 @@ g_hook_destroy_link
Miscellaneous Utility Functions misc_utils +g_get_application_name +g_set_application_name g_get_prgname g_set_prgname g_getenv +g_setenv +g_unsetenv g_get_user_name g_get_real_name @@ -1054,6 +1208,8 @@ g_path_is_absolute g_path_skip_root g_path_get_basename g_path_get_dirname +g_build_filename +g_build_path g_find_program_in_path @@ -1080,6 +1236,9 @@ GFreeFunc g_qsort_with_data + +g_nullify_pointer + G_NATIVE_ATEXIT g_ATEXIT @@ -1097,7 +1256,6 @@ GScannerConfig g_scanner_input_file g_scanner_sync_file_offset -g_scanner_stat_mode g_scanner_input_text g_scanner_peek_next_token g_scanner_get_next_token @@ -1178,6 +1336,7 @@ g_completion_add_items g_completion_remove_items g_completion_clear_items g_completion_complete +g_completion_complete_utf8 g_completion_set_compare GCompletionStrncmpFunc g_completion_free @@ -1187,25 +1346,19 @@ g_completion_free Windows Compatability Functions windows MAXPATHLEN -NAME_MAX pid_t pipe ftruncate -opendir -readdir -rewinddir -closedir g_win32_error_message g_win32_getlocale g_win32_get_package_installation_directory g_win32_get_package_installation_subdirectory +G_WIN32_DLLMAIN_FOR_DLL_NAME + g_win32_ftruncate -g_win32_closedir -g_win32_opendir -g_win32_rewinddir
@@ -1251,6 +1404,7 @@ GList g_list_append g_list_prepend g_list_insert +g_list_insert_before g_list_insert_sorted g_list_remove g_list_remove_link @@ -1267,8 +1421,9 @@ g_list_length g_list_copy g_list_reverse g_list_sort -g_list_sort_with_data GCompareFunc +g_list_sort_with_data +GCompareDataFunc g_list_concat g_list_foreach GFunc @@ -1414,15 +1569,18 @@ g_string_assign g_string_sprintf g_string_sprintfa g_string_printf -g_string_printfa +g_string_append_printf g_string_append g_string_append_c +g_string_append_unichar g_string_append_len g_string_prepend g_string_prepend_c +g_string_prepend_unichar g_string_prepend_len g_string_insert g_string_insert_c +g_string_insert_unichar g_string_insert_len g_string_erase g_string_truncate @@ -1446,6 +1604,7 @@ GStringChunk g_string_chunk_new g_string_chunk_insert g_string_chunk_insert_const +g_string_chunk_insert_len g_string_chunk_free
@@ -1464,6 +1623,7 @@ g_array_insert_val g_array_insert_vals g_array_remove_index g_array_remove_index_fast +g_array_remove_range g_array_sort g_array_sort_with_data g_array_index @@ -1482,11 +1642,13 @@ g_ptr_array_remove g_ptr_array_remove_index g_ptr_array_remove_fast g_ptr_array_remove_index_fast +g_ptr_array_remove_range g_ptr_array_sort g_ptr_array_sort_with_data g_ptr_array_set_size g_ptr_array_index g_ptr_array_free +g_ptr_array_foreach @@ -1500,6 +1662,7 @@ g_byte_array_append g_byte_array_prepend g_byte_array_remove_index g_byte_array_remove_index_fast +g_byte_array_remove_range g_byte_array_sort g_byte_array_sort_with_data g_byte_array_set_size @@ -1514,7 +1677,6 @@ GTree g_tree_new g_tree_new_with_data g_tree_new_full -GCompareDataFunc g_tree_insert g_tree_replace g_tree_nnodes @@ -1537,6 +1699,8 @@ g_tree_destroy GNode g_node_new g_node_copy +GCopyFunc +g_node_copy_deep g_node_insert @@ -1712,9 +1876,12 @@ G_ALLOCATOR_SLIST random_numbers GRand g_rand_new_with_seed +g_rand_new_with_seed_array g_rand_new +g_rand_copy g_rand_free g_rand_set_seed +g_rand_set_seed_array g_rand_boolean g_rand_int g_rand_int_range @@ -1733,6 +1900,8 @@ g_random_double_range conversions g_convert g_convert_with_fallback +GIConv +g_convert_with_iconv G_CONVERT_ERROR g_iconv_open g_iconv @@ -1740,8 +1909,14 @@ g_iconv_close g_locale_to_utf8 g_filename_to_utf8 g_filename_from_utf8 +g_filename_from_uri +g_filename_to_uri g_locale_from_utf8 GConvertError + + +g_get_charset + g_convert_error_quark @@ -1753,9 +1928,6 @@ gunichar gunichar2 -g_get_charset - - g_unichar_validate g_unichar_isalnum g_unichar_isalpha @@ -1782,10 +1954,12 @@ GUnicodeBreakType g_unichar_break_type g_unicode_canonical_ordering g_unicode_canonical_decomposition +g_unichar_get_mirror_char g_utf8_next_char g_utf8_get_char +g_utf8_get_char_validated g_utf8_offset_to_pointer g_utf8_pointer_to_offset g_utf8_prev_char @@ -1795,9 +1969,19 @@ g_utf8_strlen g_utf8_strncpy g_utf8_strchr g_utf8_strrchr +g_utf8_strreverse g_utf8_validate +g_utf8_strup +g_utf8_strdown +g_utf8_casefold +g_utf8_normalize +GNormalizeMode +g_utf8_collate +g_utf8_collate_key + + g_utf8_to_utf16 g_utf8_to_ucs4 g_utf8_to_ucs4_fast @@ -1807,3 +1991,14 @@ g_ucs4_to_utf16 g_ucs4_to_utf8 g_unichar_to_utf8 + +
+I18N +i18n +glib.h,glib/gi18n.h +_ +Q_ +N_ +g_strip_context + +