Updated G_RAND_DOUBLE_TRANSFORM to be more accurate. Redid g_rand_double()
[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_loop_new
323 g_main_loop_destroy
324 g_main_loop_run
325 g_main_loop_quit
326 g_main_loop_is_running
327 g_main_new
328 g_main_destroy
329 g_main_run
330 g_main_quit
331 g_main_is_running
332
333 <SUBSECTION>
334 G_PRIORITY_HIGH
335 G_PRIORITY_DEFAULT
336 G_PRIORITY_HIGH_IDLE
337 G_PRIORITY_DEFAULT_IDLE
338 G_PRIORITY_LOW
339
340 <SUBSECTION>
341 GMainContext
342 g_main_context_get
343 g_main_context_default
344 g_main_context_iteration
345 g_main_iteration
346 g_main_context_pending
347 g_main_pending
348 g_main_context_find_source_by_id
349 g_main_context_find_source_by_user_data
350 g_main_context_find_source_by_funcs_user_data
351 g_main_context_prepare
352 g_main_context_query
353 g_main_context_check
354 g_main_context_dispatch
355 g_main_context_set_poll_func
356 g_main_context_get_poll_func
357 GPollFunc
358 g_main_context_add_poll
359 g_main_context_remove_poll
360 g_main_set_poll_func
361
362 <SUBSECTION>
363 g_timeout_source_new
364 g_timeout_add
365 g_timeout_add_full
366
367 <SUBSECTION>
368 g_idle_source_new
369 g_idle_add
370 g_idle_add_full
371 g_idle_remove_by_data
372
373 <SUBSECTION>
374 GPollFD
375
376 <SUBSECTION>
377 GSource
378 GSourceFuncs
379 GSourceCallbackFuncs
380 g_source_new
381 g_source_ref
382 g_source_unref
383 g_source_add
384 g_source_destroy
385 g_source_set_priority
386 g_source_get_priority
387 g_source_set_can_recurse
388 g_source_get_can_recurse
389 g_source_get_id
390 g_source_get_context
391 g_source_connect
392 GSourceFunc
393 g_source_connect_indirect
394 g_source_add_poll
395 g_source_remove_poll
396 g_source_get_current_time
397 g_source_remove
398 g_source_remove_by_funcs_user_data
399 g_source_remove_by_user_data
400
401 <SUBSECTION Private>
402 GLIB_HAVE_SYS_POLL_H
403 GLIB_HAVE_ALLOCA_H
404 alloca
405 GLIB_SYSDEF_POLLERR
406 GLIB_SYSDEF_POLLHUP
407 GLIB_SYSDEF_POLLIN
408 GLIB_SYSDEF_POLLNVAL
409 GLIB_SYSDEF_POLLOUT
410 GLIB_SYSDEF_POLLPRI
411 g_main_poll_win32_msg_add
412 G_WIN32_MSG_HANDLE
413 </SECTION>
414
415 <SECTION>
416 <TITLE>Threads</TITLE>
417 <FILE>threads</FILE>
418 <SUBSECTION>
419 G_THREADS_ENABLED
420 G_THREADS_IMPL_POSIX
421 G_THREADS_IMPL_SOLARIS
422 G_THREADS_IMPL_NONE
423
424 <SUBSECTION>
425 G_THREAD_ERROR
426 GThreadError
427
428 <SUBSECTION>
429 GThreadFunctions
430 g_thread_init
431 g_thread_supported
432
433 <SUBSECTION>
434 GThreadFunc
435 GThreadPriority
436 GThread
437 g_thread_create
438 g_thread_self
439 g_thread_join
440 g_thread_set_priority
441 g_thread_yield
442 g_thread_exit
443
444 <SUBSECTION>
445 GMutex
446 g_mutex_new
447 g_mutex_lock
448 g_mutex_trylock
449 g_mutex_unlock
450 g_mutex_free
451
452 <SUBSECTION>
453 GStaticMutex
454 G_STATIC_MUTEX_INIT
455 g_static_mutex_lock
456 g_static_mutex_trylock
457 g_static_mutex_unlock
458 g_static_mutex_get_mutex
459
460 <SUBSECTION>
461 G_LOCK_DEFINE
462 G_LOCK_DEFINE_STATIC
463 G_LOCK_EXTERN
464 G_LOCK
465 G_TRYLOCK
466 G_UNLOCK
467
468 <SUBSECTION>
469 GStaticRecMutex
470 G_STATIC_REC_MUTEX_INIT
471 g_static_rec_mutex_lock
472 g_static_rec_mutex_trylock
473 g_static_rec_mutex_unlock
474 g_static_rec_mutex_lock_full
475 g_static_rec_mutex_unlock_full
476
477 <SUBSECTION>
478 GStaticRWLock
479 G_STATIC_RW_LOCK_INIT
480 g_static_rw_lock_reader_lock
481 g_static_rw_lock_reader_trylock
482 g_static_rw_lock_reader_unlock
483 g_static_rw_lock_writer_lock
484 g_static_rw_lock_writer_trylock
485 g_static_rw_lock_writer_unlock
486 g_static_rw_lock_free
487
488 <SUBSECTION>
489 GCond
490 g_cond_new
491 g_cond_signal
492 g_cond_broadcast
493 g_cond_wait
494 g_cond_timed_wait
495 g_cond_free
496
497 <SUBSECTION>
498 GPrivate
499 g_private_new
500 g_private_get
501 g_private_set
502
503 <SUBSECTION>
504 GStaticPrivate
505 G_STATIC_PRIVATE_INIT
506 g_static_private_get
507 g_static_private_get_for_thread
508 g_static_private_set
509 g_static_private_set_for_thread
510
511 <SUBSECTION Private>
512 G_THREAD_ECF
513 G_THREAD_CF
514 G_THREAD_UF
515 g_static_mutex_get_mutex_impl
516 g_mutex_lock_with_debug_name
517 g_mutex_trylock_with_debug_name
518 g_mutex_unlock_with_debug_name
519 G_MUTEX_DEBUG_MAGIC
520 g_thread_init_with_errorcheck_mutexes
521 G_LOCK_NAME
522 glib_dummy_decl
523 GSystemThread
524 g_thread_error_quark
525 g_thread_use_default_impl
526 g_threads_got_initialized
527 g_thread_functions_for_glib_use
528 </SECTION>
529
530 <SECTION>
531 <TITLE>Thread Pools</TITLE>
532 <FILE>thread_pools</FILE>
533 GThreadPool
534 g_thread_pool_new
535 g_thread_pool_push
536 g_thread_pool_set_max_threads
537 g_thread_pool_get_max_threads
538 g_thread_pool_get_num_threads
539 g_thread_pool_unprocessed
540 g_thread_pool_free
541 g_thread_pool_set_max_unused_threads
542 g_thread_pool_get_max_unused_threads
543 g_thread_pool_get_num_unused_threads
544 g_thread_pool_stop_unused_threads
545 </SECTION>
546
547 <SECTION>
548 <TITLE>Asynchronous Queues</TITLE>
549 <FILE>async_queues</FILE>
550 GAsyncQueue
551 g_async_queue_new
552 g_async_queue_ref
553 g_async_queue_unref
554 g_async_queue_push
555 g_async_queue_pop
556 g_async_queue_try_pop
557 g_async_queue_timed_pop
558 g_async_queue_length
559
560 <SUBSECTION>
561 g_async_queue_lock
562 g_async_queue_unlock
563 g_async_queue_ref_unlocked
564 g_async_queue_unref_and_unlock
565 g_async_queue_push_unlocked
566 g_async_queue_pop_unlocked
567 g_async_queue_try_pop_unlocked
568 g_async_queue_timed_pop_unlocked
569 g_async_queue_length_unlocked
570 </SECTION>
571
572 <SECTION>
573 <TITLE>IO Channels</TITLE>
574 <FILE>iochannels</FILE>
575 GIOChannel
576
577 <SUBSECTION>
578 g_io_channel_unix_new
579 g_io_channel_unix_get_fd
580
581 <SUBSECTION>
582 g_io_channel_init
583
584 <SUBSECTION>
585 g_io_channel_read
586 GIOError
587 g_io_channel_write
588 g_io_channel_seek
589 GSeekType
590 g_io_channel_close
591
592 <SUBSECTION>
593 g_io_channel_ref
594 g_io_channel_unref
595
596 <SUBSECTION>
597 g_io_create_watch
598 g_io_add_watch
599 g_io_add_watch_full
600 GIOCondition
601 GIOFunc
602
603 <SUBSECTION>
604 GIOFuncs
605
606 <SUBSECTION Private>
607 g_io_channel_win32_new_fd
608 g_io_channel_win32_new_messages
609 g_io_channel_win32_new_stream_socket
610 g_io_channel_win32_poll
611 g_io_channel_win32_make_pollfd
612 g_io_channel_win32_get_fd
613 </SECTION>
614
615 <SECTION>
616 <TITLE>Memory Allocation</TITLE>
617 <FILE>memory</FILE>
618 g_new
619 g_new0
620 g_renew
621
622 <SUBSECTION>
623 g_malloc
624 g_malloc0
625 g_realloc
626
627 <SUBSECTION>
628 g_free
629
630 <SUBSECTION>
631 g_alloca
632
633 <SUBSECTION>
634 g_memmove
635 g_memdup
636
637 <SUBSECTION>
638 g_mem_profile
639 g_mem_check
640
641 </SECTION>
642
643 <SECTION>
644 <TITLE>Warnings and Assertions</TITLE>
645 <FILE>warnings</FILE>
646 g_print
647 g_set_print_handler
648 GPrintFunc
649
650 <SUBSECTION>
651 g_printerr
652 g_set_printerr_handler
653
654 <SUBSECTION>
655 g_return_if_fail
656 g_return_val_if_fail
657 g_return_if_reached
658 g_return_val_if_reached
659
660 <SUBSECTION>
661 g_assert
662 g_assert_not_reached
663
664 <SUBSECTION>
665 g_on_error_query
666 g_on_error_stack_trace
667
668 <SUBSECTION>
669 G_BREAKPOINT
670 </SECTION>
671
672 <SECTION>
673 <TITLE>Message Logging</TITLE>
674 <FILE>messages</FILE>
675 G_LOG_DOMAIN
676 g_log_domain_glib
677 g_log_domain_gmodule
678 G_LOG_FATAL_MASK
679 G_LOG_LEVEL_USER_SHIFT
680 GLogFunc
681 GLogLevelFlags
682
683 <SUBSECTION>
684 g_log
685 g_logv
686 g_message
687 g_warning
688 g_critical
689 g_error
690
691 <SUBSECTION>
692 g_log_set_handler
693 g_log_remove_handler
694 g_log_set_always_fatal
695 g_log_set_fatal_mask
696 g_log_default_handler
697
698 <SUBSECTION>
699 g_set_error_handler
700 GErrorFunc
701 g_set_warning_handler
702 GWarningFunc
703 g_set_message_handler
704 </SECTION>
705
706 <SECTION>
707 <TITLE>Timers</TITLE>
708 <FILE>timers</FILE>
709 GTimer
710 g_timer_new
711 g_timer_start
712 g_timer_stop
713 g_timer_elapsed
714 g_timer_reset
715 g_timer_destroy
716 </SECTION>
717
718 <SECTION>
719 <TITLE>Spawning Processes</TITLE>
720 <FILE>spawn</FILE>
721 GSpawnError
722 G_SPAWN_ERROR
723 GSpawnFlags
724 GSpawnChildSetupFunc
725 g_spawn_async_with_pipes
726 g_spawn_async
727 g_spawn_sync
728 g_spawn_command_line_async
729 g_spawn_command_line_sync
730 <SUBSECTION Private>
731 g_spawn_error_quark
732 </SECTION>
733
734 <SECTION>
735 <TITLE>Simple XML Subset Parser</TITLE>
736 <FILE>markup</FILE>
737 GMarkupError
738 G_MARKUP_ERROR
739 GMarkupParseFlags
740 GMarkupParseContext
741 GMarkupParser
742 g_markup_escape_text
743 g_markup_parse_context_end_parse
744 g_markup_parse_context_free
745 g_markup_parse_context_get_position
746 g_markup_parse_context_new
747 g_markup_parse_context_parse
748 <SUBSECTION Private>
749 g_markup_error_quark
750 </SECTION>
751
752
753 <SECTION>
754 <TITLE>Shell-related Utilities</TITLE>
755 <FILE>shell</FILE>
756 GShellError
757 G_SHELL_ERROR
758 g_shell_parse_argv
759 g_shell_quote
760 g_shell_unquote
761 <SUBSECTION Private>
762 g_shell_error_quark
763 </SECTION>
764
765
766 <SECTION>
767 <TITLE>File Utilities</TITLE>
768 <FILE>fileutils</FILE>
769 GFileError
770 G_FILE_ERROR
771 GFileTest
772 g_file_error_from_errno
773 g_file_get_contents
774 g_file_test
775 g_mkstemp
776 g_file_open_tmp
777 <SUBSECTION Private>
778 g_file_error_quark
779 </SECTION>
780
781
782 <SECTION>
783 <TITLE>String Utility Functions</TITLE>
784 <FILE>string_utils</FILE>
785 g_strdup
786 g_strndup
787 g_strnfill
788
789 <SUBSECTION>
790 g_strlcpy
791 g_strlcat
792
793 <SUBSECTION>
794 g_strdup_printf
795 g_strdup_vprintf
796 g_snprintf
797 g_vsnprintf
798 g_printf_string_upper_bound
799
800 <SUBSECTION>
801 g_strup
802 g_strdown
803
804 <SUBSECTION>
805 g_strcasecmp
806 g_strncasecmp
807
808 <SUBSECTION>
809 g_strreverse
810 g_strtod
811
812 <SUBSECTION>
813 g_strchug
814 g_strchomp
815 g_strstrip
816
817 <SUBSECTION>
818 g_strdelimit
819 G_STR_DELIMITERS
820 g_strescape
821 g_strcompress
822 g_strcanon
823 g_strsplit
824 g_strfreev
825 g_strconcat
826 g_strjoin
827 g_strjoinv
828
829 <SUBSECTION>
830 g_strerror
831 g_strsignal
832 </SECTION>
833
834 <SECTION>
835 <TITLE>Date and Time Functions</TITLE>
836 <FILE>date</FILE>
837 G_USEC_PER_SEC
838 GTimeVal
839 g_get_current_time
840 g_usleep
841
842 <SUBSECTION>
843 GDate
844 GTime
845 GDateDMY
846 GDateDay
847 GDateMonth
848 GDateYear
849 GDateWeekday
850
851 <SUBSECTION>
852 G_DATE_BAD_DAY
853 G_DATE_BAD_JULIAN
854 G_DATE_BAD_YEAR
855
856 <SUBSECTION>
857 g_date_new
858 g_date_new_dmy
859 g_date_new_julian
860 g_date_clear
861 g_date_free
862
863 <SUBSECTION>
864 g_date_set_day
865 g_date_set_month
866 g_date_set_year
867 g_date_set_dmy
868 g_date_set_julian
869 g_date_set_time
870 g_date_set_parse
871
872 <SUBSECTION>
873 g_date_add_days
874 g_date_subtract_days
875 g_date_add_months
876 g_date_subtract_months
877 g_date_add_years
878 g_date_subtract_years
879 g_date_compare
880
881 <SUBSECTION>
882 g_date_day
883 g_date_month
884 g_date_year
885 g_date_julian
886 g_date_weekday
887 g_date_day_of_year
888
889 <SUBSECTION>
890 g_date_days_in_month
891 g_date_is_first_of_month
892 g_date_is_last_of_month
893 g_date_is_leap_year
894 g_date_monday_week_of_year
895 g_date_monday_weeks_in_year
896 g_date_sunday_week_of_year
897 g_date_sunday_weeks_in_year
898
899 <SUBSECTION>
900 g_date_strftime
901 g_date_to_struct_tm
902
903 <SUBSECTION>
904 g_date_valid
905 g_date_valid_day
906 g_date_valid_month
907 g_date_valid_year
908 g_date_valid_dmy
909 g_date_valid_julian
910 g_date_valid_weekday
911 </SECTION>
912
913 <SECTION>
914 <TITLE>Hook Functions</TITLE>
915 <FILE>hooks</FILE>
916 GHookList
917 GHook
918 GHookFunc
919 GHookCheckFunc
920 GHookMarshaller
921 GHookCheckMarshaller
922 GHookFreeFunc
923 G_HOOK_DEFERRED_DESTROY
924
925 <SUBSECTION>
926 g_hook_list_init
927 g_hook_list_invoke
928 g_hook_list_invoke_check
929 g_hook_list_marshal
930 g_hook_list_marshal_check
931 g_hook_list_clear
932
933 <SUBSECTION>
934 g_hook_alloc
935 g_hook_append
936 g_hook_prepend
937 g_hook_insert_before
938 g_hook_insert_sorted
939 GHookCompareFunc
940 g_hook_compare_ids
941
942 <SUBSECTION>
943 g_hook_get
944 g_hook_find
945 g_hook_find_data
946 g_hook_find_func
947 GHookFindFunc
948 g_hook_find_func_data
949
950 <SUBSECTION>
951 g_hook_first_valid
952 g_hook_next_valid
953
954 GHookFlagMask
955 G_HOOK_FLAG_USER_SHIFT
956
957 <SUBSECTION>
958 G_HOOK_IS_VALID
959 G_HOOK_ACTIVE
960 G_HOOK_IN_CALL
961 G_HOOK_IS_UNLINKED
962
963 <SUBSECTION>
964 g_hook_ref
965 g_hook_unref
966
967 g_hook_free
968 g_hook_destroy
969 g_hook_destroy_link
970 </SECTION>
971
972 <SECTION>
973 <TITLE>Miscellaneous Utility Functions</TITLE>
974 <FILE>misc_utils</FILE>
975 g_get_prgname
976 g_set_prgname
977 g_getenv
978 g_get_user_name
979 g_get_real_name
980
981 <SUBSECTION>
982 g_get_home_dir
983 g_get_tmp_dir
984 g_get_current_dir
985 g_basename
986 g_dirname
987 g_path_is_absolute
988 g_path_skip_root
989 g_path_get_basename
990 g_path_get_dirname
991
992 <SUBSECTION>
993 g_find_program_in_path
994
995 <SUBSECTION>
996 g_bit_nth_lsf
997 g_bit_nth_msf
998 g_bit_storage
999
1000 <SUBSECTION>
1001 g_spaced_primes_closest
1002
1003 <SUBSECTION>
1004 g_atexit
1005
1006 <SUBSECTION>
1007 g_parse_debug_string
1008 GDebugKey
1009
1010 <SUBSECTION>
1011 GVoidFunc
1012 GFreeFunc
1013
1014 <SUBSECTION Private>
1015 G_NATIVE_ATEXIT
1016 g_ATEXIT
1017 ATEXIT
1018
1019 </SECTION>
1020
1021 <SECTION>
1022 <TITLE>Lexical Scanner</TITLE>
1023 <FILE>scanner</FILE>
1024 GScanner
1025 g_scanner_new
1026 GScannerConfig
1027
1028 <SUBSECTION>
1029 g_scanner_input_file
1030 g_scanner_sync_file_offset
1031 g_scanner_stat_mode
1032 g_scanner_input_text
1033 g_scanner_peek_next_token
1034 g_scanner_get_next_token
1035
1036 <SUBSECTION>
1037 g_scanner_cur_line
1038 g_scanner_cur_position
1039 g_scanner_cur_token
1040 g_scanner_cur_value
1041 g_scanner_eof
1042
1043 <SUBSECTION>
1044 g_scanner_set_scope
1045 g_scanner_scope_add_symbol
1046 g_scanner_scope_foreach_symbol
1047 g_scanner_scope_lookup_symbol
1048 g_scanner_scope_remove_symbol
1049
1050 <SUBSECTION>
1051 g_scanner_freeze_symbol_table
1052 g_scanner_thaw_symbol_table
1053 g_scanner_lookup_symbol
1054
1055 <SUBSECTION>
1056 g_scanner_warn
1057 g_scanner_error
1058 g_scanner_unexp_token
1059 GScannerMsgFunc
1060
1061 <SUBSECTION>
1062 g_scanner_destroy
1063
1064 <SUBSECTION>
1065 GTokenType
1066 GTokenValue
1067 GErrorType
1068 G_CSET_a_2_z
1069 G_CSET_A_2_Z
1070 G_CSET_DIGITS
1071 G_CSET_LATINC
1072 G_CSET_LATINS
1073
1074 <SUBSECTION>
1075 g_scanner_add_symbol
1076 g_scanner_remove_symbol
1077 g_scanner_foreach_symbol
1078 </SECTION>
1079
1080 <SECTION>
1081 <TITLE>Dynamic Loading of Modules</TITLE>
1082 <FILE>modules</FILE>
1083 <INCLUDE>gmodule.h</INCLUDE>
1084 GModule
1085 g_module_supported
1086 g_module_build_path
1087 g_module_open
1088 GModuleFlags
1089 g_module_symbol
1090 g_module_name
1091 g_module_make_resident
1092 g_module_close
1093 g_module_error
1094 <SUBSECTION>
1095 GModuleCheckInit
1096 GModuleUnload
1097 G_MODULE_EXPORT
1098 G_MODULE_IMPORT
1099 </SECTION>
1100
1101 <SECTION>
1102 <TITLE>Automatic String Completion</TITLE>
1103 <FILE>completion</FILE>
1104 GCompletion
1105 g_completion_new
1106 GCompletionFunc
1107 GCompletionStrcmpFunc
1108 g_completion_add_items
1109 g_completion_remove_items
1110 g_completion_clear_items
1111 g_completion_complete
1112 g_completion_free
1113 </SECTION>
1114
1115 <SECTION>
1116 <TITLE>Windows Compatability Functions</TITLE>
1117 <FILE>windows</FILE>
1118 MAXPATHLEN
1119 NAME_MAX
1120 pid_t
1121 pipe
1122 ftruncate
1123 opendir
1124 readdir
1125 rewinddir
1126 closedir
1127
1128 g_win32_error_message
1129 g_win32_getlocale
1130
1131 <SUBSECTION Private>
1132 g_win32_ftruncate
1133 g_win32_closedir
1134 g_win32_opendir
1135 g_win32_rewinddir
1136
1137 </SECTION>
1138
1139 # Data Structures
1140
1141 <SECTION>
1142 <TITLE>Memory Chunks</TITLE>
1143 <FILE>memory_chunks</FILE>
1144 GMemChunk
1145 G_ALLOC_AND_FREE
1146 G_ALLOC_ONLY
1147
1148 <SUBSECTION>
1149 g_mem_chunk_new
1150 g_mem_chunk_alloc
1151 g_mem_chunk_alloc0
1152 g_mem_chunk_free
1153 g_mem_chunk_destroy
1154
1155 <SUBSECTION>
1156 g_mem_chunk_create
1157 g_chunk_new
1158 g_chunk_new0
1159 g_chunk_free
1160
1161 <SUBSECTION>
1162 g_mem_chunk_reset
1163 g_mem_chunk_clean
1164 g_blow_chunks
1165
1166 <SUBSECTION>
1167 g_mem_chunk_info
1168 g_mem_chunk_print
1169
1170 </SECTION>
1171
1172 <SECTION>
1173 <TITLE>Doubly-Linked Lists</TITLE>
1174 <FILE>linked_lists_double</FILE>
1175 GList
1176
1177 <SUBSECTION>
1178 g_list_append
1179 g_list_prepend
1180 g_list_insert
1181 g_list_insert_sorted
1182 g_list_remove
1183 g_list_remove_link
1184 g_list_delete_link
1185 g_list_free
1186
1187 <SUBSECTION>
1188 g_list_alloc
1189 g_list_free_1
1190
1191 <SUBSECTION>
1192 g_list_length
1193 g_list_copy
1194 g_list_reverse
1195 g_list_sort
1196 g_list_sort_with_data
1197 GCompareFunc
1198 g_list_concat
1199 g_list_foreach
1200 GFunc
1201
1202 <SUBSECTION>
1203 g_list_first
1204 g_list_last
1205 g_list_previous
1206 g_list_next
1207 g_list_nth
1208 g_list_nth_data
1209
1210 <SUBSECTION>
1211 g_list_find
1212 g_list_find_custom
1213 g_list_position
1214 g_list_index
1215
1216 <SUBSECTION>
1217 g_list_push_allocator
1218 g_list_pop_allocator
1219 </SECTION>
1220
1221 <SECTION>
1222 <TITLE>Singly-Linked Lists</TITLE>
1223 <FILE>linked_lists_single</FILE>
1224 GSList
1225
1226 <SUBSECTION>
1227 g_slist_alloc
1228 g_slist_append
1229 g_slist_prepend
1230 g_slist_insert
1231 g_slist_insert_before
1232 g_slist_insert_sorted
1233 g_slist_remove
1234 g_slist_remove_link
1235 g_slist_delete_link
1236 g_slist_free
1237 g_slist_free_1
1238
1239 <SUBSECTION>
1240 g_slist_length
1241 g_slist_copy
1242 g_slist_reverse
1243 g_slist_sort
1244 g_slist_sort_with_data
1245 g_slist_concat
1246 g_slist_foreach
1247
1248 <SUBSECTION>
1249 g_slist_last
1250 g_slist_next
1251 g_slist_nth
1252 g_slist_nth_data
1253
1254 <SUBSECTION>
1255 g_slist_find
1256 g_slist_find_custom
1257 g_slist_position
1258 g_slist_index
1259
1260 <SUBSECTION>
1261 g_slist_push_allocator
1262 g_slist_pop_allocator
1263 </SECTION>
1264
1265 <SECTION>
1266 <TITLE>Double-ended Queues</TITLE>
1267 <FILE>queue</FILE>
1268
1269 GQueue
1270 g_queue_new
1271 g_queue_free
1272 g_queue_push_head
1273 g_queue_push_tail
1274 g_queue_pop_head
1275 g_queue_pop_tail
1276 g_queue_is_empty
1277 g_queue_peek_head
1278 g_queue_peek_tail
1279 g_queue_push_head_link
1280 g_queue_push_tail_link
1281 g_queue_pop_head_link
1282 g_queue_pop_tail_link
1283 </SECTION>
1284
1285 <SECTION>
1286 <TITLE>Trash Stacks</TITLE>
1287 <FILE>trash_stack</FILE>
1288 GTrashStack
1289
1290 g_trash_stack_push
1291 g_trash_stack_pop
1292 g_trash_stack_peek
1293 g_trash_stack_height
1294 </SECTION>
1295
1296 <SECTION>
1297 <TITLE>Hash Tables</TITLE>
1298 <FILE>hash_tables</FILE>
1299 GHashTable
1300 g_hash_table_new
1301 GHashFunc
1302 GEqualFunc
1303 g_hash_table_insert
1304 g_hash_table_size
1305 g_hash_table_lookup
1306 g_hash_table_lookup_extended
1307 g_hash_table_foreach
1308 GHFunc
1309 g_hash_table_remove
1310 g_hash_table_foreach_remove
1311 GHRFunc
1312 g_hash_table_freeze
1313 g_hash_table_thaw
1314 g_hash_table_destroy
1315
1316 <SUBSECTION>
1317 g_direct_equal
1318 g_direct_hash
1319 g_int_equal
1320 g_int_hash
1321 g_str_equal
1322 g_str_hash
1323
1324 </SECTION>
1325
1326 <SECTION>
1327 <TITLE>Strings</TITLE>
1328 <FILE>strings</FILE>
1329 GString
1330 g_string_new
1331 g_string_new_len
1332 g_string_sized_new
1333 g_string_assign
1334 g_string_sprintf
1335 g_string_sprintfa
1336 g_string_append
1337 g_string_append_c
1338 g_string_append_len
1339 g_string_prepend
1340 g_string_prepend_c
1341 g_string_prepend_len
1342 g_string_insert
1343 g_string_insert_c
1344 g_string_insert_len
1345 g_string_erase
1346 g_string_truncate
1347 g_string_free
1348
1349 <SUBSECTION>
1350 g_string_up
1351 g_string_down
1352
1353 <SUBSECTION>
1354 g_string_hash
1355 g_string_equal
1356
1357 </SECTION>
1358
1359 <SECTION>
1360 <TITLE>String Chunks</TITLE>
1361 <FILE>string_chunks</FILE>
1362 GStringChunk
1363 g_string_chunk_new
1364 g_string_chunk_insert
1365 g_string_chunk_insert_const
1366 g_string_chunk_free
1367
1368 </SECTION>
1369
1370 <SECTION>
1371 <TITLE>Arrays</TITLE>
1372 <FILE>arrays</FILE>
1373 GArray
1374 g_array_new
1375 g_array_sized_new
1376 g_array_append_val
1377 g_array_append_vals
1378 g_array_prepend_val
1379 g_array_prepend_vals
1380 g_array_insert_val
1381 g_array_insert_vals
1382 g_array_remove_index
1383 g_array_remove_index_fast
1384 g_array_sort
1385 g_array_sort_with_data
1386 g_array_index
1387 g_array_set_size
1388 g_array_free
1389 </SECTION>
1390
1391 <SECTION>
1392 <TITLE>Pointer Arrays</TITLE>
1393 <FILE>arrays_pointer</FILE>
1394 GPtrArray
1395 g_ptr_array_new
1396 g_ptr_array_sized_new
1397 g_ptr_array_add
1398 g_ptr_array_remove
1399 g_ptr_array_remove_index
1400 g_ptr_array_remove_fast
1401 g_ptr_array_remove_index_fast
1402 g_ptr_array_sort
1403 g_ptr_array_sort_with_data
1404 g_ptr_array_set_size
1405 g_ptr_array_index
1406 g_ptr_array_free
1407
1408 </SECTION>
1409
1410 <SECTION>
1411 <TITLE>Byte Arrays</TITLE>
1412 <FILE>arrays_byte</FILE>
1413 GByteArray
1414 g_byte_array_new
1415 g_byte_array_sized_new
1416 g_byte_array_append
1417 g_byte_array_prepend
1418 g_byte_array_remove_index
1419 g_byte_array_remove_index_fast
1420 g_byte_array_sort
1421 g_byte_array_sort_with_data
1422 g_byte_array_set_size
1423 g_byte_array_free
1424
1425 </SECTION>
1426
1427 <SECTION>
1428 <TITLE>Balanced Binary Trees</TITLE>
1429 <FILE>trees-binary</FILE>
1430 GTree
1431 g_tree_new
1432 g_tree_new_with_data
1433 g_tree_insert
1434 g_tree_nnodes
1435 g_tree_height
1436 g_tree_lookup
1437 g_tree_search
1438 g_tree_traverse
1439 GTraverseFunc
1440 GTraverseType
1441 g_tree_remove
1442 g_tree_destroy
1443 </SECTION>
1444
1445 <SECTION>
1446 <TITLE>N-ary Trees</TITLE>
1447 <FILE>trees-nary</FILE>
1448 GNode
1449 g_node_new
1450 g_node_copy
1451
1452 <SUBSECTION>
1453 g_node_insert
1454 g_node_insert_before
1455 g_node_insert_after
1456 g_node_append
1457 g_node_prepend
1458
1459 <SUBSECTION>
1460 g_node_insert_data
1461 g_node_insert_data_before
1462 g_node_append_data
1463 g_node_prepend_data
1464
1465 <SUBSECTION>
1466 g_node_reverse_children
1467 g_node_traverse
1468 GTraverseFlags
1469 GNodeTraverseFunc
1470 g_node_children_foreach
1471 GNodeForeachFunc
1472
1473 <SUBSECTION>
1474 g_node_get_root
1475 g_node_find
1476 g_node_find_child
1477 g_node_child_index
1478 g_node_child_position
1479 g_node_first_child
1480 g_node_last_child
1481 g_node_nth_child
1482 g_node_first_sibling
1483 g_node_next_sibling
1484 g_node_prev_sibling
1485 g_node_last_sibling
1486
1487 <SUBSECTION>
1488 G_NODE_IS_LEAF
1489 G_NODE_IS_ROOT
1490 g_node_depth
1491 g_node_n_nodes
1492 g_node_n_children
1493 g_node_is_ancestor
1494 g_node_max_height
1495
1496 <SUBSECTION>
1497 g_node_unlink
1498 g_node_destroy
1499
1500 <SUBSECTION>
1501 g_node_push_allocator
1502 g_node_pop_allocator
1503 </SECTION>
1504
1505
1506 <SECTION>
1507 <TITLE>Quarks</TITLE>
1508 <FILE>quarks</FILE>
1509 GQuark
1510 g_quark_from_string
1511 g_quark_from_static_string
1512 g_quark_to_string
1513 g_quark_try_string
1514
1515 </SECTION>
1516
1517 <SECTION>
1518 <TITLE>Keyed Data Lists</TITLE>
1519 <FILE>datalist</FILE>
1520 GData
1521 g_datalist_init
1522
1523 <SUBSECTION>
1524 g_datalist_id_set_data
1525 g_datalist_id_set_data_full
1526 g_datalist_id_get_data
1527 g_datalist_id_remove_data
1528 g_datalist_id_remove_no_notify
1529
1530 <SUBSECTION>
1531 g_datalist_set_data
1532 g_datalist_set_data_full
1533 g_datalist_get_data
1534 g_datalist_remove_data
1535 g_datalist_remove_no_notify
1536
1537 <SUBSECTION>
1538 g_datalist_foreach
1539 g_datalist_clear
1540 </SECTION>
1541
1542
1543 <SECTION>
1544 <TITLE>Datasets</TITLE>
1545 <FILE>datasets</FILE>
1546 g_dataset_id_set_data
1547 g_dataset_id_set_data_full
1548 GDestroyNotify
1549 g_dataset_id_get_data
1550 g_dataset_id_remove_data
1551 g_dataset_id_remove_no_notify
1552
1553 <SUBSECTION>
1554 g_dataset_set_data
1555 g_dataset_set_data_full
1556 g_dataset_get_data
1557 g_dataset_remove_data
1558 g_dataset_remove_no_notify
1559
1560 <SUBSECTION>
1561 g_dataset_foreach
1562 GDataForeachFunc
1563 g_dataset_destroy
1564
1565 </SECTION>
1566
1567 <SECTION>
1568 <TITLE>Relations and Tuples</TITLE>
1569 <FILE>relations</FILE>
1570 GRelation
1571 g_relation_new
1572 g_relation_index
1573 g_relation_insert
1574 g_relation_exists
1575 g_relation_count
1576 g_relation_select
1577 g_relation_delete
1578 g_relation_destroy
1579
1580 <SUBSECTION>
1581 g_relation_print
1582
1583 <SUBSECTION>
1584 GTuples
1585 g_tuples_destroy
1586 g_tuples_index
1587 </SECTION>
1588
1589 <SECTION>
1590 <TITLE>Caches</TITLE>
1591 <FILE>caches</FILE>
1592 GCache
1593 g_cache_new
1594 g_cache_insert
1595 g_cache_remove
1596 g_cache_destroy
1597
1598 <SUBSECTION>
1599 g_cache_key_foreach
1600 g_cache_value_foreach
1601
1602 <SUBSECTION>
1603 GCacheDestroyFunc
1604 GCacheDupFunc
1605 GCacheNewFunc
1606 </SECTION>
1607
1608 <SECTION>
1609 <TITLE>Memory Allocators</TITLE>
1610 <FILE>allocators</FILE>
1611 GAllocator
1612 g_allocator_new
1613 g_allocator_free
1614
1615 <SUBSECTION Private>
1616 G_ALLOCATOR_LIST
1617 G_ALLOCATOR_NODE
1618 G_ALLOCATOR_SLIST
1619 </SECTION>
1620
1621 <SECTION>
1622 <TITLE>Random Numbers</TITLE>
1623 <FILE>random_numbers</FILE>
1624 GRand
1625 g_rand_new_with_seed
1626 g_rand_new
1627 g_rand_free
1628 g_rand_set_seed
1629 g_rand_boolean
1630 g_rand_int
1631 g_rand_int_range
1632 g_rand_double
1633 g_rand_double_range
1634 g_random_set_seed
1635 g_random_boolean
1636 g_random_int
1637 g_random_int_range
1638 g_random_double
1639 g_random_double_range
1640 </SECTION>
1641
1642 <SECTION>
1643 <TITLE>Character Set Conversion</TITLE>
1644 <FILE>conversions</FILE>
1645 g_convert
1646 g_convert_with_fallback
1647 G_CONVERT_ERROR
1648 g_iconv_open
1649 g_iconv
1650 g_iconv_close
1651 g_locale_to_utf8
1652 g_filename_to_utf8
1653 g_filename_from_utf8
1654 g_locale_from_utf8
1655 GConvertError
1656 <SUBSECTION Private>
1657 g_convert_error_quark
1658 </SECTION>
1659
1660 <SECTION>
1661 <TITLE>Unicode Manipulation</TITLE>
1662 <FILE>unicode</FILE>
1663 gunichar
1664 gunichar2
1665
1666 <SUBSECTION>
1667 g_get_charset
1668
1669 <SUBSECTION>
1670 g_unichar_isalnum
1671 g_unichar_isalpha
1672 g_unichar_iscntrl
1673 g_unichar_isdigit
1674 g_unichar_isgraph
1675 g_unichar_islower
1676 g_unichar_isprint
1677 g_unichar_ispunct
1678 g_unichar_isspace
1679 g_unichar_isupper
1680 g_unichar_isxdigit
1681 g_unichar_istitle
1682 g_unichar_isdefined
1683 g_unichar_iswide
1684 g_unichar_toupper
1685 g_unichar_tolower
1686 g_unichar_totitle
1687 g_unichar_digit_value
1688 g_unichar_xdigit_value
1689 GUnicodeType
1690 g_unichar_type
1691 g_unicode_canonical_ordering
1692 g_unicode_canonical_decomposition
1693
1694 <SUBSECTION>
1695 g_utf8_next_char
1696 g_utf8_get_char
1697 g_utf8_offset_to_pointer
1698 g_utf8_pointer_to_offset
1699 g_utf8_prev_char
1700 g_utf8_find_next_char
1701 g_utf8_find_prev_char
1702 g_utf8_strlen
1703 g_utf8_strncpy
1704 g_utf8_strchr
1705 g_utf8_strrchr
1706 g_utf8_validate
1707
1708 <SUBSECTION>
1709 g_utf8_to_utf16
1710 g_utf8_to_ucs4
1711 g_utf16_to_ucs4
1712 g_utf16_to_utf8
1713 g_ucs4_to_utf16
1714 g_ucs4_to_utf8
1715 g_unichar_to_utf8
1716 </SECTION>