intial implementation of new API functions. Not sure if it behaves as
[platform/upstream/glib.git] / glib / glib.def
1 EXPORTS
2         g_allocator_free
3         g_allocator_new
4         g_array_append_vals
5         g_array_free
6         g_array_insert_vals
7         g_array_new
8         g_array_prepend_vals
9         g_array_remove_index
10         g_array_remove_index_fast
11         g_array_set_size
12         g_array_sized_new
13         g_array_sort
14         g_array_sort_with_data
15         g_ascii_strcasecmp
16         g_ascii_strncasecmp
17         g_ascii_strdown
18         g_ascii_strup
19         g_async_queue_length
20         g_async_queue_length_unlocked
21         g_async_queue_lock
22         g_async_queue_new
23         g_async_queue_pop
24         g_async_queue_pop_unlocked
25         g_async_queue_push
26         g_async_queue_push_unlocked
27         g_async_queue_ref
28         g_async_queue_ref_unlocked
29         g_async_queue_timed_pop
30         g_async_queue_timed_pop_unlocked
31         g_async_queue_try_pop
32         g_async_queue_try_pop_unlocked
33         g_async_queue_unlock
34         g_async_queue_unref
35         g_async_queue_unref_and_unlock
36         g_atexit
37         g_basename
38         g_bit_nth_lsf
39         g_bit_nth_msf
40         g_bit_storage
41         g_blow_chunks
42         g_byte_array_append
43         g_byte_array_free
44         g_byte_array_new
45         g_byte_array_prepend
46         g_byte_array_remove_index
47         g_byte_array_remove_index_fast
48         g_byte_array_set_size
49         g_byte_array_sized_new
50         g_byte_array_sort
51         g_byte_array_sort_with_data
52         g_cache_destroy
53         g_cache_insert
54         g_cache_key_foreach
55         g_cache_new
56         g_cache_remove
57         g_cache_value_foreach
58         g_clear_error
59         g_completion_add_items
60         g_completion_clear_items
61         g_completion_complete
62         g_completion_free
63         g_completion_new
64         g_completion_remove_items
65         g_convert
66         g_convert_error_quark
67         g_convert_with_fallback
68         g_datalist_clear
69         g_datalist_foreach
70         g_datalist_id_get_data
71         g_datalist_id_remove_no_notify
72         g_datalist_id_set_data_full
73         g_datalist_init
74         g_dataset_destroy
75         g_dataset_foreach
76         g_dataset_id_get_data
77         g_dataset_id_remove_no_notify
78         g_dataset_id_set_data_full
79         g_date_add_days
80         g_date_add_months
81         g_date_add_years
82         g_date_clear
83         g_date_compare
84         g_date_free
85         g_date_get_day
86         g_date_get_day_of_year
87         g_date_get_days_in_month
88         g_date_get_julian
89         g_date_get_monday_week_of_year
90         g_date_get_monday_weeks_in_year
91         g_date_get_month
92         g_date_get_sunday_week_of_year
93         g_date_get_sunday_weeks_in_year
94         g_date_get_weekday
95         g_date_get_year
96         g_date_is_first_of_month
97         g_date_is_last_of_month
98         g_date_is_leap_year
99         g_date_new
100         g_date_new_dmy
101         g_date_new_julian
102         g_date_set_day
103         g_date_set_dmy
104         g_date_set_julian
105         g_date_set_month
106         g_date_set_parse
107         g_date_set_time
108         g_date_set_year
109         g_date_strftime
110         g_date_subtract_days
111         g_date_subtract_months
112         g_date_subtract_years
113         g_date_to_struct_tm
114         g_date_valid
115         g_date_valid_day
116         g_date_valid_dmy
117         g_date_valid_julian
118         g_date_valid_month
119         g_date_valid_weekday
120         g_date_valid_year
121         g_direct_equal
122         g_direct_hash
123         g_error_copy
124         g_error_free
125         g_error_matches
126         g_error_new
127         g_error_new_literal
128         g_file_error_from_errno
129         g_file_error_quark
130         g_file_get_contents
131         g_file_open_tmp
132         g_file_test
133         g_filename_from_utf8
134         g_filename_to_utf8
135         g_find_program_in_path
136         g_free
137         g_get_charset
138         g_get_codeset
139         g_get_current_dir
140         g_get_current_time
141         g_get_home_dir
142         g_get_prgname
143         g_get_real_name
144         g_get_tmp_dir
145         g_get_user_name
146         g_getenv
147         g_hash_table_destroy
148         g_hash_table_foreach
149         g_hash_table_foreach_remove
150         g_hash_table_insert
151         g_hash_table_lookup
152         g_hash_table_lookup_extended
153         g_hash_table_new
154         g_hash_table_remove
155         g_hash_table_size
156         g_hook_alloc
157         g_hook_compare_ids
158         g_hook_destroy
159         g_hook_destroy_link
160         g_hook_find
161         g_hook_find_data
162         g_hook_find_func
163         g_hook_find_func_data
164         g_hook_first_valid
165         g_hook_free
166         g_hook_get
167         g_hook_insert_before
168         g_hook_insert_sorted
169         g_hook_list_clear
170         g_hook_list_init
171         g_hook_list_invoke
172         g_hook_list_invoke_check
173         g_hook_list_marshal
174         g_hook_list_marshal_check
175         g_hook_next_valid
176         g_hook_prepend
177         g_hook_ref
178         g_hook_unref
179         g_iconv
180         g_iconv_close
181         g_iconv_open
182         g_idle_add
183         g_idle_add_full
184         g_idle_remove_by_data
185         g_idle_source_new
186         g_int_equal
187         g_int_hash
188         g_io_add_watch
189         g_io_add_watch_full
190         g_io_channel_close
191         g_io_channel_error_from_errno
192         g_io_channel_error_quark
193         g_io_channel_flush
194         g_io_channel_get_buffer_condition
195         g_io_channel_get_buffer_size
196         g_io_channel_get_buffered
197         g_io_channel_get_encoding
198         g_io_channel_get_flags
199         g_io_channel_get_line_term
200         g_io_channel_init
201         g_io_channel_new_file
202         g_io_channel_read
203         g_io_channel_read_chars
204         g_io_channel_read_line
205         g_io_channel_read_line_string
206         g_io_channel_read_to_end
207         g_io_channel_ref
208         g_io_channel_seek
209         g_io_channel_seek_position
210         g_io_channel_set_buffer_size
211         g_io_channel_set_buffered
212         g_io_channel_set_encoding
213         g_io_channel_set_flags
214         g_io_channel_set_line_term
215         g_io_channel_unix_get_fd
216         g_io_channel_unix_new
217         g_io_channel_unref
218         g_io_channel_win32_get_fd
219         g_io_channel_win32_make_pollfd
220         g_io_channel_win32_new_fd
221         g_io_channel_win32_new_messages
222         g_io_channel_win32_new_socket
223         g_io_channel_win32_new_stream_socket
224         g_io_channel_win32_poll
225         g_io_channel_win32_set_debug
226         g_io_channel_write
227         g_io_channel_write_chars
228         g_io_create_watch
229         g_list_alloc
230         g_list_append
231         g_list_concat
232         g_list_copy
233         g_list_delete_link
234         g_list_find
235         g_list_find_custom
236         g_list_first
237         g_list_foreach
238         g_list_free
239         g_list_free_1
240         g_list_index
241         g_list_insert
242         g_list_insert_before
243         g_list_insert_sorted
244         g_list_last
245         g_list_length
246         g_list_nth
247         g_list_nth_data
248         g_list_position
249         g_list_prepend
250         g_list_remove
251         g_list_remove_all
252         g_list_remove_link
253         g_list_reverse
254         g_list_sort
255         g_list_sort_with_data
256         g_locale_from_utf8
257         g_locale_to_utf8
258         g_log
259         g_log_default_handler
260         g_log_domain_glib
261         g_log_remove_handler
262         g_log_set_always_fatal
263         g_log_set_fatal_mask
264         g_log_set_handler
265         g_logv
266         g_main_context_add_poll
267         g_main_context_check
268         g_main_context_default
269         g_main_context_dispatch
270         g_main_context_find_source_by_funcs_user_data
271         g_main_context_find_source_by_id
272         g_main_context_find_source_by_user_data
273         g_main_context_new
274         g_main_context_get_poll_func
275         g_main_context_iteration
276         g_main_context_pending
277         g_main_context_prepare
278         g_main_context_query
279         g_main_context_remove_poll
280         g_main_context_set_poll_func
281         g_main_loop_is_running
282         g_main_loop_new
283         g_main_loop_quit
284         g_main_loop_ref
285         g_main_loop_run
286         g_main_loop_unref
287         g_malloc
288         g_malloc0
289         g_markup_error_quark
290         g_markup_escape_text
291         g_markup_parse_context_end_parse
292         g_markup_parse_context_free
293         g_markup_parse_context_get_position
294         g_markup_parse_context_new
295         g_markup_parse_context_parse
296         g_mem_chunk_alloc
297         g_mem_chunk_alloc0
298         g_mem_chunk_clean
299         g_mem_chunk_destroy
300         g_mem_chunk_free
301         g_mem_chunk_info
302         g_mem_chunk_new
303         g_mem_chunk_print
304         g_mem_chunk_reset
305         g_mem_init
306         g_mem_profile
307         g_mem_set_vtable
308         g_memdup
309         g_messages_init
310         g_mkstemp
311         g_mutex_init
312         g_node_child_index
313         g_node_child_position
314         g_node_children_foreach
315         g_node_copy
316         g_node_depth
317         g_node_destroy
318         g_node_find
319         g_node_find_child
320         g_node_first_sibling
321         g_node_get_root
322         g_node_insert
323         g_node_insert_after
324         g_node_insert_before
325         g_node_is_ancestor
326         g_node_last_child
327         g_node_last_sibling
328         g_node_max_height
329         g_node_n_children
330         g_node_n_nodes
331         g_node_new
332         g_node_nth_child
333         g_node_prepend
334         g_node_reverse_children
335         g_node_traverse
336         g_node_unlink
337         g_on_error_query
338         g_on_error_stack_trace
339         g_parse_debug_string
340         g_path_get_basename
341         g_path_get_dirname
342         g_path_is_absolute
343         g_path_skip_root
344         g_pattern_match
345         g_pattern_match_string
346         g_pattern_spec_free
347         g_pattern_spec_new
348         g_print
349         g_printerr
350         g_printf_string_upper_bound
351         g_propagate_error
352         g_ptr_array_add
353         g_ptr_array_free
354         g_ptr_array_new
355         g_ptr_array_remove
356         g_ptr_array_remove_fast
357         g_ptr_array_remove_index
358         g_ptr_array_remove_index_fast
359         g_ptr_array_set_size
360         g_ptr_array_sized_new
361         g_ptr_array_sort
362         g_ptr_array_sort_with_data
363         g_qsort_with_data
364         g_quark_from_static_string
365         g_quark_from_string
366         g_quark_to_string
367         g_quark_try_string
368         g_queue_free
369         g_queue_is_empty
370         g_queue_new
371         g_queue_peek_head
372         g_queue_peek_tail
373         g_queue_pop_head
374         g_queue_pop_head_link
375         g_queue_pop_tail
376         g_queue_pop_tail_link
377         g_queue_push_head
378         g_queue_push_head_link
379         g_queue_push_tail
380         g_queue_push_tail_link
381         g_rand_double
382         g_rand_double_range
383         g_rand_free
384         g_rand_int
385         g_rand_int_range
386         g_rand_new
387         g_rand_new_with_seed
388         g_rand_set_seed
389         g_random_double
390         g_random_double_range
391         g_random_int
392         g_random_int_range
393         g_random_set_seed
394         g_realloc
395         g_relation_count
396         g_relation_delete
397         g_relation_destroy
398         g_relation_exists
399         g_relation_index
400         g_relation_insert
401         g_relation_new
402         g_relation_print
403         g_relation_select
404         g_scanner_cur_line
405         g_scanner_cur_position
406         g_scanner_cur_token
407         g_scanner_cur_value
408         g_scanner_destroy
409         g_scanner_eof
410         g_scanner_error
411         g_scanner_get_next_token
412         g_scanner_input_file
413         g_scanner_input_text
414         g_scanner_lookup_symbol
415         g_scanner_new
416         g_scanner_peek_next_token
417         g_scanner_scope_add_symbol
418         g_scanner_scope_foreach_symbol
419         g_scanner_scope_lookup_symbol
420         g_scanner_scope_remove_symbol
421         g_scanner_set_scope
422         g_scanner_stat_mode
423         g_scanner_sync_file_offset
424         g_scanner_unexp_token
425         g_scanner_warn
426         g_set_error
427         g_set_error_handler
428         g_set_message_handler
429         g_set_prgname
430         g_set_print_handler
431         g_set_printerr_handler
432         g_set_warning_handler
433         g_shell_parse_argv
434         g_shell_quote
435         g_shell_unquote
436         g_slist_alloc
437         g_slist_append
438         g_slist_concat
439         g_slist_copy
440         g_slist_delete_link
441         g_slist_find
442         g_slist_find_custom
443         g_slist_foreach
444         g_slist_free
445         g_slist_free_1
446         g_slist_index
447         g_slist_insert
448         g_slist_insert_before
449         g_slist_insert_sorted
450         g_slist_last
451         g_slist_length
452         g_slist_nth
453         g_slist_nth_data
454         g_slist_position
455         g_slist_prepend
456         g_slist_remove
457         g_slist_remove_all
458         g_slist_remove_link
459         g_slist_reverse
460         g_slist_sort
461         g_slist_sort_with_data
462         g_snprintf
463         g_source_add_poll
464         g_source_attach
465         g_source_destroy
466         g_source_get_can_recurse
467         g_source_get_context
468         g_source_get_current_time
469         g_source_get_id
470         g_source_get_priority
471         g_source_new
472         g_source_ref
473         g_source_remove
474         g_source_remove_by_funcs_user_data
475         g_source_remove_by_user_data
476         g_source_set_callback
477         g_source_set_callback_indirect
478         g_source_set_can_recurse
479         g_source_set_priority
480         g_source_unref
481         g_spaced_primes_closest
482         g_spawn_async
483         g_spawn_async_with_pipes
484         g_spawn_command_line_async
485         g_spawn_command_line_sync
486         g_spawn_error_quark
487         g_spawn_sync
488         g_static_mutex_get_mutex_impl
489         g_static_private_free
490         g_static_private_get
491         g_static_private_init
492         g_static_private_set
493         g_static_rec_mutex_free
494         g_static_rec_mutex_init
495         g_static_rec_mutex_lock
496         g_static_rec_mutex_trylock
497         g_static_rec_mutex_unlock
498         g_static_rw_lock_free
499         g_static_rw_lock_init
500         g_static_rw_lock_reader_lock
501         g_static_rw_lock_reader_trylock
502         g_static_rw_lock_reader_unlock
503         g_static_rw_lock_writer_lock
504         g_static_rw_lock_writer_trylock
505         g_static_rw_lock_writer_unlock
506         g_stpcpy
507         g_str_equal
508         g_str_hash
509         g_strcanon
510         g_strcasecmp
511         g_strchomp
512         g_strchug
513         g_strcompress
514         g_strconcat
515         g_strdelimit
516         g_strdown
517         g_strdup
518         g_strdup_printf
519         g_strdup_vprintf
520         g_strdupv
521         g_strerror
522         g_strescape
523         g_strfreev
524         g_string_append
525         g_string_append_c
526         g_string_append_len
527         g_string_append_unichar
528         g_string_assign
529         g_string_chunk_free
530         g_string_chunk_insert
531         g_string_chunk_insert_const
532         g_string_chunk_new
533         g_string_down
534         g_string_equal
535         g_string_erase
536         g_string_free
537         g_string_insert
538         g_string_insert_c
539         g_string_insert_len
540         g_string_insert_unichar
541         g_string_new
542         g_string_new_len
543         g_string_prepend
544         g_string_prepend_c
545         g_string_prepend_len
546         g_string_prepend_unichar
547         g_string_printf
548         g_string_printfa
549         g_string_sized_new
550         g_string_truncate
551         g_string_up
552         g_strjoin
553         g_strjoinv
554         g_strlcat
555         g_strlcpy
556         g_strncasecmp
557         g_strndup
558         g_strnfill
559         g_strreverse
560         g_strsignal
561         g_strsplit
562         g_strtod
563         g_strup
564         g_thread_create_full
565         g_thread_error_quark
566         g_thread_functions_for_glib_use
567         g_thread_join
568         g_thread_exit
569         g_thread_pool_free
570         g_thread_pool_new
571         g_thread_pool_push
572         g_thread_self
573         g_thread_set_priority
574         g_thread_use_default_impl
575         g_threads_got_initialized
576         g_timeout_add
577         g_timeout_add_full
578         g_timeout_source_new
579         g_timer_destroy
580         g_timer_elapsed
581         g_timer_new
582         g_timer_reset
583         g_timer_start
584         g_timer_stop
585         g_trash_stack_height
586         g_trash_stack_peek
587         g_trash_stack_pop
588         g_trash_stack_push
589         g_tree_destroy
590         g_tree_height
591         g_tree_insert
592         g_tree_lookup
593         g_tree_new
594         g_tree_nnodes
595         g_tree_remove
596         g_tree_search
597         g_tree_traverse
598         g_try_malloc
599         g_try_realloc
600         g_tuples_destroy
601         g_tuples_index
602         g_ucs4_to_utf16
603         g_ucs4_to_utf8
604         g_unichar_break_type
605         g_unichar_digit_value
606         g_unichar_isalnum
607         g_unichar_isalpha
608         g_unichar_iscntrl
609         g_unichar_isdefined
610         g_unichar_isdigit
611         g_unichar_isgraph
612         g_unichar_islower
613         g_unichar_isprint
614         g_unichar_ispunct
615         g_unichar_isspace
616         g_unichar_istitle
617         g_unichar_isupper
618         g_unichar_iswide
619         g_unichar_isxdigit
620         g_unichar_to_utf8
621         g_unichar_tolower
622         g_unichar_totitle
623         g_unichar_toupper
624         g_unichar_type
625         g_unichar_validate
626         g_unichar_xdigit_value
627         g_unicode_canonical_decomposition
628         g_unicode_canonical_ordering
629         g_usleep
630         g_utf16_to_ucs4
631         g_utf16_to_utf8
632         g_utf8_casefold
633         g_utf8_collate
634         g_utf8_collate_key
635         g_utf8_find_next_char
636         g_utf8_find_prev_char
637         g_utf8_get_char
638         g_utf8_get_char_validated
639         g_utf8_offset_to_pointer
640         g_utf8_pointer_to_offset
641         g_utf8_prev_char
642         g_utf8_skip
643         g_utf8_strchr
644         g_utf8_strdown
645         g_utf8_strlen
646         g_utf8_strncpy
647         g_utf8_strup
648         g_utf8_to_ucs4
649         g_utf8_to_ucs4_fast
650         g_utf8_to_utf16
651         g_utf8_validate
652         g_vsnprintf
653         g_win32_closedir
654         g_win32_error_message
655         g_win32_ftruncate
656         g_win32_get_package_installation_directory
657         g_win32_get_package_installation_subdirectory
658         g_win32_getlocale
659         g_win32_opendir
660         g_win32_readdir
661         g_win32_rewinddir
662         glib_binary_age
663         glib_interface_age
664         glib_major_version
665         glib_mem_profiler_table
666         glib_micro_version
667         glib_minor_version
668
669 ; compatibility for older win32 apps, which should
670 ; not need an update because of simple function renaming
671 ; and vice versa, i.e.:
672 ; compatibility of Dia 0.87 with tml's latest Gtk+ version (2000-12-26)
673         g_dirname=g_path_get_dirname
674         g_string_sprintfa=g_string_printfa
675         g_string_sprintf=g_string_printf