2005-03-14 04:26:57 +00:00
|
|
|
/* This file lists all exported symbols. It is used to generate
|
2010-07-07 19:34:03 -04:00
|
|
|
* the glib.def file used to control exports on Windows.
|
2005-03-14 04:26:57 +00:00
|
|
|
*/
|
2004-09-16 06:05:53 +00:00
|
|
|
g_array_append_vals
|
|
|
|
g_array_free
|
|
|
|
g_array_insert_vals
|
|
|
|
g_array_new
|
2009-04-29 11:15:20 -04:00
|
|
|
g_array_ref
|
|
|
|
g_array_unref
|
|
|
|
g_array_get_element_size
|
2004-09-16 06:05:53 +00:00
|
|
|
g_array_prepend_vals
|
|
|
|
g_array_remove_index
|
|
|
|
g_array_remove_index_fast
|
|
|
|
g_array_remove_range
|
|
|
|
g_array_set_size
|
|
|
|
g_array_sized_new
|
|
|
|
g_array_sort
|
|
|
|
g_array_sort_with_data
|
2005-03-14 04:26:57 +00:00
|
|
|
g_byte_array_append
|
|
|
|
g_byte_array_free
|
2011-11-11 17:08:26 +01:00
|
|
|
g_byte_array_free_to_bytes
|
2009-04-29 11:15:20 -04:00
|
|
|
g_byte_array_unref
|
|
|
|
g_byte_array_ref
|
2005-03-14 04:26:57 +00:00
|
|
|
g_byte_array_new
|
2011-11-11 17:08:26 +01:00
|
|
|
g_byte_array_new_take
|
2005-03-14 04:26:57 +00:00
|
|
|
g_byte_array_prepend
|
|
|
|
g_byte_array_remove_index
|
|
|
|
g_byte_array_remove_index_fast
|
|
|
|
g_byte_array_remove_range
|
|
|
|
g_byte_array_set_size
|
|
|
|
g_byte_array_sized_new
|
|
|
|
g_byte_array_sort
|
|
|
|
g_byte_array_sort_with_data
|
2011-11-11 17:08:26 +01:00
|
|
|
g_bytes_compare
|
|
|
|
g_bytes_equal
|
|
|
|
g_bytes_get_data
|
|
|
|
g_bytes_get_size
|
|
|
|
g_bytes_hash
|
|
|
|
g_bytes_new
|
|
|
|
g_bytes_new_from_bytes
|
|
|
|
g_bytes_new_static
|
|
|
|
g_bytes_new_take
|
|
|
|
g_bytes_new_with_free_func
|
|
|
|
g_bytes_ref
|
|
|
|
g_bytes_unref
|
|
|
|
g_bytes_unref_to_array
|
|
|
|
g_bytes_unref_to_data
|
2005-03-14 04:26:57 +00:00
|
|
|
g_ptr_array_add
|
|
|
|
g_ptr_array_foreach
|
|
|
|
g_ptr_array_free
|
2009-04-29 11:15:20 -04:00
|
|
|
g_ptr_array_unref
|
|
|
|
g_ptr_array_ref
|
2005-03-14 04:26:57 +00:00
|
|
|
g_ptr_array_new
|
2011-07-22 13:39:21 -04:00
|
|
|
g_ptr_array_new_full
|
2009-04-29 11:15:20 -04:00
|
|
|
g_ptr_array_new_with_free_func
|
|
|
|
g_ptr_array_set_free_func
|
2005-03-14 04:26:57 +00:00
|
|
|
g_ptr_array_remove
|
|
|
|
g_ptr_array_remove_fast
|
|
|
|
g_ptr_array_remove_index
|
|
|
|
g_ptr_array_remove_index_fast
|
|
|
|
g_ptr_array_remove_range
|
|
|
|
g_ptr_array_set_size
|
|
|
|
g_ptr_array_sized_new
|
|
|
|
g_ptr_array_sort
|
|
|
|
g_ptr_array_sort_with_data
|
2004-09-16 06:05:53 +00:00
|
|
|
g_async_queue_length
|
|
|
|
g_async_queue_length_unlocked
|
|
|
|
g_async_queue_lock
|
|
|
|
g_async_queue_new
|
2007-12-20 02:56:03 +00:00
|
|
|
g_async_queue_new_full
|
2004-09-16 06:05:53 +00:00
|
|
|
g_async_queue_pop
|
|
|
|
g_async_queue_pop_unlocked
|
|
|
|
g_async_queue_push
|
|
|
|
g_async_queue_push_unlocked
|
2005-12-09 18:05:25 +00:00
|
|
|
g_async_queue_push_sorted
|
|
|
|
g_async_queue_push_sorted_unlocked
|
2004-09-16 06:05:53 +00:00
|
|
|
g_async_queue_ref
|
2005-12-09 18:05:25 +00:00
|
|
|
g_async_queue_sort
|
|
|
|
g_async_queue_sort_unlocked
|
2004-09-16 06:05:53 +00:00
|
|
|
g_async_queue_timed_pop
|
|
|
|
g_async_queue_timed_pop_unlocked
|
|
|
|
g_async_queue_try_pop
|
|
|
|
g_async_queue_try_pop_unlocked
|
|
|
|
g_async_queue_unlock
|
|
|
|
g_async_queue_unref
|
2005-03-14 04:26:57 +00:00
|
|
|
g_async_queue_ref_unlocked
|
2004-09-16 06:05:53 +00:00
|
|
|
g_async_queue_unref_and_unlock
|
|
|
|
g_atomic_int_add
|
2011-05-28 15:59:18 -04:00
|
|
|
g_atomic_int_and
|
2004-09-16 06:05:53 +00:00
|
|
|
g_atomic_int_compare_and_exchange
|
2011-05-28 15:59:18 -04:00
|
|
|
g_atomic_int_dec_and_test
|
2004-09-16 06:05:53 +00:00
|
|
|
g_atomic_int_exchange_and_add
|
|
|
|
g_atomic_int_get
|
2011-05-28 15:59:18 -04:00
|
|
|
g_atomic_int_inc
|
|
|
|
g_atomic_int_or
|
2005-12-15 04:37:32 +00:00
|
|
|
g_atomic_int_set
|
2011-05-28 15:59:18 -04:00
|
|
|
g_atomic_int_xor
|
|
|
|
g_atomic_pointer_add
|
|
|
|
g_atomic_pointer_and
|
|
|
|
g_atomic_pointer_compare_and_exchange
|
|
|
|
g_atomic_pointer_get
|
|
|
|
g_atomic_pointer_or
|
2005-12-15 04:37:32 +00:00
|
|
|
g_atomic_pointer_set
|
2011-05-28 15:59:18 -04:00
|
|
|
g_atomic_pointer_xor
|
2005-03-14 04:26:57 +00:00
|
|
|
g_on_error_query
|
|
|
|
g_on_error_stack_trace
|
2006-04-04 13:03:23 +00:00
|
|
|
g_base64_encode_step
|
|
|
|
g_base64_encode_close
|
2011-05-23 00:21:06 -04:00
|
|
|
g_base64_encode
|
2006-04-04 13:03:23 +00:00
|
|
|
g_base64_decode_step
|
2011-05-23 00:21:06 -04:00
|
|
|
g_base64_decode
|
2009-01-13 19:59:32 +00:00
|
|
|
g_base64_decode_inplace
|
2006-03-27 18:22:47 +00:00
|
|
|
g_bookmark_file_error_quark
|
|
|
|
g_bookmark_file_new
|
|
|
|
g_bookmark_file_free
|
|
|
|
g_bookmark_file_load_from_file
|
|
|
|
g_bookmark_file_load_from_data
|
|
|
|
g_bookmark_file_load_from_data_dirs
|
|
|
|
g_bookmark_file_to_data
|
|
|
|
g_bookmark_file_to_file
|
|
|
|
g_bookmark_file_set_title
|
2011-05-23 00:21:06 -04:00
|
|
|
g_bookmark_file_get_title
|
2006-03-27 18:22:47 +00:00
|
|
|
g_bookmark_file_set_description
|
2011-05-23 00:21:06 -04:00
|
|
|
g_bookmark_file_get_description
|
2006-03-27 18:22:47 +00:00
|
|
|
g_bookmark_file_set_mime_type
|
2011-05-23 00:21:06 -04:00
|
|
|
g_bookmark_file_get_mime_type
|
2006-03-27 18:22:47 +00:00
|
|
|
g_bookmark_file_set_groups
|
|
|
|
g_bookmark_file_add_group
|
|
|
|
g_bookmark_file_has_group
|
2011-05-23 00:21:06 -04:00
|
|
|
g_bookmark_file_get_groups
|
2006-03-27 18:22:47 +00:00
|
|
|
g_bookmark_file_add_application
|
|
|
|
g_bookmark_file_has_application
|
2011-05-23 00:21:06 -04:00
|
|
|
g_bookmark_file_get_applications
|
2006-03-27 18:22:47 +00:00
|
|
|
g_bookmark_file_set_app_info
|
|
|
|
g_bookmark_file_get_app_info
|
|
|
|
g_bookmark_file_set_is_private
|
|
|
|
g_bookmark_file_get_is_private
|
|
|
|
g_bookmark_file_set_icon
|
|
|
|
g_bookmark_file_get_icon
|
|
|
|
g_bookmark_file_set_added
|
|
|
|
g_bookmark_file_get_added
|
|
|
|
g_bookmark_file_set_modified
|
|
|
|
g_bookmark_file_get_modified
|
|
|
|
g_bookmark_file_set_visited
|
|
|
|
g_bookmark_file_get_visited
|
|
|
|
g_bookmark_file_has_item
|
|
|
|
g_bookmark_file_get_size
|
2011-05-23 00:21:06 -04:00
|
|
|
g_bookmark_file_get_uris
|
2006-03-27 18:22:47 +00:00
|
|
|
g_bookmark_file_remove_group
|
|
|
|
g_bookmark_file_remove_application
|
|
|
|
g_bookmark_file_remove_item
|
|
|
|
g_bookmark_file_move_item
|
2004-09-16 06:05:53 +00:00
|
|
|
g_cache_destroy
|
|
|
|
g_cache_insert
|
|
|
|
g_cache_key_foreach
|
|
|
|
g_cache_new
|
|
|
|
g_cache_remove
|
|
|
|
g_cache_value_foreach
|
2007-12-19 18:53:27 +00:00
|
|
|
g_checksum_type_get_length
|
2007-12-04 16:31:51 +00:00
|
|
|
g_checksum_new
|
|
|
|
g_checksum_copy
|
|
|
|
g_checksum_free
|
|
|
|
g_checksum_update
|
2008-05-26 04:48:24 +00:00
|
|
|
g_checksum_reset
|
2007-12-04 16:31:51 +00:00
|
|
|
g_checksum_get_string
|
|
|
|
g_checksum_get_digest
|
|
|
|
g_compute_checksum_for_data
|
|
|
|
g_compute_checksum_for_string
|
2004-09-16 06:05:53 +00:00
|
|
|
g_completion_add_items
|
|
|
|
g_completion_clear_items
|
|
|
|
g_completion_complete
|
|
|
|
g_completion_complete_utf8
|
|
|
|
g_completion_free
|
|
|
|
g_completion_new
|
|
|
|
g_completion_remove_items
|
|
|
|
g_completion_set_compare
|
2005-03-14 04:26:57 +00:00
|
|
|
g_get_filename_charsets
|
2011-05-23 00:21:06 -04:00
|
|
|
g_convert
|
2004-09-16 06:05:53 +00:00
|
|
|
g_convert_error_quark
|
2011-05-23 00:21:06 -04:00
|
|
|
g_convert_with_fallback
|
|
|
|
g_convert_with_iconv
|
2005-03-14 04:26:57 +00:00
|
|
|
g_iconv
|
|
|
|
g_iconv_close
|
|
|
|
g_iconv_open
|
2011-05-23 00:21:06 -04:00
|
|
|
g_locale_from_utf8
|
|
|
|
g_locale_to_utf8
|
|
|
|
g_filename_display_name
|
|
|
|
g_filename_display_basename
|
2008-07-27 17:15:16 +00:00
|
|
|
#ifndef _WIN64
|
2011-05-23 00:21:06 -04:00
|
|
|
g_filename_from_uri PRIVATE
|
|
|
|
g_filename_from_utf8 PRIVATE
|
|
|
|
g_filename_to_uri PRIVATE
|
|
|
|
g_filename_to_utf8 PRIVATE
|
2008-07-27 17:15:16 +00:00
|
|
|
#endif
|
2005-03-14 04:26:57 +00:00
|
|
|
#ifdef G_OS_WIN32
|
2011-05-23 00:21:06 -04:00
|
|
|
g_filename_from_uri_utf8
|
2005-03-14 04:26:57 +00:00
|
|
|
g_filename_from_utf8_utf8
|
2011-05-23 00:21:06 -04:00
|
|
|
g_filename_to_uri_utf8
|
2005-03-14 04:26:57 +00:00
|
|
|
g_filename_to_utf8_utf8
|
|
|
|
#endif
|
2011-05-23 00:21:06 -04:00
|
|
|
g_uri_list_extract_uris
|
2004-09-16 06:05:53 +00:00
|
|
|
g_datalist_clear
|
|
|
|
g_datalist_foreach
|
2011-05-19 21:51:49 +02:00
|
|
|
g_datalist_get_data
|
2005-05-05 14:57:29 +00:00
|
|
|
g_datalist_get_flags
|
2004-09-16 06:05:53 +00:00
|
|
|
g_datalist_id_get_data
|
|
|
|
g_datalist_id_remove_no_notify
|
|
|
|
g_datalist_id_set_data_full
|
2005-05-05 14:57:29 +00:00
|
|
|
g_datalist_set_flags
|
|
|
|
g_datalist_unset_flags
|
2004-09-16 06:05:53 +00:00
|
|
|
g_datalist_init
|
|
|
|
g_dataset_destroy
|
|
|
|
g_dataset_foreach
|
|
|
|
g_dataset_id_get_data
|
|
|
|
g_dataset_id_remove_no_notify
|
|
|
|
g_dataset_id_set_data_full
|
2005-03-14 04:26:57 +00:00
|
|
|
g_quark_from_static_string
|
|
|
|
g_quark_from_string
|
2011-05-23 00:21:06 -04:00
|
|
|
g_quark_to_string
|
2005-03-14 04:26:57 +00:00
|
|
|
g_quark_try_string
|
2005-08-31 14:25:45 +00:00
|
|
|
g_intern_string
|
|
|
|
g_intern_static_string
|
2004-09-16 06:05:53 +00:00
|
|
|
g_date_add_days
|
|
|
|
g_date_add_months
|
|
|
|
g_date_add_years
|
|
|
|
g_date_clamp
|
|
|
|
g_date_clear
|
|
|
|
g_date_compare
|
|
|
|
g_date_days_between
|
|
|
|
g_date_free
|
|
|
|
g_date_get_day
|
|
|
|
g_date_get_day_of_year
|
|
|
|
g_date_get_days_in_month
|
|
|
|
g_date_get_iso8601_week_of_year
|
|
|
|
g_date_get_julian
|
|
|
|
g_date_get_monday_week_of_year
|
2011-05-23 00:21:06 -04:00
|
|
|
g_date_get_monday_weeks_in_year
|
2004-09-16 06:05:53 +00:00
|
|
|
g_date_get_month
|
|
|
|
g_date_get_sunday_week_of_year
|
2011-05-23 00:21:06 -04:00
|
|
|
g_date_get_sunday_weeks_in_year
|
2004-09-16 06:05:53 +00:00
|
|
|
g_date_get_weekday
|
|
|
|
g_date_get_year
|
|
|
|
g_date_is_first_of_month
|
|
|
|
g_date_is_last_of_month
|
2011-05-23 00:21:06 -04:00
|
|
|
g_date_is_leap_year
|
2004-09-16 06:05:53 +00:00
|
|
|
g_date_new
|
|
|
|
g_date_new_dmy
|
|
|
|
g_date_new_julian
|
|
|
|
g_date_order
|
|
|
|
g_date_set_day
|
|
|
|
g_date_set_dmy
|
|
|
|
g_date_set_julian
|
|
|
|
g_date_set_month
|
|
|
|
g_date_set_parse
|
|
|
|
g_date_set_time
|
2005-11-17 17:51:59 +00:00
|
|
|
g_date_set_time_t
|
|
|
|
g_date_set_time_val
|
2004-09-16 06:05:53 +00:00
|
|
|
g_date_set_year
|
|
|
|
g_date_strftime
|
|
|
|
g_date_subtract_days
|
|
|
|
g_date_subtract_months
|
|
|
|
g_date_subtract_years
|
|
|
|
g_date_to_struct_tm
|
|
|
|
g_date_valid
|
2011-05-23 00:21:06 -04:00
|
|
|
g_date_valid_day
|
2004-09-16 06:05:53 +00:00
|
|
|
g_date_valid_dmy
|
2011-05-23 00:21:06 -04:00
|
|
|
g_date_valid_julian
|
|
|
|
g_date_valid_month
|
|
|
|
g_date_valid_weekday
|
|
|
|
g_date_valid_year
|
2010-05-28 08:19:29 -03:00
|
|
|
g_date_time_add
|
|
|
|
g_date_time_add_days
|
|
|
|
g_date_time_add_full
|
|
|
|
g_date_time_add_hours
|
|
|
|
g_date_time_add_minutes
|
|
|
|
g_date_time_add_months
|
|
|
|
g_date_time_add_seconds
|
|
|
|
g_date_time_add_weeks
|
|
|
|
g_date_time_add_years
|
|
|
|
g_date_time_compare
|
|
|
|
g_date_time_difference
|
|
|
|
g_date_time_equal
|
2011-05-23 00:21:06 -04:00
|
|
|
g_date_time_format
|
2010-05-28 08:19:29 -03:00
|
|
|
g_date_time_get_day_of_month
|
|
|
|
g_date_time_get_day_of_week
|
|
|
|
g_date_time_get_day_of_year
|
|
|
|
g_date_time_get_hour
|
|
|
|
g_date_time_get_microsecond
|
|
|
|
g_date_time_get_minute
|
|
|
|
g_date_time_get_month
|
|
|
|
g_date_time_get_second
|
2010-09-16 04:44:59 -04:00
|
|
|
g_date_time_get_seconds
|
|
|
|
g_date_time_get_timezone_abbreviation
|
2010-05-28 08:19:29 -03:00
|
|
|
g_date_time_get_utc_offset
|
2010-09-27 09:06:24 -04:00
|
|
|
g_date_time_get_week_numbering_year
|
2010-08-26 15:23:13 +01:00
|
|
|
g_date_time_get_week_of_year
|
2010-05-28 08:19:29 -03:00
|
|
|
g_date_time_get_year
|
2010-09-16 04:44:59 -04:00
|
|
|
g_date_time_get_ymd
|
2010-05-28 08:19:29 -03:00
|
|
|
g_date_time_hash
|
|
|
|
g_date_time_is_daylight_savings
|
2010-09-16 04:44:59 -04:00
|
|
|
g_date_time_new
|
|
|
|
g_date_time_new_from_timeval_local
|
|
|
|
g_date_time_new_from_timeval_utc
|
|
|
|
g_date_time_new_from_unix_local
|
|
|
|
g_date_time_new_from_unix_utc
|
|
|
|
g_date_time_new_local
|
2010-05-28 08:19:29 -03:00
|
|
|
g_date_time_new_now
|
2010-09-16 04:44:59 -04:00
|
|
|
g_date_time_new_now_local
|
|
|
|
g_date_time_new_now_utc
|
|
|
|
g_date_time_new_utc
|
2010-05-28 08:19:29 -03:00
|
|
|
g_date_time_ref
|
|
|
|
g_date_time_to_local
|
|
|
|
g_date_time_to_timeval
|
2010-09-16 04:44:59 -04:00
|
|
|
g_date_time_to_timezone
|
|
|
|
g_date_time_to_unix
|
2010-05-28 08:19:29 -03:00
|
|
|
g_date_time_to_utc
|
|
|
|
g_date_time_unref
|
2010-09-14 08:00:40 +01:00
|
|
|
g_time_zone_new
|
|
|
|
g_time_zone_new_local
|
|
|
|
g_time_zone_new_utc
|
2010-09-16 04:44:59 -04:00
|
|
|
g_time_zone_ref
|
|
|
|
g_time_zone_unref
|
|
|
|
g_time_zone_adjust_time
|
|
|
|
g_time_zone_find_interval
|
|
|
|
g_time_zone_get_abbreviation
|
|
|
|
g_time_zone_get_offset
|
|
|
|
g_time_zone_is_dst
|
2004-09-16 06:05:53 +00:00
|
|
|
g_dir_close
|
2008-07-27 17:15:16 +00:00
|
|
|
#ifndef _WIN64
|
2004-10-27 16:46:29 +00:00
|
|
|
g_dir_open PRIVATE
|
|
|
|
g_dir_read_name PRIVATE
|
2008-07-27 17:15:16 +00:00
|
|
|
#endif
|
2004-10-27 16:46:29 +00:00
|
|
|
#ifdef G_OS_WIN32
|
2005-03-14 04:26:57 +00:00
|
|
|
g_dir_open_utf8
|
2004-10-27 16:46:29 +00:00
|
|
|
g_dir_read_name_utf8
|
|
|
|
#endif
|
2004-09-16 06:05:53 +00:00
|
|
|
g_dir_rewind
|
2005-03-14 04:26:57 +00:00
|
|
|
g_clear_error
|
2004-09-16 06:05:53 +00:00
|
|
|
g_error_copy
|
|
|
|
g_error_free
|
|
|
|
g_error_matches
|
2011-05-23 00:21:06 -04:00
|
|
|
g_error_new
|
2004-09-16 06:05:53 +00:00
|
|
|
g_error_new_literal
|
2009-04-20 13:22:17 +02:00
|
|
|
g_error_new_valist
|
2005-03-14 04:26:57 +00:00
|
|
|
g_propagate_error
|
2011-05-23 00:21:06 -04:00
|
|
|
g_set_error
|
2008-06-16 16:41:01 +00:00
|
|
|
g_set_error_literal
|
2011-05-23 00:21:06 -04:00
|
|
|
g_prefix_error
|
|
|
|
g_propagate_prefixed_error
|
|
|
|
g_build_filename
|
|
|
|
g_build_filenamev
|
|
|
|
g_build_path
|
|
|
|
g_build_pathv
|
2004-09-16 06:05:53 +00:00
|
|
|
g_file_error_from_errno
|
|
|
|
g_file_error_quark
|
2008-07-27 17:15:16 +00:00
|
|
|
#ifndef _WIN64
|
2004-10-27 16:46:29 +00:00
|
|
|
g_file_get_contents PRIVATE
|
2008-07-27 17:15:16 +00:00
|
|
|
#endif
|
2005-05-05 14:57:29 +00:00
|
|
|
g_file_set_contents
|
2011-08-14 14:09:58 -04:00
|
|
|
g_dir_make_tmp
|
2008-07-27 17:15:16 +00:00
|
|
|
#ifndef _WIN64
|
2005-03-14 04:26:57 +00:00
|
|
|
g_file_open_tmp PRIVATE
|
2004-10-27 16:46:29 +00:00
|
|
|
g_file_test PRIVATE
|
2008-07-27 17:15:16 +00:00
|
|
|
#endif
|
2005-03-14 04:26:57 +00:00
|
|
|
g_file_read_link
|
2011-07-20 19:44:39 +02:00
|
|
|
g_format_size
|
|
|
|
g_format_size_full
|
2007-12-19 13:25:09 +00:00
|
|
|
g_format_size_for_display
|
2008-07-27 17:15:16 +00:00
|
|
|
#ifndef _WIN64
|
2005-03-14 04:26:57 +00:00
|
|
|
g_mkstemp PRIVATE
|
2008-07-27 17:15:16 +00:00
|
|
|
#endif
|
2011-08-14 14:09:58 -04:00
|
|
|
g_mkdtemp
|
|
|
|
g_mkdtemp_full
|
2009-09-03 15:36:37 +02:00
|
|
|
g_mkstemp_full
|
2005-06-22 18:55:33 +00:00
|
|
|
g_mkdir_with_parents
|
2004-10-27 16:46:29 +00:00
|
|
|
#ifdef G_OS_WIN32
|
2005-03-14 04:26:57 +00:00
|
|
|
g_file_get_contents_utf8
|
|
|
|
g_file_open_tmp_utf8
|
2004-10-27 16:46:29 +00:00
|
|
|
g_file_test_utf8
|
2005-03-14 04:26:57 +00:00
|
|
|
g_mkstemp_utf8
|
2004-10-27 16:46:29 +00:00
|
|
|
#endif
|
2004-09-16 06:05:53 +00:00
|
|
|
g_hash_table_destroy
|
2005-11-22 13:16:58 +00:00
|
|
|
g_hash_table_unref
|
|
|
|
g_hash_table_ref
|
2004-09-16 06:05:53 +00:00
|
|
|
g_hash_table_find
|
|
|
|
g_hash_table_foreach
|
|
|
|
g_hash_table_foreach_remove
|
|
|
|
g_hash_table_foreach_steal
|
2007-04-11 13:09:38 +00:00
|
|
|
g_hash_table_get_keys
|
|
|
|
g_hash_table_get_values
|
2004-09-16 06:05:53 +00:00
|
|
|
g_hash_table_insert
|
|
|
|
g_hash_table_lookup
|
|
|
|
g_hash_table_lookup_extended
|
|
|
|
g_hash_table_new
|
|
|
|
g_hash_table_new_full
|
|
|
|
g_hash_table_remove
|
2006-06-01 14:16:39 +00:00
|
|
|
g_hash_table_remove_all
|
2004-09-16 06:05:53 +00:00
|
|
|
g_hash_table_replace
|
|
|
|
g_hash_table_size
|
|
|
|
g_hash_table_steal
|
2006-06-01 14:16:39 +00:00
|
|
|
g_hash_table_steal_all
|
2007-12-15 03:54:09 +00:00
|
|
|
g_hash_table_iter_init
|
|
|
|
g_hash_table_iter_next
|
|
|
|
g_hash_table_iter_get_hash_table
|
|
|
|
g_hash_table_iter_remove
|
2011-06-18 19:40:34 +02:00
|
|
|
g_hash_table_iter_replace
|
2007-12-15 03:54:09 +00:00
|
|
|
g_hash_table_iter_steal
|
2011-08-14 09:27:45 +02:00
|
|
|
g_hmac_new
|
|
|
|
g_hmac_copy
|
|
|
|
g_hmac_ref
|
|
|
|
g_hmac_unref
|
|
|
|
g_hmac_update
|
|
|
|
g_hmac_get_string
|
|
|
|
g_hmac_get_digest
|
|
|
|
g_compute_hmac_for_data
|
|
|
|
g_compute_hmac_for_string
|
2004-09-16 06:05:53 +00:00
|
|
|
g_hook_alloc
|
|
|
|
g_hook_compare_ids
|
|
|
|
g_hook_destroy
|
|
|
|
g_hook_destroy_link
|
|
|
|
g_hook_find
|
|
|
|
g_hook_find_data
|
|
|
|
g_hook_find_func
|
|
|
|
g_hook_find_func_data
|
|
|
|
g_hook_first_valid
|
|
|
|
g_hook_free
|
|
|
|
g_hook_get
|
|
|
|
g_hook_insert_before
|
|
|
|
g_hook_insert_sorted
|
|
|
|
g_hook_list_clear
|
|
|
|
g_hook_list_init
|
|
|
|
g_hook_list_invoke
|
|
|
|
g_hook_list_invoke_check
|
|
|
|
g_hook_list_marshal
|
|
|
|
g_hook_list_marshal_check
|
|
|
|
g_hook_next_valid
|
|
|
|
g_hook_prepend
|
|
|
|
g_hook_ref
|
|
|
|
g_hook_unref
|
|
|
|
g_io_add_watch
|
|
|
|
g_io_add_watch_full
|
2005-03-14 04:26:57 +00:00
|
|
|
g_io_create_watch
|
2004-09-16 06:05:53 +00:00
|
|
|
g_io_channel_error_from_errno
|
|
|
|
g_io_channel_error_quark
|
|
|
|
g_io_channel_flush
|
|
|
|
g_io_channel_get_buffer_condition
|
|
|
|
g_io_channel_get_buffered
|
|
|
|
g_io_channel_get_buffer_size
|
|
|
|
g_io_channel_get_close_on_unref
|
|
|
|
g_io_channel_get_encoding
|
|
|
|
g_io_channel_get_flags
|
|
|
|
g_io_channel_get_line_term
|
|
|
|
g_io_channel_init
|
|
|
|
g_io_channel_read_chars
|
|
|
|
g_io_channel_read_line
|
|
|
|
g_io_channel_read_line_string
|
|
|
|
g_io_channel_read_to_end
|
|
|
|
g_io_channel_read_unichar
|
|
|
|
g_io_channel_ref
|
|
|
|
g_io_channel_seek_position
|
|
|
|
g_io_channel_set_buffered
|
|
|
|
g_io_channel_set_buffer_size
|
|
|
|
g_io_channel_set_close_on_unref
|
|
|
|
g_io_channel_set_encoding
|
|
|
|
g_io_channel_set_flags
|
|
|
|
g_io_channel_set_line_term
|
|
|
|
g_io_channel_shutdown
|
2005-03-14 04:26:57 +00:00
|
|
|
g_io_channel_unref
|
|
|
|
g_io_channel_close
|
|
|
|
g_io_channel_read
|
|
|
|
g_io_channel_seek
|
|
|
|
g_io_channel_write
|
|
|
|
g_io_channel_write_chars
|
|
|
|
g_io_channel_write_unichar
|
|
|
|
#ifdef G_OS_UNIX
|
2004-09-16 06:05:53 +00:00
|
|
|
g_io_channel_unix_get_fd
|
|
|
|
g_io_channel_unix_new
|
2011-05-23 00:21:06 -04:00
|
|
|
g_io_channel_new_file
|
2005-03-14 04:26:57 +00:00
|
|
|
#endif
|
2004-09-16 06:05:53 +00:00
|
|
|
#ifdef G_OS_WIN32
|
2005-03-14 04:26:57 +00:00
|
|
|
g_io_channel_unix_get_fd
|
|
|
|
g_io_channel_unix_new
|
2008-07-27 17:20:45 +00:00
|
|
|
#ifndef _WIN64
|
2005-03-14 04:26:57 +00:00
|
|
|
g_io_channel_new_file PRIVATE
|
2008-07-27 17:20:45 +00:00
|
|
|
#endif
|
2005-03-14 04:26:57 +00:00
|
|
|
g_io_channel_new_file_utf8
|
2004-09-16 06:05:53 +00:00
|
|
|
g_io_channel_win32_get_fd
|
|
|
|
g_io_channel_win32_make_pollfd
|
|
|
|
g_io_channel_win32_new_fd
|
|
|
|
g_io_channel_win32_new_messages
|
|
|
|
g_io_channel_win32_new_socket
|
2008-08-21 11:47:04 +00:00
|
|
|
#ifndef _WIN64
|
|
|
|
g_io_channel_win32_new_stream_socket PRIVATE
|
|
|
|
#endif
|
2004-09-16 06:05:53 +00:00
|
|
|
g_io_channel_win32_poll
|
|
|
|
g_io_channel_win32_set_debug
|
|
|
|
#endif
|
2004-10-26 16:19:40 +00:00
|
|
|
g_key_file_error_quark
|
2009-05-25 15:07:27 +02:00
|
|
|
g_key_file_ref
|
|
|
|
g_key_file_unref
|
2004-10-26 16:19:40 +00:00
|
|
|
g_key_file_free
|
|
|
|
g_key_file_get_boolean
|
2011-05-23 00:21:06 -04:00
|
|
|
g_key_file_get_boolean_list
|
|
|
|
g_key_file_get_comment
|
|
|
|
g_key_file_get_groups
|
2006-04-19 02:59:37 +00:00
|
|
|
g_key_file_get_double
|
2011-05-23 00:21:06 -04:00
|
|
|
g_key_file_get_double_list
|
2004-10-26 16:19:40 +00:00
|
|
|
g_key_file_get_integer
|
2010-05-08 21:30:27 -04:00
|
|
|
g_key_file_get_int64
|
|
|
|
g_key_file_get_uint64
|
2011-05-23 00:21:06 -04:00
|
|
|
g_key_file_get_integer_list
|
|
|
|
g_key_file_get_keys
|
|
|
|
g_key_file_get_locale_string
|
|
|
|
g_key_file_get_locale_string_list
|
|
|
|
g_key_file_get_start_group
|
|
|
|
g_key_file_get_string
|
|
|
|
g_key_file_get_string_list
|
|
|
|
g_key_file_get_value
|
2004-10-26 16:19:40 +00:00
|
|
|
g_key_file_has_group
|
|
|
|
g_key_file_has_key
|
2007-05-03 05:09:20 +00:00
|
|
|
g_key_file_load_from_dirs
|
2004-10-26 16:19:40 +00:00
|
|
|
g_key_file_load_from_data
|
|
|
|
g_key_file_load_from_data_dirs
|
|
|
|
g_key_file_load_from_file
|
|
|
|
g_key_file_new
|
|
|
|
g_key_file_remove_comment
|
|
|
|
g_key_file_remove_group
|
|
|
|
g_key_file_remove_key
|
|
|
|
g_key_file_set_boolean
|
|
|
|
g_key_file_set_boolean_list
|
|
|
|
g_key_file_set_comment
|
2006-04-19 02:59:37 +00:00
|
|
|
g_key_file_set_double
|
|
|
|
g_key_file_set_double_list
|
2004-10-26 16:19:40 +00:00
|
|
|
g_key_file_set_integer
|
2010-05-08 21:30:27 -04:00
|
|
|
g_key_file_set_int64
|
|
|
|
g_key_file_set_uint64
|
2004-10-26 16:19:40 +00:00
|
|
|
g_key_file_set_integer_list
|
|
|
|
g_key_file_set_list_separator
|
|
|
|
g_key_file_set_locale_string
|
|
|
|
g_key_file_set_locale_string_list
|
|
|
|
g_key_file_set_string
|
|
|
|
g_key_file_set_string_list
|
|
|
|
g_key_file_set_value
|
2011-05-23 00:21:06 -04:00
|
|
|
g_key_file_to_data
|
2004-09-16 06:05:53 +00:00
|
|
|
g_list_alloc
|
|
|
|
g_list_append
|
|
|
|
g_list_concat
|
|
|
|
g_list_copy
|
|
|
|
g_list_delete_link
|
|
|
|
g_list_find
|
|
|
|
g_list_find_custom
|
|
|
|
g_list_first
|
|
|
|
g_list_foreach
|
|
|
|
g_list_free
|
2009-10-16 12:19:06 +02:00
|
|
|
g_list_free_full
|
2004-09-16 06:05:53 +00:00
|
|
|
g_list_free_1
|
|
|
|
g_list_index
|
|
|
|
g_list_insert
|
|
|
|
g_list_insert_before
|
|
|
|
g_list_insert_sorted
|
2005-12-09 18:05:25 +00:00
|
|
|
g_list_insert_sorted_with_data
|
2004-09-16 06:05:53 +00:00
|
|
|
g_list_last
|
|
|
|
g_list_length
|
|
|
|
g_list_nth
|
|
|
|
g_list_nth_data
|
|
|
|
g_list_nth_prev
|
2005-11-17 21:33:07 +00:00
|
|
|
g_list_pop_allocator
|
2004-09-16 06:05:53 +00:00
|
|
|
g_list_position
|
|
|
|
g_list_prepend
|
2005-11-17 21:33:07 +00:00
|
|
|
g_list_push_allocator
|
2004-09-16 06:05:53 +00:00
|
|
|
g_list_remove
|
|
|
|
g_list_remove_all
|
|
|
|
g_list_remove_link
|
|
|
|
g_list_reverse
|
|
|
|
g_list_sort
|
|
|
|
g_list_sort_with_data
|
2005-03-14 04:26:57 +00:00
|
|
|
g_child_watch_add
|
|
|
|
g_child_watch_add_full
|
|
|
|
g_child_watch_source_new
|
|
|
|
g_get_current_time
|
2010-10-22 18:42:32 +02:00
|
|
|
g_get_monotonic_time
|
2010-11-01 16:40:36 -04:00
|
|
|
g_get_real_time
|
2005-03-14 04:26:57 +00:00
|
|
|
g_main_context_acquire
|
|
|
|
g_main_context_add_poll
|
|
|
|
g_main_context_check
|
|
|
|
g_main_context_default
|
|
|
|
g_main_context_dispatch
|
2004-09-16 06:05:53 +00:00
|
|
|
g_main_context_find_source_by_funcs_user_data
|
|
|
|
g_main_context_find_source_by_id
|
|
|
|
g_main_context_find_source_by_user_data
|
|
|
|
g_main_context_get_poll_func
|
2009-06-04 21:59:15 -04:00
|
|
|
g_main_context_get_thread_default
|
2006-01-03 12:01:05 +00:00
|
|
|
g_main_context_is_owner
|
2004-09-16 06:05:53 +00:00
|
|
|
g_main_context_iteration
|
|
|
|
g_main_context_new
|
|
|
|
g_main_context_pending
|
2009-06-04 21:59:15 -04:00
|
|
|
g_main_context_pop_thread_default
|
2004-09-16 06:05:53 +00:00
|
|
|
g_main_context_prepare
|
2009-06-04 21:59:15 -04:00
|
|
|
g_main_context_push_thread_default
|
2004-09-16 06:05:53 +00:00
|
|
|
g_main_context_query
|
|
|
|
g_main_context_ref
|
2011-10-05 10:46:57 -04:00
|
|
|
g_main_context_ref_thread_default
|
2004-09-16 06:05:53 +00:00
|
|
|
g_main_context_release
|
|
|
|
g_main_context_remove_poll
|
|
|
|
g_main_context_set_poll_func
|
|
|
|
g_main_context_unref
|
|
|
|
g_main_context_wait
|
|
|
|
g_main_context_wakeup
|
2010-10-03 17:26:37 -04:00
|
|
|
g_main_context_invoke
|
|
|
|
g_main_context_invoke_full
|
2004-09-16 06:05:53 +00:00
|
|
|
g_main_depth
|
2006-06-02 02:36:30 +00:00
|
|
|
g_main_current_source
|
2004-09-16 06:05:53 +00:00
|
|
|
g_main_loop_get_context
|
|
|
|
g_main_loop_is_running
|
|
|
|
g_main_loop_new
|
|
|
|
g_main_loop_quit
|
|
|
|
g_main_loop_ref
|
|
|
|
g_main_loop_run
|
|
|
|
g_main_loop_unref
|
2010-11-06 10:11:15 -04:00
|
|
|
g_source_add_child_source
|
2005-03-14 04:26:57 +00:00
|
|
|
g_source_add_poll
|
|
|
|
g_source_attach
|
|
|
|
g_source_destroy
|
|
|
|
g_source_get_can_recurse
|
|
|
|
g_source_get_context
|
2010-10-22 18:40:08 +02:00
|
|
|
g_source_get_time
|
2005-03-14 04:26:57 +00:00
|
|
|
g_source_get_current_time
|
|
|
|
g_source_get_id
|
2010-04-20 17:47:44 -04:00
|
|
|
g_source_get_name
|
2005-03-14 04:26:57 +00:00
|
|
|
g_source_get_priority
|
|
|
|
g_source_new
|
|
|
|
g_source_ref
|
|
|
|
g_source_remove
|
|
|
|
g_source_remove_by_funcs_user_data
|
|
|
|
g_source_remove_by_user_data
|
2010-11-06 10:11:15 -04:00
|
|
|
g_source_remove_child_source
|
2005-03-14 04:26:57 +00:00
|
|
|
g_source_remove_poll
|
|
|
|
g_source_set_callback
|
|
|
|
g_source_set_callback_indirect
|
|
|
|
g_source_set_can_recurse
|
2006-06-02 02:36:30 +00:00
|
|
|
g_source_set_funcs
|
2010-04-20 17:47:44 -04:00
|
|
|
g_source_set_name
|
|
|
|
g_source_set_name_by_id
|
2006-06-02 02:36:30 +00:00
|
|
|
g_source_is_destroyed
|
2005-03-14 04:26:57 +00:00
|
|
|
g_source_set_priority
|
|
|
|
g_source_unref
|
|
|
|
g_idle_add
|
|
|
|
g_idle_add_full
|
|
|
|
g_idle_remove_by_data
|
|
|
|
g_idle_source_new
|
|
|
|
g_timeout_add
|
2006-09-10 05:44:46 +00:00
|
|
|
g_timeout_add_seconds
|
2005-03-14 04:26:57 +00:00
|
|
|
g_timeout_add_full
|
2007-06-18 16:55:50 +00:00
|
|
|
g_timeout_add_seconds_full
|
2005-03-14 04:26:57 +00:00
|
|
|
g_timeout_source_new
|
2006-09-10 05:44:46 +00:00
|
|
|
g_timeout_source_new_seconds
|
2011-05-23 00:21:06 -04:00
|
|
|
g_mapped_file_new
|
2011-09-21 19:59:03 +02:00
|
|
|
g_mapped_file_new_from_fd
|
2005-06-25 03:38:32 +00:00
|
|
|
g_mapped_file_get_length
|
|
|
|
g_mapped_file_get_contents
|
2009-06-18 15:00:01 -04:00
|
|
|
g_mapped_file_ref
|
|
|
|
g_mapped_file_unref
|
2005-06-25 03:38:32 +00:00
|
|
|
g_mapped_file_free
|
2004-09-16 06:05:53 +00:00
|
|
|
g_markup_error_quark
|
|
|
|
g_markup_escape_text
|
|
|
|
g_markup_parse_context_end_parse
|
|
|
|
g_markup_parse_context_free
|
|
|
|
g_markup_parse_context_get_element
|
2007-11-08 03:28:09 +00:00
|
|
|
g_markup_parse_context_get_element_stack
|
2004-09-16 06:05:53 +00:00
|
|
|
g_markup_parse_context_get_position
|
2008-07-28 16:52:15 +00:00
|
|
|
g_markup_parse_context_get_user_data
|
2004-09-16 06:05:53 +00:00
|
|
|
g_markup_parse_context_new
|
|
|
|
g_markup_parse_context_parse
|
2008-07-10 08:41:59 +00:00
|
|
|
g_markup_parse_context_push
|
|
|
|
g_markup_parse_context_pop
|
2011-05-23 00:21:06 -04:00
|
|
|
g_markup_printf_escaped
|
2004-09-16 06:05:53 +00:00
|
|
|
g_markup_vprintf_escaped
|
2007-11-27 01:37:33 +00:00
|
|
|
g_markup_collect_attributes
|
2005-03-14 04:26:57 +00:00
|
|
|
g_free
|
2011-05-23 00:21:06 -04:00
|
|
|
g_malloc
|
|
|
|
g_malloc0
|
|
|
|
g_malloc_n
|
|
|
|
g_malloc0_n
|
2005-11-01 18:10:31 +00:00
|
|
|
g_mem_is_system_malloc
|
|
|
|
g_mem_profile
|
|
|
|
g_mem_set_vtable
|
|
|
|
g_realloc
|
2010-02-02 23:48:42 -05:00
|
|
|
g_realloc_n
|
2011-05-23 00:21:06 -04:00
|
|
|
g_try_malloc
|
|
|
|
g_try_malloc0
|
|
|
|
g_try_malloc_n
|
|
|
|
g_try_malloc0_n
|
2005-11-01 18:10:31 +00:00
|
|
|
g_try_realloc
|
2010-02-02 23:48:42 -05:00
|
|
|
g_try_realloc_n
|
2005-11-01 18:10:31 +00:00
|
|
|
g_allocator_free
|
|
|
|
g_allocator_new
|
2004-09-16 06:05:53 +00:00
|
|
|
g_mem_chunk_alloc
|
|
|
|
g_mem_chunk_alloc0
|
|
|
|
g_mem_chunk_clean
|
|
|
|
g_mem_chunk_destroy
|
|
|
|
g_mem_chunk_free
|
|
|
|
g_mem_chunk_info
|
|
|
|
g_mem_chunk_new
|
|
|
|
g_mem_chunk_print
|
|
|
|
g_mem_chunk_reset
|
2005-03-14 04:26:57 +00:00
|
|
|
g_blow_chunks
|
2011-05-23 00:21:06 -04:00
|
|
|
g_slice_alloc
|
|
|
|
g_slice_alloc0
|
|
|
|
g_slice_copy
|
2005-12-01 16:34:33 +00:00
|
|
|
g_slice_free1
|
2005-12-05 15:01:27 +00:00
|
|
|
g_slice_free_chain_with_offset
|
2005-12-01 16:34:33 +00:00
|
|
|
g_slice_set_config
|
|
|
|
g_slice_get_config
|
|
|
|
g_slice_get_config_state
|
2007-08-09 13:45:54 +00:00
|
|
|
#ifdef G_ENABLE_DEBUG
|
2006-12-28 11:50:43 +00:00
|
|
|
g_slice_debug_tree_statistics
|
|
|
|
#endif
|
2005-03-14 04:26:57 +00:00
|
|
|
g_printf_string_upper_bound
|
2011-05-23 00:21:06 -04:00
|
|
|
g_log
|
2005-03-14 04:26:57 +00:00
|
|
|
g_log_default_handler
|
|
|
|
g_log_remove_handler
|
|
|
|
g_log_set_always_fatal
|
|
|
|
g_log_set_default_handler
|
|
|
|
g_log_set_fatal_mask
|
|
|
|
g_log_set_handler
|
|
|
|
g_logv
|
|
|
|
g_return_if_fail_warning
|
2007-12-10 14:07:42 +00:00
|
|
|
g_warn_message
|
2011-05-23 00:21:06 -04:00
|
|
|
g_assert_warning
|
|
|
|
g_print
|
|
|
|
g_printerr
|
2005-03-14 04:26:57 +00:00
|
|
|
g_set_printerr_handler
|
|
|
|
g_set_print_handler
|
2004-09-16 06:05:53 +00:00
|
|
|
g_node_child_index
|
|
|
|
g_node_child_position
|
|
|
|
g_node_children_foreach
|
|
|
|
g_node_copy
|
|
|
|
g_node_copy_deep
|
|
|
|
g_node_depth
|
|
|
|
g_node_destroy
|
|
|
|
g_node_find
|
|
|
|
g_node_find_child
|
|
|
|
g_node_first_sibling
|
|
|
|
g_node_get_root
|
|
|
|
g_node_insert
|
|
|
|
g_node_insert_after
|
|
|
|
g_node_insert_before
|
|
|
|
g_node_is_ancestor
|
|
|
|
g_node_last_child
|
|
|
|
g_node_last_sibling
|
|
|
|
g_node_max_height
|
|
|
|
g_node_n_children
|
|
|
|
g_node_new
|
|
|
|
g_node_n_nodes
|
|
|
|
g_node_nth_child
|
2005-11-17 21:33:07 +00:00
|
|
|
g_node_pop_allocator
|
2004-12-02 15:28:30 +00:00
|
|
|
g_node_prepend
|
2005-11-17 21:33:07 +00:00
|
|
|
g_node_push_allocator
|
2004-09-16 06:05:53 +00:00
|
|
|
g_node_reverse_children
|
|
|
|
g_node_traverse
|
|
|
|
g_node_unlink
|
|
|
|
g_option_context_add_group
|
|
|
|
g_option_context_add_main_entries
|
2004-11-23 19:39:07 +00:00
|
|
|
g_option_error_quark
|
2004-09-16 06:05:53 +00:00
|
|
|
g_option_context_free
|
2006-05-13 04:23:38 +00:00
|
|
|
g_option_context_get_description
|
2004-09-16 06:05:53 +00:00
|
|
|
g_option_context_get_help_enabled
|
|
|
|
g_option_context_get_ignore_unknown_options
|
|
|
|
g_option_context_get_main_group
|
2006-05-13 04:23:38 +00:00
|
|
|
g_option_context_get_summary
|
2004-09-16 06:05:53 +00:00
|
|
|
g_option_context_new
|
|
|
|
g_option_context_parse
|
2006-05-13 04:23:38 +00:00
|
|
|
g_option_context_set_description
|
2004-09-16 06:05:53 +00:00
|
|
|
g_option_context_set_help_enabled
|
|
|
|
g_option_context_set_ignore_unknown_options
|
|
|
|
g_option_context_set_main_group
|
2006-05-13 04:23:38 +00:00
|
|
|
g_option_context_set_summary
|
|
|
|
g_option_context_set_translate_func
|
|
|
|
g_option_context_set_translation_domain
|
2007-04-25 03:53:30 +00:00
|
|
|
g_option_context_get_help
|
2004-09-16 06:05:53 +00:00
|
|
|
g_option_group_add_entries
|
|
|
|
g_option_group_free
|
|
|
|
g_option_group_new
|
|
|
|
g_option_group_set_error_hook
|
|
|
|
g_option_group_set_parse_hooks
|
|
|
|
g_option_group_set_translate_func
|
|
|
|
g_option_group_set_translation_domain
|
|
|
|
g_pattern_match
|
|
|
|
g_pattern_match_simple
|
|
|
|
g_pattern_match_string
|
|
|
|
g_pattern_spec_equal
|
|
|
|
g_pattern_spec_free
|
|
|
|
g_pattern_spec_new
|
2008-09-23 16:32:30 +00:00
|
|
|
g_poll
|
2011-05-23 00:21:06 -04:00
|
|
|
g_spaced_primes_closest
|
|
|
|
g_fprintf
|
|
|
|
g_printf
|
|
|
|
g_sprintf
|
2005-03-14 04:26:57 +00:00
|
|
|
g_vasprintf
|
|
|
|
g_vfprintf
|
|
|
|
g_vprintf
|
|
|
|
g_vsprintf
|
2011-05-23 00:21:06 -04:00
|
|
|
g_snprintf
|
2005-09-26 14:33:00 +00:00
|
|
|
g_vsnprintf
|
2004-09-16 06:05:53 +00:00
|
|
|
g_qsort_with_data
|
2007-03-06 18:43:10 +00:00
|
|
|
g_queue_clear
|
2004-09-16 06:05:53 +00:00
|
|
|
g_queue_copy
|
|
|
|
g_queue_delete_link
|
|
|
|
g_queue_find
|
|
|
|
g_queue_find_custom
|
|
|
|
g_queue_foreach
|
|
|
|
g_queue_free
|
2011-12-14 20:17:54 +05:30
|
|
|
g_queue_free_full
|
2004-09-16 06:05:53 +00:00
|
|
|
g_queue_get_length
|
|
|
|
g_queue_index
|
2007-03-06 18:43:10 +00:00
|
|
|
g_queue_init
|
2004-09-16 06:05:53 +00:00
|
|
|
g_queue_insert_after
|
|
|
|
g_queue_insert_before
|
|
|
|
g_queue_insert_sorted
|
|
|
|
g_queue_is_empty
|
|
|
|
g_queue_link_index
|
|
|
|
g_queue_new
|
|
|
|
g_queue_peek_head
|
|
|
|
g_queue_peek_head_link
|
|
|
|
g_queue_peek_nth
|
|
|
|
g_queue_peek_nth_link
|
|
|
|
g_queue_peek_tail
|
|
|
|
g_queue_peek_tail_link
|
|
|
|
g_queue_pop_head
|
|
|
|
g_queue_pop_head_link
|
|
|
|
g_queue_pop_nth
|
|
|
|
g_queue_pop_nth_link
|
|
|
|
g_queue_pop_tail
|
|
|
|
g_queue_pop_tail_link
|
|
|
|
g_queue_push_head
|
|
|
|
g_queue_push_head_link
|
|
|
|
g_queue_push_nth
|
|
|
|
g_queue_push_nth_link
|
|
|
|
g_queue_push_tail
|
|
|
|
g_queue_push_tail_link
|
|
|
|
g_queue_remove
|
|
|
|
g_queue_remove_all
|
|
|
|
g_queue_reverse
|
|
|
|
g_queue_sort
|
|
|
|
g_queue_unlink
|
|
|
|
g_rand_copy
|
|
|
|
g_rand_double
|
|
|
|
g_rand_double_range
|
|
|
|
g_rand_free
|
|
|
|
g_rand_int
|
|
|
|
g_rand_int_range
|
|
|
|
g_rand_new
|
|
|
|
g_rand_new_with_seed
|
|
|
|
g_rand_new_with_seed_array
|
|
|
|
g_random_double
|
|
|
|
g_random_double_range
|
|
|
|
g_random_int
|
|
|
|
g_random_int_range
|
|
|
|
g_random_set_seed
|
|
|
|
g_rand_set_seed
|
|
|
|
g_rand_set_seed_array
|
|
|
|
g_relation_count
|
|
|
|
g_relation_delete
|
|
|
|
g_relation_destroy
|
|
|
|
g_relation_exists
|
|
|
|
g_relation_index
|
|
|
|
g_relation_insert
|
|
|
|
g_relation_new
|
|
|
|
g_relation_print
|
|
|
|
g_relation_select
|
2005-03-14 04:26:57 +00:00
|
|
|
g_tuples_destroy
|
|
|
|
g_tuples_index
|
2004-09-16 06:05:53 +00:00
|
|
|
g_scanner_cur_line
|
|
|
|
g_scanner_cur_position
|
|
|
|
g_scanner_cur_token
|
|
|
|
g_scanner_cur_value
|
|
|
|
g_scanner_destroy
|
|
|
|
g_scanner_eof
|
2011-05-23 00:21:06 -04:00
|
|
|
g_scanner_error
|
2004-09-16 06:05:53 +00:00
|
|
|
g_scanner_get_next_token
|
|
|
|
g_scanner_input_file
|
|
|
|
g_scanner_input_text
|
|
|
|
g_scanner_lookup_symbol
|
|
|
|
g_scanner_new
|
|
|
|
g_scanner_peek_next_token
|
|
|
|
g_scanner_scope_add_symbol
|
|
|
|
g_scanner_scope_foreach_symbol
|
|
|
|
g_scanner_scope_lookup_symbol
|
|
|
|
g_scanner_scope_remove_symbol
|
|
|
|
g_scanner_set_scope
|
|
|
|
g_scanner_sync_file_offset
|
|
|
|
g_scanner_unexp_token
|
2011-05-23 00:21:06 -04:00
|
|
|
g_scanner_warn
|
2007-02-03 23:24:50 +00:00
|
|
|
g_sequence_new
|
|
|
|
g_sequence_free
|
|
|
|
g_sequence_get_length
|
|
|
|
g_sequence_foreach
|
|
|
|
g_sequence_foreach_range
|
|
|
|
g_sequence_sort
|
|
|
|
g_sequence_sort_iter
|
|
|
|
g_sequence_get_begin_iter
|
|
|
|
g_sequence_get_end_iter
|
|
|
|
g_sequence_get_iter_at_pos
|
|
|
|
g_sequence_append
|
|
|
|
g_sequence_prepend
|
|
|
|
g_sequence_insert_before
|
|
|
|
g_sequence_move
|
|
|
|
g_sequence_swap
|
|
|
|
g_sequence_insert_sorted
|
|
|
|
g_sequence_insert_sorted_iter
|
|
|
|
g_sequence_sort_changed
|
|
|
|
g_sequence_sort_changed_iter
|
|
|
|
g_sequence_remove
|
|
|
|
g_sequence_remove_range
|
|
|
|
g_sequence_move_range
|
|
|
|
g_sequence_search
|
|
|
|
g_sequence_search_iter
|
2010-12-20 18:44:49 +01:00
|
|
|
g_sequence_lookup
|
|
|
|
g_sequence_lookup_iter
|
2007-02-03 23:24:50 +00:00
|
|
|
g_sequence_get
|
|
|
|
g_sequence_set
|
|
|
|
g_sequence_iter_is_begin
|
|
|
|
g_sequence_iter_is_end
|
|
|
|
g_sequence_iter_next
|
|
|
|
g_sequence_iter_prev
|
|
|
|
g_sequence_iter_get_position
|
|
|
|
g_sequence_iter_move
|
|
|
|
g_sequence_iter_get_sequence
|
|
|
|
g_sequence_iter_compare
|
|
|
|
g_sequence_range_get_midpoint
|
2004-09-16 06:05:53 +00:00
|
|
|
g_shell_error_quark
|
|
|
|
g_shell_parse_argv
|
|
|
|
g_shell_quote
|
|
|
|
g_shell_unquote
|
|
|
|
g_slist_alloc
|
|
|
|
g_slist_append
|
|
|
|
g_slist_concat
|
|
|
|
g_slist_copy
|
|
|
|
g_slist_delete_link
|
|
|
|
g_slist_find
|
|
|
|
g_slist_find_custom
|
|
|
|
g_slist_foreach
|
|
|
|
g_slist_free
|
2009-10-16 12:19:06 +02:00
|
|
|
g_slist_free_full
|
2004-09-16 06:05:53 +00:00
|
|
|
g_slist_free_1
|
|
|
|
g_slist_index
|
|
|
|
g_slist_insert
|
|
|
|
g_slist_insert_before
|
|
|
|
g_slist_insert_sorted
|
2005-12-09 18:05:25 +00:00
|
|
|
g_slist_insert_sorted_with_data
|
2004-09-16 06:05:53 +00:00
|
|
|
g_slist_last
|
|
|
|
g_slist_length
|
|
|
|
g_slist_nth
|
|
|
|
g_slist_nth_data
|
2005-11-17 21:33:07 +00:00
|
|
|
g_slist_pop_allocator
|
2004-09-16 06:05:53 +00:00
|
|
|
g_slist_position
|
|
|
|
g_slist_prepend
|
2005-11-17 21:33:07 +00:00
|
|
|
g_slist_push_allocator
|
2004-09-16 06:05:53 +00:00
|
|
|
g_slist_remove
|
|
|
|
g_slist_remove_all
|
|
|
|
g_slist_remove_link
|
|
|
|
g_slist_reverse
|
|
|
|
g_slist_sort
|
|
|
|
g_slist_sort_with_data
|
2008-07-27 17:15:16 +00:00
|
|
|
#ifndef _WIN64
|
2005-08-25 23:28:24 +00:00
|
|
|
g_spawn_async PRIVATE
|
|
|
|
g_spawn_async_with_pipes PRIVATE
|
2008-07-27 17:15:16 +00:00
|
|
|
#endif
|
2004-09-16 06:05:53 +00:00
|
|
|
g_spawn_close_pid
|
2008-07-27 17:15:16 +00:00
|
|
|
#ifndef _WIN64
|
2005-08-25 23:28:24 +00:00
|
|
|
g_spawn_command_line_async PRIVATE
|
|
|
|
g_spawn_command_line_sync PRIVATE
|
2008-07-27 17:15:16 +00:00
|
|
|
#endif
|
2004-09-16 06:05:53 +00:00
|
|
|
g_spawn_error_quark
|
2008-07-27 17:15:16 +00:00
|
|
|
#ifndef _WIN64
|
2005-08-25 23:28:24 +00:00
|
|
|
g_spawn_sync PRIVATE
|
2008-07-27 17:15:16 +00:00
|
|
|
#endif
|
2005-08-25 23:28:24 +00:00
|
|
|
#ifdef G_OS_WIN32
|
|
|
|
g_spawn_async_utf8
|
|
|
|
g_spawn_async_with_pipes_utf8
|
|
|
|
g_spawn_command_line_async_utf8
|
|
|
|
g_spawn_command_line_sync_utf8
|
|
|
|
g_spawn_sync_utf8
|
|
|
|
#endif
|
2005-03-14 04:26:57 +00:00
|
|
|
#if !defined(G_OS_UNIX) || defined(G_STDIO_NO_WRAP_ON_UNIX)
|
|
|
|
/* gstdio wrappers */
|
2005-04-08 12:11:41 +00:00
|
|
|
g_chmod
|
2005-03-14 04:26:57 +00:00
|
|
|
g_open
|
2005-04-08 12:21:28 +00:00
|
|
|
g_creat
|
2005-03-14 04:26:57 +00:00
|
|
|
g_rename
|
|
|
|
g_mkdir
|
|
|
|
g_stat
|
|
|
|
g_lstat
|
|
|
|
g_remove
|
|
|
|
g_fopen
|
|
|
|
g_freopen
|
2008-05-30 06:36:55 +00:00
|
|
|
g_utime
|
2005-03-14 04:26:57 +00:00
|
|
|
#endif
|
2006-01-05 06:21:49 +00:00
|
|
|
g_access
|
|
|
|
g_chdir
|
|
|
|
g_unlink
|
2006-01-03 02:53:05 +00:00
|
|
|
g_rmdir
|
2011-05-23 00:21:06 -04:00
|
|
|
g_ascii_digit_value
|
2005-03-14 04:26:57 +00:00
|
|
|
g_ascii_dtostr
|
|
|
|
g_ascii_formatd
|
2011-05-23 00:21:06 -04:00
|
|
|
g_ascii_strdown
|
2005-03-14 04:26:57 +00:00
|
|
|
g_ascii_strtod
|
|
|
|
g_ascii_strtoull
|
2006-05-16 05:49:46 +00:00
|
|
|
g_ascii_strtoll
|
2011-05-23 00:21:06 -04:00
|
|
|
g_ascii_strup
|
|
|
|
g_ascii_tolower
|
|
|
|
g_ascii_toupper
|
|
|
|
g_ascii_xdigit_value
|
2005-03-14 04:26:57 +00:00
|
|
|
g_ascii_strcasecmp
|
|
|
|
g_ascii_strncasecmp
|
2011-05-23 00:21:06 -04:00
|
|
|
g_memdup
|
2004-09-16 06:05:53 +00:00
|
|
|
g_stpcpy
|
|
|
|
g_strcanon
|
|
|
|
g_strchomp
|
|
|
|
g_strchug
|
2011-05-23 00:21:06 -04:00
|
|
|
g_strcompress
|
|
|
|
g_strconcat
|
2004-09-16 06:05:53 +00:00
|
|
|
g_strdelimit
|
2011-05-23 00:21:06 -04:00
|
|
|
g_strdup
|
|
|
|
g_strdup_printf
|
|
|
|
g_strdupv
|
|
|
|
g_strdup_vprintf
|
|
|
|
g_strerror
|
|
|
|
g_strescape
|
2004-09-16 06:05:53 +00:00
|
|
|
g_strfreev
|
|
|
|
g_str_has_prefix
|
|
|
|
g_str_has_suffix
|
2011-05-23 00:21:06 -04:00
|
|
|
g_strjoin
|
|
|
|
g_strjoinv
|
2005-03-14 04:26:57 +00:00
|
|
|
g_strlcat
|
|
|
|
g_strlcpy
|
2011-05-23 00:21:06 -04:00
|
|
|
g_strndup
|
|
|
|
g_strnfill
|
2005-03-14 04:26:57 +00:00
|
|
|
g_strreverse
|
|
|
|
g_strrstr
|
|
|
|
g_strrstr_len
|
2011-05-23 00:21:06 -04:00
|
|
|
g_strsignal
|
|
|
|
g_strsplit
|
|
|
|
g_strsplit_set
|
2005-03-14 04:26:57 +00:00
|
|
|
g_strstr_len
|
|
|
|
g_strtod
|
|
|
|
g_strcasecmp
|
|
|
|
g_strncasecmp
|
|
|
|
g_strup
|
|
|
|
g_strdown
|
|
|
|
g_strv_length
|
2011-05-23 00:21:06 -04:00
|
|
|
g_strip_context
|
|
|
|
g_dgettext
|
|
|
|
g_dcgettext
|
|
|
|
g_dngettext
|
|
|
|
g_dpgettext
|
|
|
|
g_dpgettext2
|
|
|
|
g_uri_unescape_string
|
|
|
|
g_uri_unescape_segment
|
|
|
|
g_uri_parse_scheme
|
|
|
|
g_uri_escape_string
|
2004-09-16 06:05:53 +00:00
|
|
|
g_string_append
|
|
|
|
g_string_append_len
|
2011-05-23 00:21:06 -04:00
|
|
|
g_string_append_printf
|
2004-09-16 06:05:53 +00:00
|
|
|
g_string_append_unichar
|
2007-06-15 12:43:54 +00:00
|
|
|
g_string_append_vprintf
|
2004-09-16 06:05:53 +00:00
|
|
|
g_string_ascii_down
|
|
|
|
g_string_ascii_up
|
|
|
|
g_string_assign
|
|
|
|
g_string_chunk_free
|
2006-12-15 22:57:15 +00:00
|
|
|
g_string_chunk_clear
|
2004-09-16 06:05:53 +00:00
|
|
|
g_string_chunk_insert
|
|
|
|
g_string_chunk_insert_const
|
|
|
|
g_string_chunk_insert_len
|
|
|
|
g_string_chunk_new
|
|
|
|
g_string_equal
|
|
|
|
g_string_erase
|
|
|
|
g_string_free
|
|
|
|
g_string_hash
|
|
|
|
g_string_insert
|
|
|
|
g_string_insert_c
|
|
|
|
g_string_insert_len
|
|
|
|
g_string_insert_unichar
|
|
|
|
g_string_new
|
|
|
|
g_string_new_len
|
2007-06-15 11:54:21 +00:00
|
|
|
g_string_overwrite
|
|
|
|
g_string_overwrite_len
|
2004-09-16 06:05:53 +00:00
|
|
|
g_string_prepend
|
|
|
|
g_string_prepend_c
|
|
|
|
g_string_prepend_len
|
|
|
|
g_string_prepend_unichar
|
2011-05-23 00:21:06 -04:00
|
|
|
g_string_printf
|
2004-09-16 06:05:53 +00:00
|
|
|
g_string_set_size
|
|
|
|
g_string_sized_new
|
|
|
|
g_string_truncate
|
2007-11-28 14:35:14 +00:00
|
|
|
g_string_append_uri_escaped
|
2005-03-14 04:26:57 +00:00
|
|
|
g_string_down
|
2004-09-16 06:05:53 +00:00
|
|
|
g_string_up
|
2007-06-15 12:43:54 +00:00
|
|
|
g_string_vprintf
|
2005-03-14 04:26:57 +00:00
|
|
|
g_string_append_c
|
2010-01-28 11:32:07 -05:00
|
|
|
g_bit_lock
|
|
|
|
g_bit_trylock
|
|
|
|
g_bit_unlock
|
2011-05-25 11:08:20 +02:00
|
|
|
g_pointer_bit_lock
|
|
|
|
g_pointer_bit_trylock
|
|
|
|
g_pointer_bit_unlock
|
2005-03-14 04:26:57 +00:00
|
|
|
g_once_impl
|
2007-07-10 10:30:36 +00:00
|
|
|
g_once_init_enter_impl
|
|
|
|
g_once_init_leave
|
2007-07-20 16:37:57 +00:00
|
|
|
g_once_init_enter
|
2005-03-14 04:26:57 +00:00
|
|
|
g_threads_got_initialized
|
2007-01-16 21:25:03 +00:00
|
|
|
g_thread_gettime
|
2011-09-19 00:45:19 -04:00
|
|
|
g_thread_create
|
2004-09-16 06:05:53 +00:00
|
|
|
g_thread_create_full
|
|
|
|
g_thread_error_quark
|
|
|
|
g_thread_exit
|
2011-10-02 10:01:57 -04:00
|
|
|
g_thread_functions_for_glib_use
|
|
|
|
g_thread_init_glib
|
2004-09-16 06:05:53 +00:00
|
|
|
g_thread_join
|
2011-10-02 10:01:57 -04:00
|
|
|
g_thread_new
|
2011-10-13 00:29:04 -04:00
|
|
|
g_thread_ref
|
2005-03-14 04:26:57 +00:00
|
|
|
g_thread_self
|
|
|
|
g_thread_set_priority
|
2011-10-15 09:48:10 -04:00
|
|
|
g_thread_try_new
|
2011-10-02 10:01:57 -04:00
|
|
|
g_thread_use_default_impl
|
2011-10-13 00:29:04 -04:00
|
|
|
g_thread_unref
|
2011-09-18 20:04:28 -04:00
|
|
|
g_thread_yield
|
2005-03-14 04:26:57 +00:00
|
|
|
g_static_mutex_free
|
|
|
|
g_static_mutex_get_mutex_impl
|
|
|
|
g_static_mutex_init
|
|
|
|
g_static_private_free
|
|
|
|
g_static_private_get
|
|
|
|
g_static_private_init
|
|
|
|
g_static_private_set
|
|
|
|
g_static_rec_mutex_free
|
|
|
|
g_static_rec_mutex_init
|
|
|
|
g_static_rec_mutex_lock
|
|
|
|
g_static_rec_mutex_lock_full
|
|
|
|
g_static_rec_mutex_trylock
|
|
|
|
g_static_rec_mutex_unlock
|
|
|
|
g_static_rec_mutex_unlock_full
|
|
|
|
g_static_rw_lock_free
|
|
|
|
g_static_rw_lock_init
|
|
|
|
g_static_rw_lock_reader_lock
|
|
|
|
g_static_rw_lock_reader_trylock
|
|
|
|
g_static_rw_lock_reader_unlock
|
|
|
|
g_static_rw_lock_writer_lock
|
|
|
|
g_static_rw_lock_writer_trylock
|
|
|
|
g_static_rw_lock_writer_unlock
|
2005-11-01 18:10:31 +00:00
|
|
|
g_thread_foreach
|
2008-12-20 07:22:56 +00:00
|
|
|
g_thread_get_initialized
|
2004-09-16 06:05:53 +00:00
|
|
|
g_thread_pool_free
|
|
|
|
g_thread_pool_get_max_threads
|
|
|
|
g_thread_pool_get_max_unused_threads
|
2006-01-03 15:09:52 +00:00
|
|
|
g_thread_pool_get_max_idle_time
|
2004-09-16 06:05:53 +00:00
|
|
|
g_thread_pool_get_num_threads
|
|
|
|
g_thread_pool_get_num_unused_threads
|
|
|
|
g_thread_pool_new
|
|
|
|
g_thread_pool_push
|
|
|
|
g_thread_pool_set_max_threads
|
|
|
|
g_thread_pool_set_max_unused_threads
|
2006-01-03 15:09:52 +00:00
|
|
|
g_thread_pool_set_max_idle_time
|
2004-09-16 06:05:53 +00:00
|
|
|
g_thread_pool_stop_unused_threads
|
|
|
|
g_thread_pool_unprocessed
|
2005-12-21 04:45:56 +00:00
|
|
|
g_thread_pool_set_sort_function
|
2009-09-10 16:40:11 +02:00
|
|
|
g_test_log_set_fatal_handler
|
2011-05-23 00:21:06 -04:00
|
|
|
g_assertion_message
|
|
|
|
g_assertion_message_cmpnum
|
|
|
|
g_assertion_message_cmpstr
|
|
|
|
g_assertion_message_expr
|
|
|
|
g_assertion_message_error
|
2007-11-20 15:00:48 +00:00
|
|
|
g_strcmp0
|
2007-12-05 10:42:09 +00:00
|
|
|
g_test_add_data_func
|
2007-11-20 15:00:48 +00:00
|
|
|
g_test_add_func
|
|
|
|
g_test_add_vtable
|
2007-11-20 15:00:56 +00:00
|
|
|
g_test_bug
|
|
|
|
g_test_bug_base
|
2007-11-20 15:00:54 +00:00
|
|
|
g_test_config_vars
|
2007-11-20 15:00:48 +00:00
|
|
|
g_test_create_case
|
|
|
|
g_test_create_suite
|
2011-04-15 03:23:12 +02:00
|
|
|
g_test_fail
|
2007-11-20 15:00:48 +00:00
|
|
|
g_test_get_root
|
|
|
|
g_test_init
|
|
|
|
g_test_log_buffer_free
|
|
|
|
g_test_log_buffer_new
|
|
|
|
g_test_log_buffer_pop
|
|
|
|
g_test_log_buffer_push
|
|
|
|
g_test_log_msg_free
|
|
|
|
g_test_log_type_name
|
|
|
|
g_test_maximized_result
|
2007-11-20 15:00:56 +00:00
|
|
|
g_test_message
|
2007-11-20 15:00:48 +00:00
|
|
|
g_test_minimized_result
|
2007-11-20 15:00:57 +00:00
|
|
|
g_test_queue_destroy
|
2007-11-20 15:00:48 +00:00
|
|
|
g_test_queue_free
|
|
|
|
g_test_rand_double
|
|
|
|
g_test_rand_double_range
|
|
|
|
g_test_rand_int
|
|
|
|
g_test_rand_int_range
|
|
|
|
g_test_run
|
|
|
|
g_test_run_suite
|
|
|
|
g_test_suite_add
|
|
|
|
g_test_suite_add_suite
|
|
|
|
g_test_timer_elapsed
|
|
|
|
g_test_timer_last
|
|
|
|
g_test_timer_start
|
|
|
|
g_test_trap_assertions
|
|
|
|
g_test_trap_fork
|
|
|
|
g_test_trap_has_passed
|
|
|
|
g_test_trap_reached_timeout
|
2004-09-16 06:05:53 +00:00
|
|
|
g_timer_continue
|
|
|
|
g_timer_destroy
|
|
|
|
g_timer_elapsed
|
|
|
|
g_timer_new
|
|
|
|
g_timer_reset
|
|
|
|
g_timer_start
|
|
|
|
g_timer_stop
|
|
|
|
g_time_val_add
|
2006-03-23 02:54:29 +00:00
|
|
|
g_time_val_from_iso8601
|
2011-05-23 00:21:06 -04:00
|
|
|
g_time_val_to_iso8601
|
2005-03-14 04:26:57 +00:00
|
|
|
g_usleep
|
2004-09-16 06:05:53 +00:00
|
|
|
g_tree_destroy
|
|
|
|
g_tree_foreach
|
|
|
|
g_tree_height
|
|
|
|
g_tree_insert
|
|
|
|
g_tree_lookup
|
|
|
|
g_tree_lookup_extended
|
|
|
|
g_tree_new
|
2009-07-05 12:30:54 +01:00
|
|
|
g_tree_ref
|
|
|
|
g_tree_unref
|
2004-09-16 06:05:53 +00:00
|
|
|
g_tree_new_full
|
|
|
|
g_tree_new_with_data
|
|
|
|
g_tree_nnodes
|
|
|
|
g_tree_remove
|
|
|
|
g_tree_replace
|
|
|
|
g_tree_search
|
|
|
|
g_tree_steal
|
|
|
|
g_tree_traverse
|
2011-05-23 00:21:06 -04:00
|
|
|
g_unichar_break_type
|
|
|
|
g_unichar_combining_class
|
2011-07-13 22:07:11 -04:00
|
|
|
g_unichar_compose
|
|
|
|
g_unichar_decompose
|
2011-05-23 00:21:06 -04:00
|
|
|
g_unichar_isalnum
|
|
|
|
g_unichar_isalpha
|
|
|
|
g_unichar_iscntrl
|
|
|
|
g_unichar_isdefined
|
|
|
|
g_unichar_isdigit
|
|
|
|
g_unichar_isgraph
|
|
|
|
g_unichar_islower
|
|
|
|
g_unichar_isprint
|
|
|
|
g_unichar_ispunct
|
|
|
|
g_unichar_isspace
|
|
|
|
g_unichar_istitle
|
|
|
|
g_unichar_isupper
|
|
|
|
g_unichar_iswide
|
|
|
|
g_unichar_iswide_cjk
|
|
|
|
g_unichar_isxdigit
|
|
|
|
g_unichar_iszerowidth
|
2011-07-18 17:52:40 -04:00
|
|
|
g_unichar_fully_decompose
|
2011-05-23 00:21:06 -04:00
|
|
|
g_unichar_tolower
|
|
|
|
g_unichar_totitle
|
|
|
|
g_unichar_toupper
|
|
|
|
g_unichar_ismark
|
2005-03-14 04:26:57 +00:00
|
|
|
g_unichar_get_mirror_char
|
2006-10-09 04:23:58 +00:00
|
|
|
g_unichar_get_script
|
2011-05-23 00:21:06 -04:00
|
|
|
g_unichar_digit_value
|
|
|
|
g_unichar_xdigit_value
|
|
|
|
g_unichar_type
|
2011-06-23 21:31:40 -04:00
|
|
|
g_unicode_canonical_decomposition
|
2011-07-18 17:52:40 -04:00
|
|
|
g_unicode_canonical_ordering
|
2011-07-20 22:11:08 -04:00
|
|
|
g_unicode_script_from_iso15924
|
2011-07-20 19:04:29 -04:00
|
|
|
g_unicode_script_to_iso15924
|
2011-05-23 00:21:06 -04:00
|
|
|
g_utf8_casefold
|
2011-06-23 21:31:40 -04:00
|
|
|
g_utf8_collate
|
|
|
|
g_utf8_collate_key
|
|
|
|
g_utf8_collate_key_for_filename
|
2004-09-16 06:05:53 +00:00
|
|
|
g_utf8_find_next_char
|
|
|
|
g_utf8_find_prev_char
|
|
|
|
g_utf8_get_char
|
|
|
|
g_utf8_get_char_validated
|
2011-06-23 21:31:40 -04:00
|
|
|
g_utf8_normalize
|
2004-09-16 06:05:53 +00:00
|
|
|
g_utf8_offset_to_pointer
|
|
|
|
g_utf8_pointer_to_offset
|
|
|
|
g_utf8_prev_char
|
2011-06-23 21:31:40 -04:00
|
|
|
g_utf8_strup
|
|
|
|
g_utf8_strdown
|
2004-09-16 06:05:53 +00:00
|
|
|
g_utf8_strchr
|
|
|
|
g_utf8_strlen
|
|
|
|
g_utf8_strncpy
|
|
|
|
g_utf8_strrchr
|
|
|
|
g_utf8_strreverse
|
2011-06-23 21:31:40 -04:00
|
|
|
g_utf8_substring
|
2011-05-23 00:21:06 -04:00
|
|
|
g_utf8_to_ucs4
|
|
|
|
g_utf8_to_ucs4_fast
|
|
|
|
g_utf8_to_utf16
|
2004-09-16 06:05:53 +00:00
|
|
|
g_utf8_validate
|
2011-06-23 21:31:40 -04:00
|
|
|
g_get_charset
|
|
|
|
g_ucs4_to_utf16
|
|
|
|
g_ucs4_to_utf8
|
|
|
|
g_utf16_to_ucs4
|
|
|
|
g_utf16_to_utf8
|
2005-03-14 04:26:57 +00:00
|
|
|
g_unichar_to_utf8
|
|
|
|
g_unichar_validate
|
2011-05-23 00:21:06 -04:00
|
|
|
glib_pgettext
|
|
|
|
glib_gettext
|
2011-02-20 01:23:48 +02:00
|
|
|
#ifdef G_OS_WIN32
|
|
|
|
_glib_get_locale_dir
|
|
|
|
#endif
|
2005-03-14 04:26:57 +00:00
|
|
|
g_int_equal
|
|
|
|
g_int_hash
|
2009-04-25 22:41:07 -04:00
|
|
|
g_int64_equal
|
|
|
|
g_int64_hash
|
|
|
|
g_double_equal
|
|
|
|
g_double_hash
|
2011-05-23 00:21:06 -04:00
|
|
|
g_direct_equal
|
|
|
|
g_direct_hash
|
2010-01-29 23:56:04 -05:00
|
|
|
g_str_equal
|
|
|
|
g_str_hash
|
2005-03-14 04:26:57 +00:00
|
|
|
g_atexit
|
|
|
|
g_basename
|
|
|
|
g_get_application_name
|
2008-07-27 17:15:16 +00:00
|
|
|
#ifndef _WIN64
|
2005-03-14 04:26:57 +00:00
|
|
|
g_find_program_in_path PRIVATE
|
|
|
|
g_get_current_dir PRIVATE
|
|
|
|
g_getenv PRIVATE
|
|
|
|
g_unsetenv PRIVATE
|
|
|
|
g_get_home_dir PRIVATE
|
|
|
|
g_setenv PRIVATE
|
2008-07-27 17:15:16 +00:00
|
|
|
#endif
|
2011-05-23 00:21:06 -04:00
|
|
|
g_get_host_name
|
2006-03-01 14:18:55 +00:00
|
|
|
g_listenv
|
2010-10-28 21:26:09 -04:00
|
|
|
g_get_environ
|
2011-10-15 15:52:28 -04:00
|
|
|
g_environ_getenv
|
|
|
|
g_environ_setenv
|
|
|
|
g_environ_unsetenv
|
2005-03-14 04:26:57 +00:00
|
|
|
#ifdef G_OS_WIN32
|
|
|
|
g_find_program_in_path_utf8
|
|
|
|
g_get_current_dir_utf8
|
|
|
|
g_getenv_utf8
|
|
|
|
g_unsetenv_utf8
|
|
|
|
g_setenv_utf8
|
|
|
|
g_get_home_dir_utf8
|
|
|
|
#endif
|
|
|
|
g_get_language_names
|
2010-11-28 18:49:04 +01:00
|
|
|
g_get_locale_variants
|
2005-03-14 04:26:57 +00:00
|
|
|
g_get_prgname
|
2008-07-27 17:15:16 +00:00
|
|
|
#ifndef _WIN64
|
2005-03-14 04:26:57 +00:00
|
|
|
g_get_real_name PRIVATE
|
2008-07-27 17:15:16 +00:00
|
|
|
#endif
|
2005-03-14 04:26:57 +00:00
|
|
|
#ifdef G_OS_WIN32
|
|
|
|
g_get_real_name_utf8
|
|
|
|
#endif
|
|
|
|
g_get_system_config_dirs
|
|
|
|
g_get_system_data_dirs
|
2005-04-08 12:03:16 +00:00
|
|
|
#ifdef G_OS_WIN32
|
|
|
|
g_win32_get_system_data_dirs_for_module
|
|
|
|
#endif
|
2008-07-27 17:15:16 +00:00
|
|
|
#ifndef _WIN64
|
2005-03-14 04:26:57 +00:00
|
|
|
g_get_tmp_dir PRIVATE
|
2008-07-27 17:15:16 +00:00
|
|
|
#endif
|
2005-03-14 04:26:57 +00:00
|
|
|
#ifdef G_OS_WIN32
|
|
|
|
g_get_tmp_dir_utf8
|
|
|
|
#endif
|
|
|
|
g_get_user_cache_dir
|
|
|
|
g_get_user_config_dir
|
|
|
|
g_get_user_data_dir
|
2009-06-15 13:18:22 +02:00
|
|
|
g_reload_user_special_dirs_cache
|
2010-11-07 12:56:08 -05:00
|
|
|
g_get_user_runtime_dir
|
2007-06-04 14:54:49 +00:00
|
|
|
g_get_user_special_dir
|
2008-07-27 17:15:16 +00:00
|
|
|
#ifndef _WIN64
|
2005-03-14 04:26:57 +00:00
|
|
|
g_get_user_name PRIVATE
|
2008-07-27 17:15:16 +00:00
|
|
|
#endif
|
2005-03-14 04:26:57 +00:00
|
|
|
#ifdef G_OS_WIN32
|
|
|
|
g_get_user_name_utf8
|
|
|
|
#endif
|
|
|
|
glib_check_version
|
2011-09-01 14:32:11 -04:00
|
|
|
glib__private__
|
2005-03-14 04:26:57 +00:00
|
|
|
g_nullify_pointer
|
|
|
|
g_parse_debug_string
|
2011-05-23 00:21:06 -04:00
|
|
|
g_path_get_basename
|
|
|
|
g_path_get_dirname
|
2005-03-14 04:26:57 +00:00
|
|
|
g_path_is_absolute
|
|
|
|
g_path_skip_root
|
|
|
|
g_set_application_name
|
|
|
|
g_set_prgname
|
|
|
|
g_bit_nth_lsf
|
|
|
|
g_bit_nth_msf
|
|
|
|
g_bit_storage
|
|
|
|
g_trash_stack_height
|
|
|
|
g_trash_stack_peek
|
|
|
|
g_trash_stack_pop
|
|
|
|
g_trash_stack_push
|
|
|
|
g_get_codeset
|
2007-03-15 13:01:31 +00:00
|
|
|
g_regex_error_quark
|
|
|
|
g_regex_new
|
2007-06-03 05:48:17 +00:00
|
|
|
g_regex_ref
|
|
|
|
g_regex_unref
|
2007-03-15 13:01:31 +00:00
|
|
|
g_regex_get_pattern
|
2007-04-30 16:37:38 +00:00
|
|
|
g_regex_get_max_backref
|
|
|
|
g_regex_get_capture_count
|
2007-04-30 16:02:26 +00:00
|
|
|
g_regex_get_string_number
|
2010-04-28 12:36:30 +02:00
|
|
|
g_regex_get_compile_flags
|
|
|
|
g_regex_get_match_flags
|
2007-04-30 16:02:26 +00:00
|
|
|
g_regex_escape_string
|
2010-04-15 08:23:00 +02:00
|
|
|
g_regex_escape_nul
|
2007-03-15 13:01:31 +00:00
|
|
|
g_regex_match_simple
|
|
|
|
g_regex_match
|
|
|
|
g_regex_match_full
|
|
|
|
g_regex_match_all
|
|
|
|
g_regex_match_all_full
|
|
|
|
g_regex_split_simple
|
|
|
|
g_regex_split
|
|
|
|
g_regex_split_full
|
|
|
|
g_regex_replace
|
|
|
|
g_regex_replace_literal
|
|
|
|
g_regex_replace_eval
|
2007-06-03 05:48:17 +00:00
|
|
|
g_regex_check_replacement
|
|
|
|
g_match_info_get_regex
|
|
|
|
g_match_info_get_string
|
2011-06-23 18:27:29 +02:00
|
|
|
g_match_info_ref
|
|
|
|
g_match_info_unref
|
2007-04-30 16:02:26 +00:00
|
|
|
g_match_info_free
|
|
|
|
g_match_info_next
|
|
|
|
g_match_info_matches
|
|
|
|
g_match_info_get_match_count
|
|
|
|
g_match_info_is_partial_match
|
|
|
|
g_match_info_expand_references
|
|
|
|
g_match_info_fetch
|
|
|
|
g_match_info_fetch_pos
|
|
|
|
g_match_info_fetch_named
|
|
|
|
g_match_info_fetch_named_pos
|
|
|
|
g_match_info_fetch_all
|
2010-01-25 11:26:27 -05:00
|
|
|
g_variant_type_string_is_valid
|
|
|
|
g_variant_type_string_scan
|
|
|
|
g_variant_type_free
|
|
|
|
g_variant_type_copy
|
|
|
|
g_variant_type_new
|
|
|
|
g_variant_type_get_string_length
|
|
|
|
g_variant_type_peek_string
|
|
|
|
g_variant_type_dup_string
|
|
|
|
g_variant_type_is_definite
|
|
|
|
g_variant_type_is_container
|
|
|
|
g_variant_type_is_basic
|
|
|
|
g_variant_type_is_maybe
|
|
|
|
g_variant_type_is_array
|
|
|
|
g_variant_type_is_tuple
|
|
|
|
g_variant_type_is_dict_entry
|
2010-02-22 00:39:01 -05:00
|
|
|
g_variant_type_is_variant
|
2010-01-25 11:26:27 -05:00
|
|
|
g_variant_type_hash
|
|
|
|
g_variant_type_equal
|
|
|
|
g_variant_type_is_subtype_of
|
|
|
|
g_variant_type_element
|
|
|
|
g_variant_type_first
|
|
|
|
g_variant_type_next
|
|
|
|
g_variant_type_n_items
|
|
|
|
g_variant_type_key
|
|
|
|
g_variant_type_value
|
|
|
|
g_variant_type_new_array
|
|
|
|
g_variant_type_new_maybe
|
|
|
|
g_variant_type_new_tuple
|
|
|
|
g_variant_type_new_dict_entry
|
|
|
|
g_variant_type_checked_
|
2010-02-10 11:13:06 -05:00
|
|
|
g_variant_unref
|
|
|
|
g_variant_ref
|
|
|
|
g_variant_ref_sink
|
2010-06-19 16:42:11 +02:00
|
|
|
g_variant_is_floating
|
2011-07-11 14:27:53 +02:00
|
|
|
g_variant_take_ref
|
2010-02-10 11:13:06 -05:00
|
|
|
g_variant_n_children
|
|
|
|
g_variant_get_child_value
|
|
|
|
g_variant_get_size
|
|
|
|
g_variant_get_data
|
|
|
|
g_variant_store
|
2010-03-14 15:55:48 -04:00
|
|
|
g_variant_is_normal_form
|
2010-02-19 10:42:53 -05:00
|
|
|
g_variant_get_type
|
|
|
|
g_variant_get_type_string
|
|
|
|
g_variant_is_of_type
|
|
|
|
g_variant_is_container
|
|
|
|
g_variant_classify
|
2010-04-22 20:48:24 -04:00
|
|
|
g_variant_compare
|
2010-02-19 10:42:53 -05:00
|
|
|
g_variant_new_boolean
|
|
|
|
g_variant_new_byte
|
|
|
|
g_variant_new_int16
|
|
|
|
g_variant_new_uint16
|
|
|
|
g_variant_new_int32
|
|
|
|
g_variant_new_uint32
|
|
|
|
g_variant_new_int64
|
|
|
|
g_variant_new_uint64
|
|
|
|
g_variant_new_handle
|
|
|
|
g_variant_new_double
|
2011-09-23 10:57:55 +02:00
|
|
|
g_variant_new_fixed_array
|
2010-02-19 10:42:53 -05:00
|
|
|
g_variant_new_string
|
|
|
|
g_variant_new_object_path
|
|
|
|
g_variant_is_object_path
|
|
|
|
g_variant_new_signature
|
|
|
|
g_variant_is_signature
|
|
|
|
g_variant_new_variant
|
|
|
|
g_variant_new_strv
|
2011-07-20 13:11:19 +02:00
|
|
|
g_variant_new_objv
|
2010-07-07 10:37:16 -04:00
|
|
|
g_variant_new_bytestring
|
|
|
|
g_variant_new_bytestring_array
|
2010-02-19 10:42:53 -05:00
|
|
|
g_variant_get_boolean
|
|
|
|
g_variant_get_byte
|
|
|
|
g_variant_get_int16
|
|
|
|
g_variant_get_uint16
|
|
|
|
g_variant_get_int32
|
|
|
|
g_variant_get_uint32
|
|
|
|
g_variant_get_int64
|
|
|
|
g_variant_get_uint64
|
|
|
|
g_variant_get_handle
|
|
|
|
g_variant_get_double
|
|
|
|
g_variant_get_string
|
|
|
|
g_variant_dup_string
|
|
|
|
g_variant_get_variant
|
|
|
|
g_variant_get_strv
|
|
|
|
g_variant_dup_strv
|
2011-07-20 13:11:19 +02:00
|
|
|
g_variant_get_objv
|
|
|
|
g_variant_dup_objv
|
2010-07-07 10:37:16 -04:00
|
|
|
g_variant_get_bytestring
|
|
|
|
g_variant_dup_bytestring
|
|
|
|
g_variant_get_bytestring_array
|
|
|
|
g_variant_dup_bytestring_array
|
2010-02-19 10:42:53 -05:00
|
|
|
g_variant_new_maybe
|
|
|
|
g_variant_new_array
|
|
|
|
g_variant_new_tuple
|
|
|
|
g_variant_new_dict_entry
|
|
|
|
g_variant_get_maybe
|
|
|
|
g_variant_get_fixed_array
|
|
|
|
g_variant_print
|
|
|
|
g_variant_print_string
|
|
|
|
g_variant_hash
|
|
|
|
g_variant_equal
|
2010-02-22 00:39:01 -05:00
|
|
|
g_variant_iter_copy
|
|
|
|
g_variant_iter_free
|
|
|
|
g_variant_iter_init
|
|
|
|
g_variant_iter_n_children
|
|
|
|
g_variant_iter_new
|
|
|
|
g_variant_iter_next_value
|
|
|
|
g_variant_builder_add_value
|
2010-03-03 03:37:37 -05:00
|
|
|
g_variant_builder_init
|
|
|
|
g_variant_builder_clear
|
|
|
|
g_variant_builder_open
|
2010-02-22 00:39:01 -05:00
|
|
|
g_variant_builder_close
|
|
|
|
g_variant_builder_end
|
|
|
|
g_variant_builder_new
|
|
|
|
g_variant_builder_unref
|
2010-03-03 03:37:37 -05:00
|
|
|
g_variant_builder_ref
|
2010-03-08 10:30:59 -05:00
|
|
|
g_variant_new_va
|
|
|
|
g_variant_get_va
|
|
|
|
g_variant_new
|
|
|
|
g_variant_get
|
|
|
|
g_variant_builder_add
|
|
|
|
g_variant_get_child
|
2010-11-05 21:33:06 -04:00
|
|
|
g_variant_lookup_value
|
|
|
|
g_variant_lookup
|
2010-03-08 10:30:59 -05:00
|
|
|
g_variant_iter_next
|
|
|
|
g_variant_iter_loop
|
2010-03-14 15:55:48 -04:00
|
|
|
g_variant_new_from_data
|
|
|
|
g_variant_get_normal_form
|
|
|
|
g_variant_byteswap
|
2010-03-21 12:31:46 -05:00
|
|
|
g_variant_new_parsed
|
|
|
|
g_variant_new_parsed_va
|
2010-06-03 11:24:31 +02:00
|
|
|
g_variant_builder_add_parsed
|
2010-03-21 12:31:46 -05:00
|
|
|
g_variant_parse
|
|
|
|
g_variant_parser_get_error_quark
|
2010-03-08 10:30:59 -05:00
|
|
|
g_variant_type_info_get_type_string
|
|
|
|
g_variant_type_info_query
|
|
|
|
g_variant_type_info_element
|
|
|
|
g_variant_type_info_query_element
|
|
|
|
g_variant_type_info_n_members
|
|
|
|
g_variant_type_info_member_info
|
|
|
|
g_variant_type_info_get
|
|
|
|
g_variant_type_info_ref
|
|
|
|
g_variant_type_info_unref
|
|
|
|
g_variant_type_info_assert_no_infos
|
|
|
|
g_variant_serialised_byteswap
|
|
|
|
g_variant_serialised_get_child
|
|
|
|
g_variant_serialised_is_normal
|
|
|
|
g_variant_serialised_n_children
|
|
|
|
g_variant_serialiser_is_object_path
|
|
|
|
g_variant_serialiser_is_signature
|
|
|
|
g_variant_serialiser_is_string
|
|
|
|
g_variant_serialiser_needed_size
|
|
|
|
g_variant_serialiser_serialise
|
|
|
|
g_variant_format_string_scan_type
|
|
|
|
g_variant_format_string_scan
|
2004-09-16 06:05:53 +00:00
|
|
|
#ifdef G_OS_WIN32
|
|
|
|
g_win32_error_message
|
|
|
|
g_win32_ftruncate
|
2008-02-24 00:38:01 +00:00
|
|
|
g_win32_get_package_installation_directory_of_module
|
2008-07-27 17:15:16 +00:00
|
|
|
#ifndef _WIN64
|
2004-12-05 09:11:42 +00:00
|
|
|
g_win32_get_package_installation_directory PRIVATE
|
2008-07-27 17:15:16 +00:00
|
|
|
#endif
|
2004-12-05 09:11:42 +00:00
|
|
|
g_win32_get_package_installation_directory_utf8
|
2008-07-27 17:15:16 +00:00
|
|
|
#ifndef _WIN64
|
2004-12-05 09:11:42 +00:00
|
|
|
g_win32_get_package_installation_subdirectory PRIVATE
|
2008-07-27 17:15:16 +00:00
|
|
|
#endif
|
2004-12-05 09:11:42 +00:00
|
|
|
g_win32_get_package_installation_subdirectory_utf8
|
2004-09-16 06:05:53 +00:00
|
|
|
g_win32_get_windows_version
|
|
|
|
g_win32_getlocale
|
2005-06-09 10:46:21 +00:00
|
|
|
g_win32_locale_filename_from_utf8
|
2004-09-16 06:05:53 +00:00
|
|
|
#endif
|
2008-12-29 09:00:17 -05:00
|
|
|
g_hostname_is_non_ascii
|
|
|
|
g_hostname_is_ascii_encoded
|
|
|
|
g_hostname_is_ip_address
|
|
|
|
g_hostname_to_ascii
|
|
|
|
g_hostname_to_unicode
|
glib-unix: New Unix-specific API
GLib historically has been designed to be "mostly" portable; there
are some functions only available on Unix like g_io_channel_unix_new(),
but these are typically paired with obvious counterparts for Win32.
However, as GLib is used not only by portable software, but components
targeting Unix (or even just Linux), there are a few cases where it
would be very convenient if GLib shipped built-in functionality.
This initial patch is a basic wrapper around pipe2(), including
fallbacks for older kernels. This pairs well with the
existing g_spawn_*() API and its child_setup functionality.
However, in the future, I want to add a signal() wrapper here,
complete with proxying the signal to a mainloop. I have initial code
for this, but doing it sanely (including factoring out gmain.c's
private worker thread), is a complex task, and I don't want to block
on that.
See also gwin32.h for Win32 specific functionality.
https://bugzilla.gnome.org/show_bug.cgi?id=644941
2011-03-16 13:54:28 -04:00
|
|
|
#ifdef G_OS_UNIX
|
|
|
|
g_unix_error_quark
|
2011-05-03 16:31:34 -04:00
|
|
|
g_unix_open_pipe
|
2011-05-03 09:52:10 -04:00
|
|
|
g_unix_set_fd_nonblocking
|
2011-08-30 09:45:52 -04:00
|
|
|
g_unix_signal_add
|
|
|
|
g_unix_signal_add_full
|
2011-03-17 10:11:41 -04:00
|
|
|
g_unix_signal_source_new
|
glib-unix: New Unix-specific API
GLib historically has been designed to be "mostly" portable; there
are some functions only available on Unix like g_io_channel_unix_new(),
but these are typically paired with obvious counterparts for Win32.
However, as GLib is used not only by portable software, but components
targeting Unix (or even just Linux), there are a few cases where it
would be very convenient if GLib shipped built-in functionality.
This initial patch is a basic wrapper around pipe2(), including
fallbacks for older kernels. This pairs well with the
existing g_spawn_*() API and its child_setup functionality.
However, in the future, I want to add a signal() wrapper here,
complete with proxying the signal to a mainloop. I have initial code
for this, but doing it sanely (including factoring out gmain.c's
private worker thread), is a complex task, and I don't want to block
on that.
See also gwin32.h for Win32 specific functionality.
https://bugzilla.gnome.org/show_bug.cgi?id=644941
2011-03-16 13:54:28 -04:00
|
|
|
#endif
|
2004-09-16 06:05:53 +00:00
|
|
|
g_ascii_table
|
|
|
|
g_utf8_skip
|
|
|
|
g_idle_funcs
|
|
|
|
g_timeout_funcs
|
|
|
|
g_io_watch_funcs
|
|
|
|
g_child_watch_funcs
|
|
|
|
glib_binary_age
|
|
|
|
glib_interface_age
|
|
|
|
glib_major_version
|
|
|
|
glib_mem_profiler_table
|
|
|
|
glib_micro_version
|
|
|
|
glib_minor_version
|
2005-08-06 15:26:49 +00:00
|
|
|
glib_on_error_halt
|
2006-01-27 14:37:02 +00:00
|
|
|
g_mem_gc_friendly
|
2011-09-16 18:05:23 -04:00
|
|
|
g_cond_broadcast
|
|
|
|
g_cond_clear
|
|
|
|
g_cond_free
|
|
|
|
g_cond_init
|
|
|
|
g_cond_new
|
|
|
|
g_cond_signal
|
|
|
|
g_cond_timed_wait
|
|
|
|
g_cond_wait
|
2011-10-13 23:24:23 -04:00
|
|
|
g_cond_wait_until
|
2011-09-16 18:05:23 -04:00
|
|
|
g_mutex_clear
|
|
|
|
g_mutex_free
|
|
|
|
g_mutex_init
|
|
|
|
g_mutex_lock
|
|
|
|
g_mutex_new
|
|
|
|
g_mutex_trylock
|
|
|
|
g_mutex_unlock
|
2011-09-17 22:00:27 -04:00
|
|
|
g_private_new
|
|
|
|
g_private_get
|
2011-09-30 14:22:04 -04:00
|
|
|
g_private_replace
|
2011-09-17 22:00:27 -04:00
|
|
|
g_private_set
|
2011-09-21 10:19:36 -04:00
|
|
|
g_rw_lock_clear
|
|
|
|
g_rw_lock_init
|
|
|
|
g_rw_lock_reader_lock
|
|
|
|
g_rw_lock_reader_trylock
|
|
|
|
g_rw_lock_reader_unlock
|
|
|
|
g_rw_lock_writer_lock
|
|
|
|
g_rw_lock_writer_trylock
|
|
|
|
g_rw_lock_writer_unlock
|
2011-09-21 14:36:53 -04:00
|
|
|
g_rec_mutex_clear
|
|
|
|
g_rec_mutex_init
|
|
|
|
g_rec_mutex_lock
|
|
|
|
g_rec_mutex_trylock
|
|
|
|
g_rec_mutex_unlock
|