remove parens from section name, confuses gtk-doc
[platform/upstream/glib.git] / docs / reference / glib / glib-sections.txt
1 <INCLUDE>glib.h</INCLUDE>
2
3 <SECTION>
4 <TITLE>Basic Types</TITLE>
5 <FILE>types</FILE>
6 gboolean
7 gpointer
8 gconstpointer
9 gchar
10 guchar
11
12 <SUBSECTION>
13 gint
14 guint
15 gshort
16 gushort
17 glong
18 gulong
19
20 <SUBSECTION>
21 gint8
22 guint8
23 gint16
24 guint16
25 gint32
26 guint32
27
28 <SUBSECTION>
29 G_HAVE_GINT64
30 gint64
31 guint64
32 G_GINT64_CONSTANT
33
34 <SUBSECTION>
35 gfloat
36 gdouble
37
38 <SUBSECTION>
39 gsize
40 gssize
41
42 <SUBSECTION Private>
43 gstring
44 gldouble
45 </SECTION>
46
47 <SECTION>
48 <TITLE>Limits of Basic Types</TITLE>
49 <FILE>limits</FILE>
50 G_MININT
51 G_MAXINT
52 G_MAXUINT
53
54 <SUBSECTION>
55 G_MINSHORT
56 G_MAXSHORT
57 G_MAXUSHORT
58
59 <SUBSECTION>
60 G_MINLONG
61 G_MAXLONG
62 G_MAXULONG
63
64 <SUBSECTION>
65 G_MINFLOAT
66 G_MAXFLOAT
67
68 <SUBSECTION>
69 G_MINDOUBLE
70 G_MAXDOUBLE
71 </SECTION>
72
73 <SECTION>
74 <TITLE>Standard Macros</TITLE>
75 <FILE>macros</FILE>
76 GLIB_MAJOR_VERSION
77 GLIB_MINOR_VERSION
78 GLIB_MICRO_VERSION
79
80 <SUBSECTION>
81 G_OS_WIN32
82 G_OS_BEOS
83 G_OS_UNIX
84
85 <SUBSECTION>
86 GLIB_CHECK_VERSION
87
88 <SUBSECTION>
89 G_DIR_SEPARATOR
90 G_DIR_SEPARATOR_S
91 G_SEARCHPATH_SEPARATOR
92 G_SEARCHPATH_SEPARATOR_S
93
94 <SUBSECTION>
95 TRUE
96 FALSE
97
98 <SUBSECTION>
99 NULL
100
101 <SUBSECTION>
102 MIN
103 MAX
104
105 <SUBSECTION>
106 ABS
107 CLAMP
108
109 <SUBSECTION>
110 G_STRUCT_MEMBER
111 G_STRUCT_MEMBER_P
112 G_STRUCT_OFFSET
113
114 <SUBSECTION Private>
115 glib_major_version
116 glib_micro_version
117 glib_minor_version
118 glib_interface_age
119 glib_binary_age
120 </SECTION>
121
122 <SECTION>
123 <TITLE>Type Conversion Macros</TITLE>
124 <FILE>type_conversion</FILE>
125 GINT_TO_POINTER
126 GPOINTER_TO_INT
127
128 <SUBSECTION>
129 GUINT_TO_POINTER
130 GPOINTER_TO_UINT
131 </SECTION>
132
133 <SECTION>
134 <TITLE>Byte Order Macros</TITLE>
135 <FILE>byte_order</FILE>
136 G_BYTE_ORDER
137 G_LITTLE_ENDIAN
138 G_BIG_ENDIAN
139 G_PDP_ENDIAN
140
141 <SUBSECTION>
142 g_htonl
143 g_htons
144 g_ntohl
145 g_ntohs
146
147 <SUBSECTION>
148 GINT_FROM_BE
149 GINT_FROM_LE
150 GINT_TO_BE
151 GINT_TO_LE
152
153 <SUBSECTION>
154 GUINT_FROM_BE
155 GUINT_FROM_LE
156 GUINT_TO_BE
157 GUINT_TO_LE
158
159 <SUBSECTION>
160 GLONG_FROM_BE
161 GLONG_FROM_LE
162 GLONG_TO_BE
163 GLONG_TO_LE
164
165 <SUBSECTION>
166 GULONG_FROM_BE
167 GULONG_FROM_LE
168 GULONG_TO_BE
169 GULONG_TO_LE
170
171 <SUBSECTION>
172 GINT16_FROM_BE
173 GINT16_FROM_LE
174 GINT16_TO_BE
175 GINT16_TO_LE
176
177 <SUBSECTION>
178 GUINT16_FROM_BE
179 GUINT16_FROM_LE
180 GUINT16_TO_BE
181 GUINT16_TO_LE
182
183 <SUBSECTION>
184 GINT32_FROM_BE
185 GINT32_FROM_LE
186 GINT32_TO_BE
187 GINT32_TO_LE
188
189 <SUBSECTION>
190 GUINT32_FROM_BE
191 GUINT32_FROM_LE
192 GUINT32_TO_BE
193 GUINT32_TO_LE
194
195 <SUBSECTION>
196 GINT64_FROM_BE
197 GINT64_FROM_LE
198 GINT64_TO_BE
199 GINT64_TO_LE
200
201 <SUBSECTION>
202 GUINT64_FROM_BE
203 GUINT64_FROM_LE
204 GUINT64_TO_BE
205 GUINT64_TO_LE
206
207 <SUBSECTION>
208 GUINT16_SWAP_BE_PDP
209 GUINT16_SWAP_LE_BE
210 GUINT16_SWAP_LE_PDP
211
212 <SUBSECTION>
213 GUINT32_SWAP_BE_PDP
214 GUINT32_SWAP_LE_BE
215 GUINT32_SWAP_LE_PDP
216
217 <SUBSECTION>
218 GUINT64_SWAP_LE_BE
219
220 <SUBSECTION Private>
221 GUINT16_SWAP_LE_BE_CONSTANT
222 GUINT16_SWAP_LE_BE_X86
223 GUINT32_SWAP_LE_BE_CONSTANT
224 GUINT32_SWAP_LE_BE_X86
225 GUINT64_SWAP_LE_BE_CONSTANT
226 GUINT64_SWAP_LE_BE_X86
227 </SECTION>
228
229 <SECTION>
230 <TITLE>Numerical Definitions</TITLE>
231 <FILE>numerical</FILE>
232 G_IEEE754_FLOAT_BIAS
233 G_IEEE754_DOUBLE_BIAS
234 GFloatIEEE754
235 GDoubleIEEE754
236
237 <SUBSECTION>
238 <SUBSECTION>
239 G_E
240 G_LN2
241 G_LN10
242 G_PI
243 G_PI_2
244 G_PI_4
245 G_SQRT2
246 G_LOG_2_BASE_10
247 </SECTION>
248
249 <SECTION>
250 <TITLE>Miscellaneous Macros</TITLE>
251 <FILE>macros_misc</FILE>
252 G_INLINE_FUNC
253
254 <SUBSECTION>
255 G_STMT_START
256 G_STMT_END
257
258 <SUBSECTION>
259 G_BEGIN_DECLS
260 G_END_DECLS
261
262 <SUBSECTION>
263 G_N_ELEMENTS
264
265 <SUBSECTION>
266 G_VA_COPY
267
268 <SUBSECTION>
269 G_STRINGIFY
270
271 <SUBSECTION>
272 G_GNUC_EXTENSION
273 G_GNUC_CONST
274 G_GNUC_NORETURN
275 G_GNUC_UNUSED
276 G_GNUC_PURE
277 G_GNUC_PRINTF
278 G_GNUC_SCANF
279 G_GNUC_FORMAT
280 G_GNUC_FUNCTION
281 G_GNUC_PRETTY_FUNCTION
282
283 <SUBSECTION>
284 G_STRLOC
285
286 <SUBSECTION>
287 G_GINT16_FORMAT
288 G_GUINT16_FORMAT
289 G_GINT32_FORMAT
290 G_GUINT32_FORMAT
291 G_GINT64_FORMAT
292 G_GUINT64_FORMAT
293
294 <SUBSECTION Private>
295 GLIB_VAR
296 G_STRINGIFY_ARG
297 G_HAVE_INLINE
298 G_CAN_INLINE
299 inline
300 G_HAVE___INLINE
301 G_HAVE___INLINE__
302 </SECTION>
303
304 <SECTION>
305 <TITLE>Error Reporting</TITLE>
306 <FILE>error_reporting</FILE>
307 GError
308 g_error_new
309 g_error_new_literal
310 g_error_free
311 g_error_copy
312 g_error_matches
313 g_set_error
314 g_propagate_error
315 g_clear_error
316 </SECTION>
317
318 <SECTION>
319 <TITLE>The Main Event Loop</TITLE>
320 <FILE>main</FILE>
321 GMainLoop
322 g_main_new
323 g_main_destroy
324 g_main_run
325 g_main_is_running
326 g_main_pending
327 g_main_iteration
328 g_main_quit
329
330 <SUBSECTION>
331 G_PRIORITY_HIGH
332 G_PRIORITY_DEFAULT
333 G_PRIORITY_HIGH_IDLE
334 G_PRIORITY_DEFAULT_IDLE
335 G_PRIORITY_LOW
336
337 <SUBSECTION>
338 g_timeout_add
339 g_timeout_add_full
340 GSourceFunc
341
342 <SUBSECTION>
343 g_idle_add
344 g_idle_add_full
345 g_idle_remove_by_data
346
347 <SUBSECTION>
348 g_main_add_poll
349 GPollFD
350 g_main_remove_poll
351
352 <SUBSECTION>
353 g_main_set_poll_func
354 g_main_win32_get_poll_func
355 GPollFunc
356
357 <SUBSECTION>
358 g_source_add
359 GSourceFuncs
360 g_source_remove
361 g_source_remove_by_funcs_user_data
362 g_source_remove_by_source_data
363 g_source_remove_by_user_data
364
365 <SUBSECTION Private>
366 GLIB_HAVE_SYS_POLL_H
367 GLIB_HAVE_ALLOCA_H
368 alloca
369 GLIB_SYSDEF_POLLERR
370 GLIB_SYSDEF_POLLHUP
371 GLIB_SYSDEF_POLLIN
372 GLIB_SYSDEF_POLLNVAL
373 GLIB_SYSDEF_POLLOUT
374 GLIB_SYSDEF_POLLPRI
375 g_main_poll_win32_msg_add
376 G_WIN32_MSG_HANDLE
377 </SECTION>
378
379 <SECTION>
380 <TITLE>Threads</TITLE>
381 <FILE>threads</FILE>
382 <SUBSECTION>
383 G_THREADS_ENABLED
384 G_THREADS_IMPL_POSIX
385 G_THREADS_IMPL_SOLARIS
386 G_THREADS_IMPL_NONE
387
388 <SUBSECTION>
389 G_THREAD_ERROR
390 GThreadError
391
392 <SUBSECTION>
393 GThreadFunctions
394 g_thread_init
395 g_thread_supported
396
397 <SUBSECTION>
398 GThreadFunc
399 GThreadPriority
400 GThread
401 g_thread_create
402 g_thread_self
403 g_thread_join
404 g_thread_set_priority
405 g_thread_yield
406 g_thread_exit
407
408 <SUBSECTION>
409 GMutex
410 g_mutex_new
411 g_mutex_lock
412 g_mutex_trylock
413 g_mutex_unlock
414 g_mutex_free
415
416 <SUBSECTION>
417 GStaticMutex
418 G_STATIC_MUTEX_INIT
419 g_static_mutex_lock
420 g_static_mutex_trylock
421 g_static_mutex_unlock
422 g_static_mutex_get_mutex
423
424 <SUBSECTION>
425 G_LOCK_DEFINE
426 G_LOCK_DEFINE_STATIC
427 G_LOCK_EXTERN
428 G_LOCK
429 G_TRYLOCK
430 G_UNLOCK
431
432 <SUBSECTION>
433 GStaticRecMutex
434 G_STATIC_REC_MUTEX_INIT
435 g_static_rec_mutex_lock
436 g_static_rec_mutex_trylock
437 g_static_rec_mutex_unlock
438 g_static_rec_mutex_lock_full
439 g_static_rec_mutex_unlock_full
440
441 <SUBSECTION>
442 GStaticRWLock
443 G_STATIC_RW_LOCK_INIT
444 g_static_rw_lock_reader_lock
445 g_static_rw_lock_reader_trylock
446 g_static_rw_lock_reader_unlock
447 g_static_rw_lock_writer_lock
448 g_static_rw_lock_writer_trylock
449 g_static_rw_lock_writer_unlock
450 g_static_rw_lock_free
451
452 <SUBSECTION>
453 GCond
454 g_cond_new
455 g_cond_signal
456 g_cond_broadcast
457 g_cond_wait
458 g_cond_timed_wait
459 g_cond_free
460
461 <SUBSECTION>
462 GPrivate
463 g_private_new
464 g_private_get
465 g_private_set
466
467 <SUBSECTION>
468 GStaticPrivate
469 G_STATIC_PRIVATE_INIT
470 g_static_private_get
471 g_static_private_get_for_thread
472 g_static_private_set
473 g_static_private_set_for_thread
474
475 <SUBSECTION Private>
476 G_THREAD_ECF
477 G_THREAD_CF
478 G_THREAD_UF
479 g_static_mutex_get_mutex_impl
480 g_mutex_lock_with_debug_name
481 g_mutex_trylock_with_debug_name
482 g_mutex_unlock_with_debug_name
483 G_MUTEX_DEBUG_MAGIC
484 g_thread_init_with_errorcheck_mutexes
485 G_LOCK_NAME
486 glib_dummy_decl
487 GSystemThread
488 g_thread_error_quark
489 g_thread_use_default_impl
490 g_threads_got_initialized
491 g_thread_functions_for_glib_use
492 </SECTION>
493
494 <SECTION>
495 <TITLE>Thread Pools</TITLE>
496 <FILE>thread_pools</FILE>
497 GThreadPool
498 g_thread_pool_new
499 g_thread_pool_push
500 g_thread_pool_set_max_threads
501 g_thread_pool_get_max_threads
502 g_thread_pool_get_num_threads
503 g_thread_pool_unprocessed
504 g_thread_pool_free
505 g_thread_pool_set_max_unused_threads
506 g_thread_pool_get_max_unused_threads
507 g_thread_pool_get_num_unused_threads
508 g_thread_pool_stop_unused_threads
509 </SECTION>
510
511 <SECTION>
512 <TITLE>Asynchronous Queues</TITLE>
513 <FILE>async_queues</FILE>
514 GAsyncQueue
515 g_async_queue_new
516 g_async_queue_ref
517 g_async_queue_unref
518 g_async_queue_push
519 g_async_queue_pop
520 g_async_queue_try_pop
521 g_async_queue_timed_pop
522 g_async_queue_length
523
524 <SUBSECTION>
525 g_async_queue_lock
526 g_async_queue_unlock
527 g_async_queue_ref_unlocked
528 g_async_queue_unref_and_unlock
529 g_async_queue_push_unlocked
530 g_async_queue_pop_unlocked
531 g_async_queue_try_pop_unlocked
532 g_async_queue_timed_pop_unlocked
533 g_async_queue_length_unlocked
534 </SECTION>
535
536 <SECTION>
537 <TITLE>IO Channels</TITLE>
538 <FILE>iochannels</FILE>
539 GIOChannel
540
541 <SUBSECTION>
542 g_io_channel_unix_new
543 g_io_channel_unix_get_fd
544
545 <SUBSECTION>
546 g_io_channel_init
547
548 <SUBSECTION>
549 g_io_channel_read
550 GIOError
551 g_io_channel_write
552 g_io_channel_seek
553 GSeekType
554 g_io_channel_close
555
556 <SUBSECTION>
557 g_io_channel_ref
558 g_io_channel_unref
559
560 <SUBSECTION>
561 g_io_add_watch
562 g_io_add_watch_full
563 GIOCondition
564 GIOFunc
565
566 <SUBSECTION>
567 GIOFuncs
568
569 <SUBSECTION Private>
570 g_io_channel_win32_new_fd
571 g_io_channel_win32_new_messages
572 g_io_channel_win32_new_stream_socket
573 g_io_channel_win32_poll
574 g_io_channel_win32_make_pollfd
575 g_io_channel_win32_get_fd
576 </SECTION>
577
578 <SECTION>
579 <TITLE>Memory Allocation</TITLE>
580 <FILE>memory</FILE>
581 g_new
582 g_new0
583 g_renew
584
585 <SUBSECTION>
586 g_malloc
587 g_malloc0
588 g_realloc
589
590 <SUBSECTION>
591 g_free
592
593 <SUBSECTION>
594 g_alloca
595
596 <SUBSECTION>
597 g_memmove
598 g_memdup
599
600 <SUBSECTION>
601 g_mem_profile
602 g_mem_check
603
604 </SECTION>
605
606 <SECTION>
607 <TITLE>Warnings and Assertions</TITLE>
608 <FILE>warnings</FILE>
609 g_print
610 g_set_print_handler
611 GPrintFunc
612
613 <SUBSECTION>
614 g_printerr
615 g_set_printerr_handler
616
617 <SUBSECTION>
618 g_return_if_fail
619 g_return_val_if_fail
620 g_return_if_reached
621 g_return_val_if_reached
622
623 <SUBSECTION>
624 g_assert
625 g_assert_not_reached
626
627 <SUBSECTION>
628 g_on_error_query
629 g_on_error_stack_trace
630
631 <SUBSECTION>
632 G_BREAKPOINT
633 </SECTION>
634
635 <SECTION>
636 <TITLE>Message Logging</TITLE>
637 <FILE>messages</FILE>
638 G_LOG_DOMAIN
639 g_log_domain_glib
640 g_log_domain_gmodule
641 G_LOG_FATAL_MASK
642 G_LOG_LEVEL_USER_SHIFT
643 GLogFunc
644 GLogLevelFlags
645
646 <SUBSECTION>
647 g_log
648 g_logv
649 g_message
650 g_warning
651 g_critical
652 g_error
653
654 <SUBSECTION>
655 g_log_set_handler
656 g_log_remove_handler
657 g_log_set_always_fatal
658 g_log_set_fatal_mask
659 g_log_default_handler
660
661 <SUBSECTION>
662 g_set_error_handler
663 GErrorFunc
664 g_set_warning_handler
665 GWarningFunc
666 g_set_message_handler
667 </SECTION>
668
669 <SECTION>
670 <TITLE>Timers</TITLE>
671 <FILE>timers</FILE>
672 GTimer
673 g_timer_new
674 g_timer_start
675 g_timer_stop
676 g_timer_elapsed
677 g_timer_reset
678 g_timer_destroy
679 </SECTION>
680
681 <SECTION>
682 <TITLE>Spawning Processes</TITLE>
683 <FILE>spawn</FILE>
684 GSpawnError
685 G_SPAWN_ERROR
686 GSpawnFlags
687 GSpawnChildSetupFunc
688 g_spawn_async_with_pipes
689 g_spawn_async
690 g_spawn_sync
691 g_spawn_command_line_async
692 g_spawn_command_line_sync
693 <SUBSECTION Private>
694 g_spawn_error_quark
695 </SECTION>
696
697 <SECTION>
698 <TITLE>Simple XML Subset Parser</TITLE>
699 <FILE>markup</FILE>
700 GMarkupError
701 G_MARKUP_ERROR
702 GMarkupParseFlags
703 GMarkupParseContext
704 GMarkupParser
705 g_markup_escape_text
706 g_markup_parse_context_end_parse
707 g_markup_parse_context_free
708 g_markup_parse_context_get_position
709 g_markup_parse_context_new
710 g_markup_parse_context_parse
711 <SUBSECTION Private>
712 g_markup_error_quark
713 </SECTION>
714
715
716 <SECTION>
717 <TITLE>Shell-related Utilities</TITLE>
718 <FILE>shell</FILE>
719 GShellError
720 G_SHELL_ERROR
721 g_shell_parse_argv
722 g_shell_quote
723 g_shell_unquote
724 <SUBSECTION Private>
725 g_shell_error_quark
726 </SECTION>
727
728
729 <SECTION>
730 <TITLE>File Utilities</TITLE>
731 <FILE>fileutils</FILE>
732 GFileError
733 G_FILE_ERROR
734 GFileTest
735 g_file_error_from_errno
736 g_file_get_contents
737 g_file_test
738 g_mkstemp
739 <SUBSECTION Private>
740 g_file_error_quark
741 </SECTION>
742
743
744 <SECTION>
745 <TITLE>String Utility Functions</TITLE>
746 <FILE>string_utils</FILE>
747 g_strdup
748 g_strndup
749 g_strnfill
750
751 <SUBSECTION>
752 g_strlcpy
753 g_strlcat
754
755 <SUBSECTION>
756 g_strdup_printf
757 g_strdup_vprintf
758 g_snprintf
759 g_vsnprintf
760 g_printf_string_upper_bound
761
762 <SUBSECTION>
763 g_strup
764 g_strdown
765
766 <SUBSECTION>
767 g_strcasecmp
768 g_strncasecmp
769
770 <SUBSECTION>
771 g_strreverse
772 g_strtod
773
774 <SUBSECTION>
775 g_strchug
776 g_strchomp
777 g_strstrip
778
779 <SUBSECTION>
780 g_strdelimit
781 G_STR_DELIMITERS
782 g_strescape
783 g_strcompress
784 g_strcanon
785 g_strsplit
786 g_strfreev
787 g_strconcat
788 g_strjoin
789 g_strjoinv
790
791 <SUBSECTION>
792 g_strerror
793 g_strsignal
794 </SECTION>
795
796 <SECTION>
797 <TITLE>Date and Time Functions</TITLE>
798 <FILE>date</FILE>
799 G_USEC_PER_SEC
800 GTimeVal
801 g_get_current_time
802 g_usleep
803
804 <SUBSECTION>
805 GDate
806 GTime
807 GDateDMY
808 GDateDay
809 GDateMonth
810 GDateYear
811 GDateWeekday
812
813 <SUBSECTION>
814 G_DATE_BAD_DAY
815 G_DATE_BAD_JULIAN
816 G_DATE_BAD_YEAR
817
818 <SUBSECTION>
819 g_date_new
820 g_date_new_dmy
821 g_date_new_julian
822 g_date_clear
823 g_date_free
824
825 <SUBSECTION>
826 g_date_set_day
827 g_date_set_month
828 g_date_set_year
829 g_date_set_dmy
830 g_date_set_julian
831 g_date_set_time
832 g_date_set_parse
833
834 <SUBSECTION>
835 g_date_add_days
836 g_date_subtract_days
837 g_date_add_months
838 g_date_subtract_months
839 g_date_add_years
840 g_date_subtract_years
841 g_date_compare
842
843 <SUBSECTION>
844 g_date_day
845 g_date_month
846 g_date_year
847 g_date_julian
848 g_date_weekday
849 g_date_day_of_year
850
851 <SUBSECTION>
852 g_date_days_in_month
853 g_date_is_first_of_month
854 g_date_is_last_of_month
855 g_date_is_leap_year
856 g_date_monday_week_of_year
857 g_date_monday_weeks_in_year
858 g_date_sunday_week_of_year
859 g_date_sunday_weeks_in_year
860
861 <SUBSECTION>
862 g_date_strftime
863 g_date_to_struct_tm
864
865 <SUBSECTION>
866 g_date_valid
867 g_date_valid_day
868 g_date_valid_month
869 g_date_valid_year
870 g_date_valid_dmy
871 g_date_valid_julian
872 g_date_valid_weekday
873 </SECTION>
874
875 <SECTION>
876 <TITLE>Hook Functions</TITLE>
877 <FILE>hooks</FILE>
878 GHookList
879 GHook
880 GHookFunc
881 GHookCheckFunc
882 GHookMarshaller
883 GHookCheckMarshaller
884 GHookFreeFunc
885 G_HOOK_DEFERRED_DESTROY
886
887 <SUBSECTION>
888 g_hook_list_init
889 g_hook_list_invoke
890 g_hook_list_invoke_check
891 g_hook_list_marshal
892 g_hook_list_marshal_check
893 g_hook_list_clear
894
895 <SUBSECTION>
896 g_hook_alloc
897 g_hook_append
898 g_hook_prepend
899 g_hook_insert_before
900 g_hook_insert_sorted
901 GHookCompareFunc
902 g_hook_compare_ids
903
904 <SUBSECTION>
905 g_hook_get
906 g_hook_find
907 g_hook_find_data
908 g_hook_find_func
909 GHookFindFunc
910 g_hook_find_func_data
911
912 <SUBSECTION>
913 g_hook_first_valid
914 g_hook_next_valid
915
916 GHookFlagMask
917 G_HOOK_FLAG_USER_SHIFT
918
919 <SUBSECTION>
920 G_HOOK_IS_VALID
921 G_HOOK_ACTIVE
922 G_HOOK_IN_CALL
923 G_HOOK_IS_UNLINKED
924
925 <SUBSECTION>
926 g_hook_ref
927 g_hook_unref
928
929 g_hook_free
930 g_hook_destroy
931 g_hook_destroy_link
932 </SECTION>
933
934 <SECTION>
935 <TITLE>Miscellaneous Utility Functions</TITLE>
936 <FILE>misc_utils</FILE>
937 g_get_prgname
938 g_set_prgname
939 g_getenv
940 g_get_user_name
941 g_get_real_name
942
943 <SUBSECTION>
944 g_get_home_dir
945 g_get_tmp_dir
946 g_get_current_dir
947 g_basename
948 g_dirname
949 g_path_is_absolute
950 g_path_skip_root
951 g_path_get_basename
952 g_path_get_dirname
953 g_filename_to_utf8
954 g_filename_from_utf8
955
956 <SUBSECTION>
957 g_find_program_in_path
958
959 <SUBSECTION>
960 g_bit_nth_lsf
961 g_bit_nth_msf
962 g_bit_storage
963
964 <SUBSECTION>
965 g_spaced_primes_closest
966
967 <SUBSECTION>
968 g_atexit
969
970 <SUBSECTION>
971 g_parse_debug_string
972 GDebugKey
973
974 <SUBSECTION>
975 GVoidFunc
976 GFreeFunc
977
978 <SUBSECTION Private>
979 G_NATIVE_ATEXIT
980 g_ATEXIT
981 ATEXIT
982
983 </SECTION>
984
985 <SECTION>
986 <TITLE>Lexical Scanner</TITLE>
987 <FILE>scanner</FILE>
988 GScanner
989 g_scanner_new
990 GScannerConfig
991
992 <SUBSECTION>
993 g_scanner_input_file
994 g_scanner_sync_file_offset
995 g_scanner_stat_mode
996 g_scanner_input_text
997 g_scanner_peek_next_token
998 g_scanner_get_next_token
999
1000 <SUBSECTION>
1001 g_scanner_cur_line
1002 g_scanner_cur_position
1003 g_scanner_cur_token
1004 g_scanner_cur_value
1005 g_scanner_eof
1006
1007 <SUBSECTION>
1008 g_scanner_set_scope
1009 g_scanner_scope_add_symbol
1010 g_scanner_scope_foreach_symbol
1011 g_scanner_scope_lookup_symbol
1012 g_scanner_scope_remove_symbol
1013
1014 <SUBSECTION>
1015 g_scanner_freeze_symbol_table
1016 g_scanner_thaw_symbol_table
1017 g_scanner_lookup_symbol
1018
1019 <SUBSECTION>
1020 g_scanner_warn
1021 g_scanner_error
1022 g_scanner_unexp_token
1023 GScannerMsgFunc
1024
1025 <SUBSECTION>
1026 g_scanner_destroy
1027
1028 <SUBSECTION>
1029 GTokenType
1030 GTokenValue
1031 GErrorType
1032 G_CSET_a_2_z
1033 G_CSET_A_2_Z
1034 G_CSET_DIGITS
1035 G_CSET_LATINC
1036 G_CSET_LATINS
1037
1038 <SUBSECTION>
1039 g_scanner_add_symbol
1040 g_scanner_remove_symbol
1041 g_scanner_foreach_symbol
1042 </SECTION>
1043
1044 <SECTION>
1045 <TITLE>Dynamic Loading of Modules</TITLE>
1046 <FILE>modules</FILE>
1047 <INCLUDE>gmodule.h</INCLUDE>
1048 GModule
1049 g_module_supported
1050 g_module_build_path
1051 g_module_open
1052 GModuleFlags
1053 g_module_symbol
1054 g_module_name
1055 g_module_make_resident
1056 g_module_close
1057 g_module_error
1058 <SUBSECTION>
1059 GModuleCheckInit
1060 GModuleUnload
1061 G_MODULE_EXPORT
1062 G_MODULE_IMPORT
1063 </SECTION>
1064
1065 <SECTION>
1066 <TITLE>Automatic String Completion</TITLE>
1067 <FILE>completion</FILE>
1068 GCompletion
1069 g_completion_new
1070 GCompletionFunc
1071 g_completion_add_items
1072 g_completion_remove_items
1073 g_completion_clear_items
1074 g_completion_complete
1075 g_completion_free
1076 </SECTION>
1077
1078 <SECTION>
1079 <TITLE>Windows Compatability Functions</TITLE>
1080 <FILE>windows</FILE>
1081 MAXPATHLEN
1082 NAME_MAX
1083 pid_t
1084 pipe
1085 ftruncate
1086 opendir
1087 readdir
1088 rewinddir
1089 closedir
1090
1091 g_win32_error_message
1092 g_win32_getlocale
1093
1094 <SUBSECTION Private>
1095 g_win32_ftruncate
1096 g_win32_closedir
1097 g_win32_opendir
1098 g_win32_rewinddir
1099
1100 </SECTION>
1101
1102 # Data Structures
1103
1104 <SECTION>
1105 <TITLE>Memory Chunks</TITLE>
1106 <FILE>memory_chunks</FILE>
1107 GMemChunk
1108 G_ALLOC_AND_FREE
1109 G_ALLOC_ONLY
1110
1111 <SUBSECTION>
1112 g_mem_chunk_new
1113 g_mem_chunk_alloc
1114 g_mem_chunk_alloc0
1115 g_mem_chunk_free
1116 g_mem_chunk_destroy
1117
1118 <SUBSECTION>
1119 g_mem_chunk_create
1120 g_chunk_new
1121 g_chunk_new0
1122 g_chunk_free
1123
1124 <SUBSECTION>
1125 g_mem_chunk_reset
1126 g_mem_chunk_clean
1127 g_blow_chunks
1128
1129 <SUBSECTION>
1130 g_mem_chunk_info
1131 g_mem_chunk_print
1132
1133 </SECTION>
1134
1135 <SECTION>
1136 <TITLE>Doubly-Linked Lists</TITLE>
1137 <FILE>linked_lists_double</FILE>
1138 GList
1139
1140 <SUBSECTION>
1141 g_list_append
1142 g_list_prepend
1143 g_list_insert
1144 g_list_insert_sorted
1145 g_list_remove
1146 g_list_remove_link
1147 g_list_delete_link
1148 g_list_free
1149
1150 <SUBSECTION>
1151 g_list_alloc
1152 g_list_free_1
1153
1154 <SUBSECTION>
1155 g_list_length
1156 g_list_copy
1157 g_list_reverse
1158 g_list_sort
1159 GCompareFunc
1160 g_list_concat
1161 g_list_foreach
1162 GFunc
1163
1164 <SUBSECTION>
1165 g_list_first
1166 g_list_last
1167 g_list_previous
1168 g_list_next
1169 g_list_nth
1170 g_list_nth_data
1171
1172 <SUBSECTION>
1173 g_list_find
1174 g_list_find_custom
1175 g_list_position
1176 g_list_index
1177
1178 <SUBSECTION>
1179 g_list_push_allocator
1180 g_list_pop_allocator
1181 </SECTION>
1182
1183 <SECTION>
1184 <TITLE>Singly-Linked Lists</TITLE>
1185 <FILE>linked_lists_single</FILE>
1186 GSList
1187
1188 <SUBSECTION>
1189 g_slist_alloc
1190 g_slist_append
1191 g_slist_prepend
1192 g_slist_insert
1193 g_slist_insert_before
1194 g_slist_insert_sorted
1195 g_slist_remove
1196 g_slist_remove_link
1197 g_slist_delete_link
1198 g_slist_free
1199 g_slist_free_1
1200
1201 <SUBSECTION>
1202 g_slist_length
1203 g_slist_copy
1204 g_slist_reverse
1205 g_slist_sort
1206 g_slist_concat
1207 g_slist_foreach
1208
1209 <SUBSECTION>
1210 g_slist_last
1211 g_slist_next
1212 g_slist_nth
1213 g_slist_nth_data
1214
1215 <SUBSECTION>
1216 g_slist_find
1217 g_slist_find_custom
1218 g_slist_position
1219 g_slist_index
1220
1221 <SUBSECTION>
1222 g_slist_push_allocator
1223 g_slist_pop_allocator
1224 </SECTION>
1225
1226 <SECTION>
1227 <TITLE>Double-ended Queues</TITLE>
1228 <FILE>queue</FILE>
1229
1230 GQueue
1231 g_queue_new
1232 g_queue_free
1233 g_queue_push_head
1234 g_queue_push_tail
1235 g_queue_pop_head
1236 g_queue_pop_tail
1237 g_queue_is_empty
1238 g_queue_peek_head
1239 g_queue_peek_tail
1240 g_queue_push_head_link
1241 g_queue_push_tail_link
1242 g_queue_pop_head_link
1243 g_queue_pop_tail_link
1244 </SECTION>
1245
1246 <SECTION>
1247 <TITLE>Trash Stacks</TITLE>
1248 <FILE>trash_stack</FILE>
1249 GTrashStack
1250
1251 g_trash_stack_push
1252 g_trash_stack_pop
1253 g_trash_stack_peek
1254 g_trash_stack_height
1255 </SECTION>
1256
1257 <SECTION>
1258 <TITLE>Hash Tables</TITLE>
1259 <FILE>hash_tables</FILE>
1260 GHashTable
1261 g_hash_table_new
1262 GHashFunc
1263 GEqualFunc
1264 g_hash_table_insert
1265 g_hash_table_size
1266 g_hash_table_lookup
1267 g_hash_table_lookup_extended
1268 g_hash_table_foreach
1269 GHFunc
1270 g_hash_table_remove
1271 g_hash_table_foreach_remove
1272 GHRFunc
1273 g_hash_table_freeze
1274 g_hash_table_thaw
1275 g_hash_table_destroy
1276
1277 <SUBSECTION>
1278 g_direct_equal
1279 g_direct_hash
1280 g_int_equal
1281 g_int_hash
1282 g_str_equal
1283 g_str_hash
1284
1285 </SECTION>
1286
1287 <SECTION>
1288 <TITLE>Strings</TITLE>
1289 <FILE>strings</FILE>
1290 GString
1291 g_string_new
1292 g_string_new_len
1293 g_string_sized_new
1294 g_string_assign
1295 g_string_sprintf
1296 g_string_sprintfa
1297 g_string_append
1298 g_string_append_c
1299 g_string_append_len
1300 g_string_prepend
1301 g_string_prepend_c
1302 g_string_prepend_len
1303 g_string_insert
1304 g_string_insert_c
1305 g_string_insert_len
1306 g_string_erase
1307 g_string_truncate
1308 g_string_free
1309
1310 <SUBSECTION>
1311 g_string_up
1312 g_string_down
1313
1314 <SUBSECTION>
1315 g_string_hash
1316 g_string_equal
1317
1318 </SECTION>
1319
1320 <SECTION>
1321 <TITLE>String Chunks</TITLE>
1322 <FILE>string_chunks</FILE>
1323 GStringChunk
1324 g_string_chunk_new
1325 g_string_chunk_insert
1326 g_string_chunk_insert_const
1327 g_string_chunk_free
1328
1329 </SECTION>
1330
1331 <SECTION>
1332 <TITLE>Arrays</TITLE>
1333 <FILE>arrays</FILE>
1334 GArray
1335 g_array_new
1336 g_array_sized_new
1337 g_array_append_val
1338 g_array_append_vals
1339 g_array_prepend_val
1340 g_array_prepend_vals
1341 g_array_insert_val
1342 g_array_insert_vals
1343 g_array_remove_index
1344 g_array_remove_index_fast
1345 g_array_index
1346 g_array_set_size
1347 g_array_free
1348 </SECTION>
1349
1350 <SECTION>
1351 <TITLE>Pointer Arrays</TITLE>
1352 <FILE>arrays_pointer</FILE>
1353 GPtrArray
1354 g_ptr_array_new
1355 g_ptr_array_sized_new
1356 g_ptr_array_add
1357 g_ptr_array_remove
1358 g_ptr_array_remove_index
1359 g_ptr_array_remove_fast
1360 g_ptr_array_remove_index_fast
1361 g_ptr_array_set_size
1362 g_ptr_array_index
1363 g_ptr_array_free
1364
1365 </SECTION>
1366
1367 <SECTION>
1368 <TITLE>Byte Arrays</TITLE>
1369 <FILE>arrays_byte</FILE>
1370 GByteArray
1371 g_byte_array_new
1372 g_byte_array_sized_new
1373 g_byte_array_append
1374 g_byte_array_prepend
1375 g_byte_array_remove_index
1376 g_byte_array_remove_index_fast
1377 g_byte_array_set_size
1378 g_byte_array_free
1379
1380 </SECTION>
1381
1382 <SECTION>
1383 <TITLE>Balanced Binary Trees</TITLE>
1384 <FILE>trees-binary</FILE>
1385 GTree
1386 g_tree_new
1387 g_tree_insert
1388 g_tree_nnodes
1389 g_tree_height
1390 g_tree_lookup
1391 g_tree_search
1392 g_tree_traverse
1393 GTraverseFunc
1394 GTraverseType
1395 g_tree_remove
1396 g_tree_destroy
1397 </SECTION>
1398
1399 <SECTION>
1400 <TITLE>N-ary Trees</TITLE>
1401 <FILE>trees-nary</FILE>
1402 GNode
1403 g_node_new
1404 g_node_copy
1405
1406 <SUBSECTION>
1407 g_node_insert
1408 g_node_insert_before
1409 g_node_insert_after
1410 g_node_append
1411 g_node_prepend
1412
1413 <SUBSECTION>
1414 g_node_insert_data
1415 g_node_insert_data_before
1416 g_node_append_data
1417 g_node_prepend_data
1418
1419 <SUBSECTION>
1420 g_node_reverse_children
1421 g_node_traverse
1422 GTraverseFlags
1423 GNodeTraverseFunc
1424 g_node_children_foreach
1425 GNodeForeachFunc
1426
1427 <SUBSECTION>
1428 g_node_get_root
1429 g_node_find
1430 g_node_find_child
1431 g_node_child_index
1432 g_node_child_position
1433 g_node_first_child
1434 g_node_last_child
1435 g_node_nth_child
1436 g_node_first_sibling
1437 g_node_next_sibling
1438 g_node_prev_sibling
1439 g_node_last_sibling
1440
1441 <SUBSECTION>
1442 G_NODE_IS_LEAF
1443 G_NODE_IS_ROOT
1444 g_node_depth
1445 g_node_n_nodes
1446 g_node_n_children
1447 g_node_is_ancestor
1448 g_node_max_height
1449
1450 <SUBSECTION>
1451 g_node_unlink
1452 g_node_destroy
1453
1454 <SUBSECTION>
1455 g_node_push_allocator
1456 g_node_pop_allocator
1457 </SECTION>
1458
1459
1460 <SECTION>
1461 <TITLE>Quarks</TITLE>
1462 <FILE>quarks</FILE>
1463 GQuark
1464 g_quark_from_string
1465 g_quark_from_static_string
1466 g_quark_to_string
1467 g_quark_try_string
1468
1469 </SECTION>
1470
1471 <SECTION>
1472 <TITLE>Keyed Data Lists</TITLE>
1473 <FILE>datalist</FILE>
1474 GData
1475 g_datalist_init
1476
1477 <SUBSECTION>
1478 g_datalist_id_set_data
1479 g_datalist_id_set_data_full
1480 g_datalist_id_get_data
1481 g_datalist_id_remove_data
1482 g_datalist_id_remove_no_notify
1483
1484 <SUBSECTION>
1485 g_datalist_set_data
1486 g_datalist_set_data_full
1487 g_datalist_get_data
1488 g_datalist_remove_data
1489 g_datalist_remove_no_notify
1490
1491 <SUBSECTION>
1492 g_datalist_foreach
1493 g_datalist_clear
1494 </SECTION>
1495
1496
1497 <SECTION>
1498 <TITLE>Datasets</TITLE>
1499 <FILE>datasets</FILE>
1500 g_dataset_id_set_data
1501 g_dataset_id_set_data_full
1502 GDestroyNotify
1503 g_dataset_id_get_data
1504 g_dataset_id_remove_data
1505 g_dataset_id_remove_no_notify
1506
1507 <SUBSECTION>
1508 g_dataset_set_data
1509 g_dataset_set_data_full
1510 g_dataset_get_data
1511 g_dataset_remove_data
1512 g_dataset_remove_no_notify
1513
1514 <SUBSECTION>
1515 g_dataset_foreach
1516 GDataForeachFunc
1517 g_dataset_destroy
1518
1519 </SECTION>
1520
1521 <SECTION>
1522 <TITLE>Relations and Tuples</TITLE>
1523 <FILE>relations</FILE>
1524 GRelation
1525 g_relation_new
1526 g_relation_index
1527 g_relation_insert
1528 g_relation_exists
1529 g_relation_count
1530 g_relation_select
1531 g_relation_delete
1532 g_relation_destroy
1533
1534 <SUBSECTION>
1535 g_relation_print
1536
1537 <SUBSECTION>
1538 GTuples
1539 g_tuples_destroy
1540 g_tuples_index
1541 </SECTION>
1542
1543 <SECTION>
1544 <TITLE>Caches</TITLE>
1545 <FILE>caches</FILE>
1546 GCache
1547 g_cache_new
1548 g_cache_insert
1549 g_cache_remove
1550 g_cache_destroy
1551
1552 <SUBSECTION>
1553 g_cache_key_foreach
1554 g_cache_value_foreach
1555
1556 <SUBSECTION>
1557 GCacheDestroyFunc
1558 GCacheDupFunc
1559 GCacheNewFunc
1560 </SECTION>
1561
1562 <SECTION>
1563 <TITLE>Memory Allocators</TITLE>
1564 <FILE>allocators</FILE>
1565 GAllocator
1566 g_allocator_new
1567 g_allocator_free
1568
1569 <SUBSECTION Private>
1570 G_ALLOCATOR_LIST
1571 G_ALLOCATOR_NODE
1572 G_ALLOCATOR_SLIST
1573 </SECTION>
1574
1575 <SECTION>
1576 <TITLE>Random Numbers</TITLE>
1577 <FILE>random_numbers</FILE>
1578 GRand
1579 g_rand_new_with_seed
1580 g_rand_new
1581 g_rand_free
1582 g_rand_set_seed
1583 g_rand_int
1584 g_rand_int_range
1585 g_rand_double
1586 g_rand_double_range
1587 g_random_set_seed
1588 g_random_int
1589 g_random_int_range
1590 g_random_double
1591 g_random_double_range
1592 </SECTION>
1593
1594 <SECTION>
1595 <TITLE>Character Set Conversion</TITLE>
1596 <FILE>conversions</FILE>
1597 g_convert
1598 g_convert_with_fallback
1599 G_CONVERT_ERROR
1600 GConvertError
1601 <SUBSECTION Private>
1602 g_convert_error_quark
1603 </SECTION>
1604
1605 <SECTION>
1606 <TITLE>Unicode Manipulation</TITLE>
1607 <FILE>unicode</FILE>
1608 gunichar
1609 gunichar2
1610
1611 <SUBSECTION>
1612 g_get_charset
1613
1614 <SUBSECTION>
1615 g_unichar_isalnum
1616 g_unichar_isalpha
1617 g_unichar_iscntrl
1618 g_unichar_isdigit
1619 g_unichar_isgraph
1620 g_unichar_islower
1621 g_unichar_isprint
1622 g_unichar_ispunct
1623 g_unichar_isspace
1624 g_unichar_isupper
1625 g_unichar_isxdigit
1626 g_unichar_istitle
1627 g_unichar_isdefined
1628 g_unichar_iswide
1629 g_unichar_toupper
1630 g_unichar_tolower
1631 g_unichar_totitle
1632 g_unichar_digit_value
1633 g_unichar_xdigit_value
1634 GUnicodeType
1635 g_unichar_type
1636 g_unicode_canonical_ordering
1637 g_unicode_canonical_decomposition
1638
1639 <SUBSECTION>
1640 g_utf8_next_char
1641 g_utf8_get_char
1642 g_utf8_offset_to_pointer
1643 g_utf8_pointer_to_offset
1644 g_utf8_prev_char
1645 g_utf8_find_next_char
1646 g_utf8_find_prev_char
1647 g_utf8_strlen
1648 g_utf8_strncpy
1649 g_utf8_strchr
1650 g_utf8_strrchr
1651 g_utf8_validate
1652
1653 <SUBSECTION>
1654 g_utf8_to_utf16
1655 g_utf8_to_ucs4
1656 g_utf16_to_ucs4
1657 g_utf16_to_utf8
1658 g_ucs4_to_utf16
1659 g_ucs4_to_utf8
1660 g_unichar_to_utf8
1661 </SECTION>