Added inline documentation.
[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_lock
517 g_async_queue_unlock
518 g_async_queue_ref
519 g_async_queue_ref_unlocked
520 g_async_queue_unref
521 g_async_queue_unref_and_unlock
522 g_async_queue_push
523 g_async_queue_push_unlocked
524 g_async_queue_pop
525 g_async_queue_pop_unlocked
526 g_async_queue_try_pop
527 g_async_queue_try_pop_unlocked
528 g_async_queue_timed_pop
529 g_async_queue_timed_pop_unlocked
530 g_async_queue_length
531 g_async_queue_length_unlocked
532 </SECTION>
533
534 <SECTION>
535 <TITLE>IO Channels</TITLE>
536 <FILE>iochannels</FILE>
537 GIOChannel
538
539 <SUBSECTION>
540 g_io_channel_unix_new
541 g_io_channel_unix_get_fd
542
543 <SUBSECTION>
544 g_io_channel_init
545
546 <SUBSECTION>
547 g_io_channel_read
548 GIOError
549 g_io_channel_write
550 g_io_channel_seek
551 GSeekType
552 g_io_channel_close
553
554 <SUBSECTION>
555 g_io_channel_ref
556 g_io_channel_unref
557
558 <SUBSECTION>
559 g_io_add_watch
560 g_io_add_watch_full
561 GIOCondition
562 GIOFunc
563
564 <SUBSECTION>
565 GIOFuncs
566
567 <SUBSECTION Private>
568 g_io_channel_win32_new_fd
569 g_io_channel_win32_new_messages
570 g_io_channel_win32_new_stream_socket
571 g_io_channel_win32_poll
572 g_io_channel_win32_make_pollfd
573 g_io_channel_win32_get_fd
574 </SECTION>
575
576 <SECTION>
577 <TITLE>Memory Allocation</TITLE>
578 <FILE>memory</FILE>
579 g_new
580 g_new0
581 g_renew
582
583 <SUBSECTION>
584 g_malloc
585 g_malloc0
586 g_realloc
587
588 <SUBSECTION>
589 g_free
590
591 <SUBSECTION>
592 g_alloca
593
594 <SUBSECTION>
595 g_memmove
596 g_memdup
597
598 <SUBSECTION>
599 g_mem_profile
600 g_mem_check
601
602 </SECTION>
603
604 <SECTION>
605 <TITLE>Warnings and Assertions</TITLE>
606 <FILE>warnings</FILE>
607 g_print
608 g_set_print_handler
609 GPrintFunc
610
611 <SUBSECTION>
612 g_printerr
613 g_set_printerr_handler
614
615 <SUBSECTION>
616 g_return_if_fail
617 g_return_val_if_fail
618 g_return_if_reached
619 g_return_val_if_reached
620
621 <SUBSECTION>
622 g_assert
623 g_assert_not_reached
624
625 <SUBSECTION>
626 g_on_error_query
627 g_on_error_stack_trace
628
629 <SUBSECTION>
630 G_BREAKPOINT
631 </SECTION>
632
633 <SECTION>
634 <TITLE>Message Logging</TITLE>
635 <FILE>messages</FILE>
636 G_LOG_DOMAIN
637 g_log_domain_glib
638 g_log_domain_gmodule
639 G_LOG_FATAL_MASK
640 G_LOG_LEVEL_USER_SHIFT
641 GLogFunc
642 GLogLevelFlags
643
644 <SUBSECTION>
645 g_log
646 g_logv
647 g_message
648 g_warning
649 g_critical
650 g_error
651
652 <SUBSECTION>
653 g_log_set_handler
654 g_log_remove_handler
655 g_log_set_always_fatal
656 g_log_set_fatal_mask
657 g_log_default_handler
658
659 <SUBSECTION>
660 g_set_error_handler
661 GErrorFunc
662 g_set_warning_handler
663 GWarningFunc
664 g_set_message_handler
665 </SECTION>
666
667 <SECTION>
668 <TITLE>Timers</TITLE>
669 <FILE>timers</FILE>
670 GTimer
671 g_timer_new
672 g_timer_start
673 g_timer_stop
674 g_timer_elapsed
675 g_timer_reset
676 g_timer_destroy
677 </SECTION>
678
679 <SECTION>
680 <TITLE>String Utility Functions</TITLE>
681 <FILE>string_utils</FILE>
682 g_strdup
683 g_strndup
684 g_strnfill
685
686 <SUBSECTION>
687 g_strlcpy
688 g_strlcat
689
690 <SUBSECTION>
691 g_strdup_printf
692 g_strdup_vprintf
693 g_snprintf
694 g_vsnprintf
695 g_printf_string_upper_bound
696
697 <SUBSECTION>
698 g_strup
699 g_strdown
700
701 <SUBSECTION>
702 g_strcasecmp
703 g_strncasecmp
704
705 <SUBSECTION>
706 g_strreverse
707 g_strtod
708
709 <SUBSECTION>
710 g_strchug
711 g_strchomp
712 g_strstrip
713
714 <SUBSECTION>
715 g_strdelimit
716 G_STR_DELIMITERS
717 g_strescape
718 g_strcompress
719 g_strcanon
720 g_strsplit
721 g_strfreev
722 g_strconcat
723 g_strjoin
724 g_strjoinv
725
726 <SUBSECTION>
727 g_strerror
728 g_strsignal
729 </SECTION>
730
731 <SECTION>
732 <TITLE>Date and Time Functions</TITLE>
733 <FILE>date</FILE>
734 G_USEC_PER_SEC
735 GTimeVal
736 g_get_current_time
737 g_usleep
738
739 <SUBSECTION>
740 GDate
741 GTime
742 GDateDMY
743 GDateDay
744 GDateMonth
745 GDateYear
746 GDateWeekday
747
748 <SUBSECTION>
749 G_DATE_BAD_DAY
750 G_DATE_BAD_JULIAN
751 G_DATE_BAD_YEAR
752
753 <SUBSECTION>
754 g_date_new
755 g_date_new_dmy
756 g_date_new_julian
757 g_date_clear
758 g_date_free
759
760 <SUBSECTION>
761 g_date_set_day
762 g_date_set_month
763 g_date_set_year
764 g_date_set_dmy
765 g_date_set_julian
766 g_date_set_time
767 g_date_set_parse
768
769 <SUBSECTION>
770 g_date_add_days
771 g_date_subtract_days
772 g_date_add_months
773 g_date_subtract_months
774 g_date_add_years
775 g_date_subtract_years
776 g_date_compare
777
778 <SUBSECTION>
779 g_date_day
780 g_date_month
781 g_date_year
782 g_date_julian
783 g_date_weekday
784 g_date_day_of_year
785
786 <SUBSECTION>
787 g_date_days_in_month
788 g_date_is_first_of_month
789 g_date_is_last_of_month
790 g_date_is_leap_year
791 g_date_monday_week_of_year
792 g_date_monday_weeks_in_year
793 g_date_sunday_week_of_year
794 g_date_sunday_weeks_in_year
795
796 <SUBSECTION>
797 g_date_strftime
798 g_date_to_struct_tm
799
800 <SUBSECTION>
801 g_date_valid
802 g_date_valid_day
803 g_date_valid_month
804 g_date_valid_year
805 g_date_valid_dmy
806 g_date_valid_julian
807 g_date_valid_weekday
808 </SECTION>
809
810 <SECTION>
811 <TITLE>Hook Functions</TITLE>
812 <FILE>hooks</FILE>
813 GHookList
814 GHook
815 GHookFunc
816 GHookCheckFunc
817 GHookMarshaller
818 GHookCheckMarshaller
819 GHookFreeFunc
820 G_HOOK_DEFERRED_DESTROY
821
822 <SUBSECTION>
823 g_hook_list_init
824 g_hook_list_invoke
825 g_hook_list_invoke_check
826 g_hook_list_marshal
827 g_hook_list_marshal_check
828 g_hook_list_clear
829
830 <SUBSECTION>
831 g_hook_alloc
832 g_hook_append
833 g_hook_prepend
834 g_hook_insert_before
835 g_hook_insert_sorted
836 GHookCompareFunc
837 g_hook_compare_ids
838
839 <SUBSECTION>
840 g_hook_get
841 g_hook_find
842 g_hook_find_data
843 g_hook_find_func
844 GHookFindFunc
845 g_hook_find_func_data
846
847 <SUBSECTION>
848 g_hook_first_valid
849 g_hook_next_valid
850
851 GHookFlagMask
852 G_HOOK_FLAG_USER_SHIFT
853
854 <SUBSECTION>
855 G_HOOK_IS_VALID
856 G_HOOK_ACTIVE
857 G_HOOK_IN_CALL
858 G_HOOK_IS_UNLINKED
859
860 <SUBSECTION>
861 g_hook_ref
862 g_hook_unref
863
864 g_hook_free
865 g_hook_destroy
866 g_hook_destroy_link
867 </SECTION>
868
869 <SECTION>
870 <TITLE>Miscellaneous Utility Functions</TITLE>
871 <FILE>misc_utils</FILE>
872 g_get_prgname
873 g_set_prgname
874 g_getenv
875 g_get_user_name
876 g_get_real_name
877
878 <SUBSECTION>
879 g_get_home_dir
880 g_get_tmp_dir
881 g_get_current_dir
882 g_basename
883 g_dirname
884 g_path_is_absolute
885 g_path_skip_root
886 g_path_get_dirname
887 g_path_get_basename
888 g_filename_to_utf8
889 g_filename_from_utf8
890
891 <SUBSECTION>
892 g_bit_nth_lsf
893 g_bit_nth_msf
894 g_bit_storage
895
896 <SUBSECTION>
897 g_spaced_primes_closest
898
899 <SUBSECTION>
900 g_atexit
901
902 <SUBSECTION>
903 g_parse_debug_string
904 GDebugKey
905
906 <SUBSECTION>
907 GVoidFunc
908 GFreeFunc
909
910 <SUBSECTION Private>
911 G_NATIVE_ATEXIT
912 g_ATEXIT
913 ATEXIT
914
915 </SECTION>
916
917 <SECTION>
918 <TITLE>Lexical Scanner</TITLE>
919 <FILE>scanner</FILE>
920 GScanner
921 g_scanner_new
922 GScannerConfig
923
924 <SUBSECTION>
925 g_scanner_input_file
926 g_scanner_sync_file_offset
927 g_scanner_stat_mode
928 g_scanner_input_text
929 g_scanner_peek_next_token
930 g_scanner_get_next_token
931
932 <SUBSECTION>
933 g_scanner_cur_line
934 g_scanner_cur_position
935 g_scanner_cur_token
936 g_scanner_cur_value
937 g_scanner_eof
938
939 <SUBSECTION>
940 g_scanner_set_scope
941 g_scanner_scope_add_symbol
942 g_scanner_scope_foreach_symbol
943 g_scanner_scope_lookup_symbol
944 g_scanner_scope_remove_symbol
945
946 <SUBSECTION>
947 g_scanner_freeze_symbol_table
948 g_scanner_thaw_symbol_table
949 g_scanner_lookup_symbol
950
951 <SUBSECTION>
952 g_scanner_warn
953 g_scanner_error
954 g_scanner_unexp_token
955 GScannerMsgFunc
956
957 <SUBSECTION>
958 g_scanner_destroy
959
960 <SUBSECTION>
961 GTokenType
962 GTokenValue
963 GErrorType
964 G_CSET_a_2_z
965 G_CSET_A_2_Z
966 G_CSET_DIGITS
967 G_CSET_LATINC
968 G_CSET_LATINS
969
970 <SUBSECTION>
971 g_scanner_add_symbol
972 g_scanner_remove_symbol
973 g_scanner_foreach_symbol
974 </SECTION>
975
976 <SECTION>
977 <TITLE>Dynamic Loading of Modules</TITLE>
978 <FILE>modules</FILE>
979 <INCLUDE>gmodule.h</INCLUDE>
980 GModule
981 g_module_supported
982 g_module_build_path
983 g_module_open
984 GModuleFlags
985 g_module_symbol
986 g_module_name
987 g_module_make_resident
988 g_module_close
989 g_module_error
990 <SUBSECTION>
991 GModuleCheckInit
992 GModuleUnload
993 G_MODULE_EXPORT
994 G_MODULE_IMPORT
995 </SECTION>
996
997 <SECTION>
998 <TITLE>Automatic String Completion</TITLE>
999 <FILE>completion</FILE>
1000 GCompletion
1001 g_completion_new
1002 GCompletionFunc
1003 g_completion_add_items
1004 g_completion_remove_items
1005 g_completion_clear_items
1006 g_completion_complete
1007 g_completion_free
1008 </SECTION>
1009
1010 <SECTION>
1011 <TITLE>Windows Compatability Functions</TITLE>
1012 <FILE>windows</FILE>
1013 MAXPATHLEN
1014 NAME_MAX
1015 pid_t
1016 pipe
1017 ftruncate
1018 opendir
1019 readdir
1020 rewinddir
1021 closedir
1022
1023 g_win32_error_message
1024 g_win32_getlocale
1025
1026 <SUBSECTION Private>
1027 g_win32_ftruncate
1028 g_win32_closedir
1029 g_win32_opendir
1030 g_win32_rewinddir
1031
1032 </SECTION>
1033
1034 # Data Structures
1035
1036 <SECTION>
1037 <TITLE>Memory Chunks</TITLE>
1038 <FILE>memory_chunks</FILE>
1039 GMemChunk
1040 G_ALLOC_AND_FREE
1041 G_ALLOC_ONLY
1042
1043 <SUBSECTION>
1044 g_mem_chunk_new
1045 g_mem_chunk_alloc
1046 g_mem_chunk_alloc0
1047 g_mem_chunk_free
1048 g_mem_chunk_destroy
1049
1050 <SUBSECTION>
1051 g_mem_chunk_create
1052 g_chunk_new
1053 g_chunk_new0
1054 g_chunk_free
1055
1056 <SUBSECTION>
1057 g_mem_chunk_reset
1058 g_mem_chunk_clean
1059 g_blow_chunks
1060
1061 <SUBSECTION>
1062 g_mem_chunk_info
1063 g_mem_chunk_print
1064
1065 </SECTION>
1066
1067 <SECTION>
1068 <TITLE>Doubly-Linked Lists</TITLE>
1069 <FILE>linked_lists_double</FILE>
1070 GList
1071
1072 <SUBSECTION>
1073 g_list_append
1074 g_list_prepend
1075 g_list_insert
1076 g_list_insert_sorted
1077 g_list_remove
1078 g_list_remove_link
1079 g_list_delete_link
1080 g_list_free
1081
1082 <SUBSECTION>
1083 g_list_alloc
1084 g_list_free_1
1085
1086 <SUBSECTION>
1087 g_list_length
1088 g_list_copy
1089 g_list_reverse
1090 g_list_sort
1091 g_list_concat
1092 g_list_foreach
1093 GFunc
1094
1095 <SUBSECTION>
1096 g_list_first
1097 g_list_last
1098 g_list_previous
1099 g_list_next
1100 g_list_nth
1101 g_list_nth_data
1102
1103 <SUBSECTION>
1104 g_list_find
1105 g_list_find_custom
1106 g_list_position
1107 g_list_index
1108
1109 <SUBSECTION>
1110 g_list_push_allocator
1111 g_list_pop_allocator
1112 </SECTION>
1113
1114 <SECTION>
1115 <TITLE>Singly-Linked Lists</TITLE>
1116 <FILE>linked_lists_single</FILE>
1117 GSList
1118
1119 <SUBSECTION>
1120 g_slist_alloc
1121 g_slist_append
1122 g_slist_prepend
1123 g_slist_insert
1124 g_slist_insert_before
1125 g_slist_insert_sorted
1126 g_slist_remove
1127 g_slist_remove_link
1128 g_slist_delete_link
1129 g_slist_free
1130 g_slist_free_1
1131
1132 <SUBSECTION>
1133 g_slist_length
1134 g_slist_copy
1135 g_slist_reverse
1136 g_slist_sort
1137 g_slist_concat
1138 g_slist_foreach
1139
1140 <SUBSECTION>
1141 g_slist_last
1142 g_slist_next
1143 g_slist_nth
1144 g_slist_nth_data
1145
1146 <SUBSECTION>
1147 g_slist_find
1148 g_slist_find_custom
1149 g_slist_position
1150 g_slist_index
1151
1152 <SUBSECTION>
1153 g_slist_push_allocator
1154 g_slist_pop_allocator
1155 </SECTION>
1156
1157 <SECTION>
1158 <TITLE>Double-ended Queues</TITLE>
1159 <FILE>queue</FILE>
1160
1161 GQueue
1162 g_queue_new
1163 g_queue_free
1164 g_queue_push_head
1165 g_queue_push_tail
1166 g_queue_pop_head
1167 g_queue_pop_tail
1168 g_queue_is_empty
1169 g_queue_peek_head
1170 g_queue_peek_tail
1171 g_queue_push_head_link
1172 g_queue_push_tail_link
1173 g_queue_pop_head_link
1174 g_queue_pop_tail_link
1175 </SECTION>
1176
1177 <SECTION>
1178 <TITLE>Trash Stacks</TITLE>
1179 <FILE>trash_stack</FILE>
1180 GTrashStack
1181
1182 g_trash_stack_push
1183 g_trash_stack_pop
1184 g_trash_stack_peek
1185 g_trash_stack_height
1186 </SECTION>
1187
1188 <SECTION>
1189 <TITLE>Hash Tables</TITLE>
1190 <FILE>hash_tables</FILE>
1191 GHashTable
1192 g_hash_table_new
1193 GHashFunc
1194 GCompareFunc
1195 g_hash_table_insert
1196 g_hash_table_size
1197 g_hash_table_lookup
1198 g_hash_table_lookup_extended
1199 g_hash_table_foreach
1200 GHFunc
1201 g_hash_table_remove
1202 g_hash_table_foreach_remove
1203 GHRFunc
1204 g_hash_table_freeze
1205 g_hash_table_thaw
1206 g_hash_table_destroy
1207
1208 <SUBSECTION>
1209 g_direct_equal
1210 g_direct_hash
1211 g_int_equal
1212 g_int_hash
1213 g_str_equal
1214 g_str_hash
1215
1216 </SECTION>
1217
1218 <SECTION>
1219 <TITLE>Strings</TITLE>
1220 <FILE>strings</FILE>
1221 GString
1222 g_string_new
1223 g_string_sized_new
1224 g_string_assign
1225 g_string_sprintf
1226 g_string_sprintfa
1227 g_string_append
1228 g_string_append_c
1229 g_string_append_len
1230 g_string_prepend
1231 g_string_prepend_c
1232 g_string_prepend_len
1233 g_string_insert
1234 g_string_insert_c
1235 g_string_insert_len
1236 g_string_erase
1237 g_string_truncate
1238 g_string_free
1239
1240 <SUBSECTION>
1241 g_string_up
1242 g_string_down
1243
1244 <SUBSECTION>
1245 g_string_hash
1246 g_string_equal
1247
1248 </SECTION>
1249
1250 <SECTION>
1251 <TITLE>String Chunks</TITLE>
1252 <FILE>string_chunks</FILE>
1253 GStringChunk
1254 g_string_chunk_new
1255 g_string_chunk_insert
1256 g_string_chunk_insert_const
1257 g_string_chunk_free
1258
1259 </SECTION>
1260
1261 <SECTION>
1262 <TITLE>Arrays</TITLE>
1263 <FILE>arrays</FILE>
1264 GArray
1265 g_array_new
1266 g_array_sized_new
1267 g_array_append_val
1268 g_array_append_vals
1269 g_array_prepend_val
1270 g_array_prepend_vals
1271 g_array_insert_val
1272 g_array_insert_vals
1273 g_array_remove_index
1274 g_array_remove_index_fast
1275 g_array_index
1276 g_array_set_size
1277 g_array_free
1278 </SECTION>
1279
1280 <SECTION>
1281 <TITLE>Pointer Arrays</TITLE>
1282 <FILE>arrays_pointer</FILE>
1283 GPtrArray
1284 g_ptr_array_new
1285 g_ptr_array_sized_new
1286 g_ptr_array_add
1287 g_ptr_array_remove
1288 g_ptr_array_remove_index
1289 g_ptr_array_remove_fast
1290 g_ptr_array_remove_index_fast
1291 g_ptr_array_set_size
1292 g_ptr_array_index
1293 g_ptr_array_free
1294
1295 </SECTION>
1296
1297 <SECTION>
1298 <TITLE>Byte Arrays</TITLE>
1299 <FILE>arrays_byte</FILE>
1300 GByteArray
1301 g_byte_array_new
1302 g_byte_array_sized_new
1303 g_byte_array_append
1304 g_byte_array_prepend
1305 g_byte_array_remove_index
1306 g_byte_array_remove_index_fast
1307 g_byte_array_set_size
1308 g_byte_array_free
1309
1310 </SECTION>
1311
1312 <SECTION>
1313 <TITLE>Balanced Binary Trees</TITLE>
1314 <FILE>trees-binary</FILE>
1315 GTree
1316 g_tree_new
1317 g_tree_insert
1318 g_tree_nnodes
1319 g_tree_height
1320 g_tree_lookup
1321 g_tree_search
1322 g_tree_traverse
1323 GTraverseFunc
1324 GTraverseType
1325 g_tree_remove
1326 g_tree_destroy
1327 </SECTION>
1328
1329 <SECTION>
1330 <TITLE>N-ary Trees</TITLE>
1331 <FILE>trees-nary</FILE>
1332 GNode
1333 g_node_new
1334 g_node_copy
1335
1336 <SUBSECTION>
1337 g_node_insert
1338 g_node_insert_before
1339 g_node_insert_after
1340 g_node_append
1341 g_node_prepend
1342
1343 <SUBSECTION>
1344 g_node_insert_data
1345 g_node_insert_data_before
1346 g_node_append_data
1347 g_node_prepend_data
1348
1349 <SUBSECTION>
1350 g_node_reverse_children
1351 g_node_traverse
1352 GTraverseFlags
1353 GNodeTraverseFunc
1354 g_node_children_foreach
1355 GNodeForeachFunc
1356
1357 <SUBSECTION>
1358 g_node_get_root
1359 g_node_find
1360 g_node_find_child
1361 g_node_child_index
1362 g_node_child_position
1363 g_node_first_child
1364 g_node_last_child
1365 g_node_nth_child
1366 g_node_first_sibling
1367 g_node_next_sibling
1368 g_node_prev_sibling
1369 g_node_last_sibling
1370
1371 <SUBSECTION>
1372 G_NODE_IS_LEAF
1373 G_NODE_IS_ROOT
1374 g_node_depth
1375 g_node_n_nodes
1376 g_node_n_children
1377 g_node_is_ancestor
1378 g_node_max_height
1379
1380 <SUBSECTION>
1381 g_node_unlink
1382 g_node_destroy
1383
1384 <SUBSECTION>
1385 g_node_push_allocator
1386 g_node_pop_allocator
1387 </SECTION>
1388
1389
1390 <SECTION>
1391 <TITLE>Quarks</TITLE>
1392 <FILE>quarks</FILE>
1393 GQuark
1394 g_quark_from_string
1395 g_quark_from_static_string
1396 g_quark_to_string
1397 g_quark_try_string
1398
1399 </SECTION>
1400
1401 <SECTION>
1402 <TITLE>Keyed Data Lists</TITLE>
1403 <FILE>datalist</FILE>
1404 GData
1405 g_datalist_init
1406
1407 <SUBSECTION>
1408 g_datalist_id_set_data
1409 g_datalist_id_set_data_full
1410 g_datalist_id_get_data
1411 g_datalist_id_remove_data
1412 g_datalist_id_remove_no_notify
1413
1414 <SUBSECTION>
1415 g_datalist_set_data
1416 g_datalist_set_data_full
1417 g_datalist_get_data
1418 g_datalist_remove_data
1419 g_datalist_remove_no_notify
1420
1421 <SUBSECTION>
1422 g_datalist_foreach
1423 g_datalist_clear
1424 </SECTION>
1425
1426
1427 <SECTION>
1428 <TITLE>Datasets</TITLE>
1429 <FILE>datasets</FILE>
1430 g_dataset_id_set_data
1431 g_dataset_id_set_data_full
1432 GDestroyNotify
1433 g_dataset_id_get_data
1434 g_dataset_id_remove_data
1435 g_dataset_id_remove_no_notify
1436
1437 <SUBSECTION>
1438 g_dataset_set_data
1439 g_dataset_set_data_full
1440 g_dataset_get_data
1441 g_dataset_remove_data
1442 g_dataset_remove_no_notify
1443
1444 <SUBSECTION>
1445 g_dataset_foreach
1446 GDataForeachFunc
1447 g_dataset_destroy
1448
1449 </SECTION>
1450
1451 <SECTION>
1452 <TITLE>Relations and Tuples</TITLE>
1453 <FILE>relations</FILE>
1454 GRelation
1455 g_relation_new
1456 g_relation_index
1457 g_relation_insert
1458 g_relation_exists
1459 g_relation_count
1460 g_relation_select
1461 g_relation_delete
1462 g_relation_destroy
1463
1464 <SUBSECTION>
1465 g_relation_print
1466
1467 <SUBSECTION>
1468 GTuples
1469 g_tuples_destroy
1470 g_tuples_index
1471 </SECTION>
1472
1473 <SECTION>
1474 <TITLE>Caches</TITLE>
1475 <FILE>caches</FILE>
1476 GCache
1477 g_cache_new
1478 g_cache_insert
1479 g_cache_remove
1480 g_cache_destroy
1481
1482 <SUBSECTION>
1483 g_cache_key_foreach
1484 g_cache_value_foreach
1485
1486 <SUBSECTION>
1487 GCacheDestroyFunc
1488 GCacheDupFunc
1489 GCacheNewFunc
1490 </SECTION>
1491
1492 <SECTION>
1493 <TITLE>Memory Allocators</TITLE>
1494 <FILE>allocators</FILE>
1495 GAllocator
1496 g_allocator_new
1497 g_allocator_free
1498
1499 <SUBSECTION Private>
1500 G_ALLOCATOR_LIST
1501 G_ALLOCATOR_NODE
1502 G_ALLOCATOR_SLIST
1503 </SECTION>
1504
1505 <SECTION>
1506 <TITLE>Random Numbers</TITLE>
1507 <FILE>random_numbers</FILE>
1508 GRand
1509 g_rand_new_with_seed
1510 g_rand_new
1511 g_rand_free
1512 g_rand_set_seed
1513 g_rand_int
1514 g_rand_int_range
1515 g_rand_double
1516 g_rand_double_range
1517 g_random_set_seed
1518 g_random_int
1519 g_random_int_range
1520 g_random_double
1521 g_random_double_range
1522 </SECTION>
1523
1524 <SECTION>
1525 <TITLE>Unicode Manipulation</TITLE>
1526 <FILE>unicode</FILE>
1527 gunichar
1528 gunichar2
1529
1530 <SUBSECTION>
1531 g_get_charset
1532
1533 <SUBSECTION>
1534 g_unichar_isalnum
1535 g_unichar_isalpha
1536 g_unichar_iscntrl
1537 g_unichar_isdigit
1538 g_unichar_isgraph
1539 g_unichar_islower
1540 g_unichar_isprint
1541 g_unichar_ispunct
1542 g_unichar_isspace
1543 g_unichar_isupper
1544 g_unichar_isxdigit
1545 g_unichar_istitle
1546 g_unichar_isdefined
1547 g_unichar_iswide
1548 g_unichar_toupper
1549 g_unichar_tolower
1550 g_unichar_totitle
1551 g_unichar_digit_value
1552 g_unichar_xdigit_value
1553 GUnicodeType
1554 g_unichar_type
1555 g_unicode_canonical_ordering
1556 g_unicode_canonical_decomposition
1557
1558 <SUBSECTION>
1559 g_utf8_next_char
1560 g_utf8_get_char
1561 g_utf8_offset_to_pointer
1562 g_utf8_pointer_to_offset
1563 g_utf8_prev_char
1564 g_utf8_find_next_char
1565 g_utf8_find_prev_char
1566 g_utf8_strlen
1567 g_utf8_strncpy
1568 g_utf8_strchr
1569 g_utf8_strrchr
1570
1571 <SUBSECTION>
1572 g_utf8_to_utf16
1573 g_utf8_to_ucs4
1574 g_utf16_to_ucs4
1575 g_utf16_to_utf8
1576 g_ucs4_to_utf16
1577 g_ucs4_to_utf8
1578 g_unichar_to_utf8
1579 </SECTION>