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