Document G_GNUC_MALLOC.
[glib.git] / docs / reference / glib / glib-sections.txt
blob5cfd1007afcb4025bc715639fac7dad78f500ffb
1 <INCLUDE>glib.h</INCLUDE>
3 <SECTION>
4 <TITLE>Basic Types</TITLE>
5 <FILE>types</FILE>
6 gboolean
7 gpointer
8 gconstpointer
9 gchar
10 guchar
12 <SUBSECTION>
13 gint
14 guint
15 gshort
16 gushort
17 glong
18 gulong
20 <SUBSECTION>
21 gint8
22 guint8
23 gint16
24 guint16
25 gint32
26 guint32
28 <SUBSECTION>
29 G_HAVE_GINT64
30 gint64
31 guint64
32 G_GINT64_CONSTANT
34 <SUBSECTION>
35 gfloat
36 gdouble
38 <SUBSECTION>
39 gsize
40 gssize
42 <SUBSECTION Private>
43 GLIB_SIZEOF_VOID_P
44 GLIB_SIZEOF_LONG
45 GLIB_SIZEOF_SIZE_T
46 </SECTION>
48 <SECTION>
49 <TITLE>Limits of Basic Types</TITLE>
50 <FILE>limits</FILE>
51 G_MININT
52 G_MAXINT
53 G_MAXUINT
55 <SUBSECTION>
56 G_MINSHORT
57 G_MAXSHORT
58 G_MAXUSHORT
60 <SUBSECTION>
61 G_MINLONG
62 G_MAXLONG
63 G_MAXULONG
65 <SUBSECTION>
66 G_MININT8
67 G_MAXINT8
68 G_MAXUINT8
70 <SUBSECTION>
71 G_MININT16
72 G_MAXINT16
73 G_MAXUINT16
75 <SUBSECTION>
76 G_MININT32
77 G_MAXINT32
78 G_MAXUINT32
80 <SUBSECTION>
81 G_MININT64
82 G_MAXINT64
83 G_MAXUINT64
85 <SUBSECTION>
86 G_MAXSIZE
88 <SUBSECTION>
89 G_MINFLOAT
90 G_MAXFLOAT
92 <SUBSECTION>
93 G_MINDOUBLE
94 G_MAXDOUBLE
95 </SECTION>
97 <SECTION>
98 <TITLE>Version Information</TITLE>
99 <FILE>version</FILE>
100 glib_major_version
101 glib_minor_version
102 glib_micro_version
103 glib_binary_age
104 glib_interface_age
105 glib_check_version
107 <SUBSECTION>
108 GLIB_MAJOR_VERSION
109 GLIB_MINOR_VERSION
110 GLIB_MICRO_VERSION
111 GLIB_CHECK_VERSION
112 </SECTION>
114 <SECTION>
115 <TITLE>Standard Macros</TITLE>
116 <FILE>macros</FILE>
117 <SUBSECTION>
118 G_OS_WIN32
119 G_OS_BEOS
120 G_OS_UNIX
122 <SUBSECTION>
123 G_DIR_SEPARATOR
124 G_DIR_SEPARATOR_S
125 G_IS_DIR_SEPARATOR
126 G_SEARCHPATH_SEPARATOR
127 G_SEARCHPATH_SEPARATOR_S
129 <SUBSECTION>
130 TRUE
131 FALSE
133 <SUBSECTION>
134 NULL
136 <SUBSECTION>
140 <SUBSECTION>
142 CLAMP
144 <SUBSECTION>
145 G_STRUCT_MEMBER
146 G_STRUCT_MEMBER_P
147 G_STRUCT_OFFSET
149 <SUBSECTION>
150 G_MEM_ALIGN
152 <SUBSECTION>
153 G_CONST_RETURN
155 </SECTION>
157 <SECTION>
158 <TITLE>Type Conversion Macros</TITLE>
159 <FILE>type_conversion</FILE>
160 GINT_TO_POINTER
161 GPOINTER_TO_INT
163 <SUBSECTION>
164 GUINT_TO_POINTER
165 GPOINTER_TO_UINT
166 GSIZE_TO_POINTER
167 GPOINTER_TO_SIZE
168 </SECTION>
170 <SECTION>
171 <TITLE>Byte Order Macros</TITLE>
172 <FILE>byte_order</FILE>
173 G_BYTE_ORDER
174 G_LITTLE_ENDIAN
175 G_BIG_ENDIAN
176 G_PDP_ENDIAN
178 <SUBSECTION>
179 g_htonl
180 g_htons
181 g_ntohl
182 g_ntohs
184 <SUBSECTION>
185 GINT_FROM_BE
186 GINT_FROM_LE
187 GINT_TO_BE
188 GINT_TO_LE
190 <SUBSECTION>
191 GUINT_FROM_BE
192 GUINT_FROM_LE
193 GUINT_TO_BE
194 GUINT_TO_LE
196 <SUBSECTION>
197 GLONG_FROM_BE
198 GLONG_FROM_LE
199 GLONG_TO_BE
200 GLONG_TO_LE
202 <SUBSECTION>
203 GULONG_FROM_BE
204 GULONG_FROM_LE
205 GULONG_TO_BE
206 GULONG_TO_LE
208 <SUBSECTION>
209 GINT16_FROM_BE
210 GINT16_FROM_LE
211 GINT16_TO_BE
212 GINT16_TO_LE
214 <SUBSECTION>
215 GUINT16_FROM_BE
216 GUINT16_FROM_LE
217 GUINT16_TO_BE
218 GUINT16_TO_LE
220 <SUBSECTION>
221 GINT32_FROM_BE
222 GINT32_FROM_LE
223 GINT32_TO_BE
224 GINT32_TO_LE
226 <SUBSECTION>
227 GUINT32_FROM_BE
228 GUINT32_FROM_LE
229 GUINT32_TO_BE
230 GUINT32_TO_LE
232 <SUBSECTION>
233 GINT64_FROM_BE
234 GINT64_FROM_LE
235 GINT64_TO_BE
236 GINT64_TO_LE
238 <SUBSECTION>
239 GUINT64_FROM_BE
240 GUINT64_FROM_LE
241 GUINT64_TO_BE
242 GUINT64_TO_LE
244 <SUBSECTION>
245 GUINT16_SWAP_BE_PDP
246 GUINT16_SWAP_LE_BE
247 GUINT16_SWAP_LE_PDP
249 <SUBSECTION>
250 GUINT32_SWAP_BE_PDP
251 GUINT32_SWAP_LE_BE
252 GUINT32_SWAP_LE_PDP
254 <SUBSECTION>
255 GUINT64_SWAP_LE_BE
257 <SUBSECTION Private>
258 GUINT16_SWAP_LE_BE_CONSTANT
259 GUINT32_SWAP_LE_BE_CONSTANT
260 GUINT64_SWAP_LE_BE_CONSTANT
261 GUINT16_SWAP_LE_BE_IA32
262 GUINT32_SWAP_LE_BE_IA32
263 GUINT64_SWAP_LE_BE_IA32
264 GUINT16_SWAP_LE_BE_IA64
265 GUINT32_SWAP_LE_BE_IA64
266 GUINT64_SWAP_LE_BE_IA64
267 GUINT32_SWAP_LE_BE_X86_64
268 GUINT64_SWAP_LE_BE_X86_64
270 </SECTION>
272 <SECTION>
273 <TITLE>Numerical Definitions</TITLE>
274 <FILE>numerical</FILE>
275 G_IEEE754_FLOAT_BIAS
276 G_IEEE754_DOUBLE_BIAS
277 GFloatIEEE754
278 GDoubleIEEE754
280 <SUBSECTION>
281 <SUBSECTION>
283 G_LN2
284 G_LN10
285 G_PI
286 G_PI_2
287 G_PI_4
288 G_SQRT2
289 G_LOG_2_BASE_10
290 </SECTION>
292 <SECTION>
293 <TITLE>Miscellaneous Macros</TITLE>
294 <FILE>macros_misc</FILE>
295 G_INLINE_FUNC
297 <SUBSECTION>
298 G_STMT_START
299 G_STMT_END
301 <SUBSECTION>
302 G_BEGIN_DECLS
303 G_END_DECLS
305 <SUBSECTION>
306 G_N_ELEMENTS
308 <SUBSECTION>
309 G_VA_COPY
311 <SUBSECTION>
312 G_STRINGIFY
314 <SUBSECTION>
315 G_GNUC_EXTENSION
316 G_GNUC_CONST
317 G_GNUC_PURE
318 G_GNUC_MALLOC
319 G_GNUC_DEPRECATED
320 G_GNUC_NORETURN
321 G_GNUC_UNUSED
322 G_GNUC_PRINTF
323 G_GNUC_SCANF
324 G_GNUC_FORMAT
325 G_GNUC_FUNCTION
326 G_GNUC_PRETTY_FUNCTION
327 G_GNUC_NO_INSTRUMENT
328 G_HAVE_GNUC_VISIBILITY
329 G_GNUC_INTERNAL
331 <SUBSECTION>
332 G_LIKELY
333 G_UNLIKELY
335 <SUBSECTION>
336 G_STRLOC
337 G_STRFUNC
339 <SUBSECTION>
340 G_GINT16_MODIFIER
341 G_GINT16_FORMAT
342 G_GUINT16_FORMAT
343 G_GINT32_MODIFIER
344 G_GINT32_FORMAT
345 G_GUINT32_FORMAT
346 G_GINT64_MODIFIER
347 G_GINT64_FORMAT
348 G_GUINT64_FORMAT
349 G_GSIZE_MODIFIER
350 G_GSIZE_FORMAT
351 G_GSSIZE_FORMAT
353 <SUBSECTION Private>
354 GLIB_VAR
355 G_STRINGIFY_ARG
356 G_HAVE_INLINE
357 G_CAN_INLINE
358 inline
359 G_HAVE___INLINE
360 G_HAVE___INLINE__
361 G_HAVE_GNUC_VARARGS
362 G_HAVE_ISO_VARARGS
363 G_HAVE_GROWING_STACK
364 </SECTION>
366 <SECTION>
367 <TITLE>Error Reporting</TITLE>
368 <FILE>error_reporting</FILE>
369 GError
370 g_error_new
371 g_error_new_literal
372 g_error_free
373 g_error_copy
374 g_error_matches
375 g_set_error
376 g_propagate_error
377 g_clear_error
378 </SECTION>
380 <SECTION>
381 <TITLE>The Main Event Loop</TITLE>
382 <FILE>main</FILE>
383 GMainLoop
384 g_main_loop_new
385 g_main_loop_ref
386 g_main_loop_unref
387 g_main_loop_run
388 g_main_loop_quit
389 g_main_loop_is_running
390 g_main_loop_get_context
391 g_main_new
392 g_main_destroy
393 g_main_run
394 g_main_quit
395 g_main_is_running
397 <SUBSECTION>
398 G_PRIORITY_HIGH
399 G_PRIORITY_DEFAULT
400 G_PRIORITY_HIGH_IDLE
401 G_PRIORITY_DEFAULT_IDLE
402 G_PRIORITY_LOW
404 <SUBSECTION>
405 GMainContext
406 g_main_context_new
407 g_main_context_ref
408 g_main_context_unref
409 g_main_context_default
410 g_main_context_iteration
411 g_main_iteration
412 g_main_context_pending
413 g_main_pending
414 g_main_context_find_source_by_id
415 g_main_context_find_source_by_user_data
416 g_main_context_find_source_by_funcs_user_data
417 g_main_context_wakeup
418 g_main_context_acquire
419 g_main_context_release
420 g_main_context_wait
421 g_main_context_prepare
422 g_main_context_query
423 g_main_context_check
424 g_main_context_dispatch
425 g_main_context_set_poll_func
426 g_main_context_get_poll_func
427 GPollFunc
428 g_main_context_add_poll
429 g_main_context_remove_poll
430 g_main_depth
431 g_main_set_poll_func
433 <SUBSECTION>
434 g_timeout_source_new
435 g_timeout_add
436 g_timeout_add_full
438 <SUBSECTION>
439 g_idle_source_new
440 g_idle_add
441 g_idle_add_full
442 g_idle_remove_by_data
444 <SUBSECTION>
445 GPid
446 GChildWatchFunc
447 g_child_watch_source_new
448 g_child_watch_add
449 g_child_watch_add_full
450 <SUBSECTION>
451 GPollFD
453 <SUBSECTION>
454 GSource
455 GSourceDummyMarshal
456 GSourceFuncs
457 GSourceCallbackFuncs
458 g_source_new
459 g_source_ref
460 g_source_unref
461 g_source_attach
462 g_source_destroy
463 g_source_set_priority
464 g_source_get_priority
465 g_source_set_can_recurse
466 g_source_get_can_recurse
467 g_source_get_id
468 g_source_get_context
469 g_source_set_callback
470 GSourceFunc
471 g_source_set_callback_indirect
472 g_source_add_poll
473 g_source_remove_poll
474 g_source_get_current_time
475 g_source_remove
476 g_source_remove_by_funcs_user_data
477 g_source_remove_by_user_data
479 <SUBSECTION Private>
480 GLIB_HAVE_SYS_POLL_H
481 GLIB_HAVE_ALLOCA_H
482 alloca
483 GLIB_SYSDEF_POLLERR
484 GLIB_SYSDEF_POLLHUP
485 GLIB_SYSDEF_POLLIN
486 GLIB_SYSDEF_POLLNVAL
487 GLIB_SYSDEF_POLLOUT
488 GLIB_SYSDEF_POLLPRI
489 G_WIN32_MSG_HANDLE
490 g_idle_funcs
491 g_timeout_funcs
492 g_child_watch_funcs
493 </SECTION>
495 <SECTION>
496 <TITLE>Threads</TITLE>
497 <FILE>threads</FILE>
498 <SUBSECTION>
499 G_THREADS_ENABLED
500 G_THREADS_IMPL_POSIX
501 G_THREADS_IMPL_SOLARIS
502 G_THREADS_IMPL_NONE
504 <SUBSECTION>
505 G_THREAD_ERROR
506 GThreadError
508 <SUBSECTION>
509 GThreadFunctions
510 g_thread_init
511 g_thread_supported
513 <SUBSECTION>
514 GThreadFunc
515 GThreadPriority
516 GThread
517 g_thread_create
518 g_thread_create_full
519 g_thread_self
520 g_thread_join
521 g_thread_set_priority
522 g_thread_yield
523 g_thread_exit
525 <SUBSECTION>
526 GMutex
527 g_mutex_new
528 g_mutex_lock
529 g_mutex_trylock
530 g_mutex_unlock
531 g_mutex_free
533 <SUBSECTION>
534 GStaticMutex
535 G_STATIC_MUTEX_INIT
536 g_static_mutex_init
537 g_static_mutex_lock
538 g_static_mutex_trylock
539 g_static_mutex_unlock
540 g_static_mutex_get_mutex
541 g_static_mutex_free
543 <SUBSECTION>
544 G_LOCK_DEFINE
545 G_LOCK_DEFINE_STATIC
546 G_LOCK_EXTERN
547 G_LOCK
548 G_TRYLOCK
549 G_UNLOCK
551 <SUBSECTION>
552 GStaticRecMutex
553 G_STATIC_REC_MUTEX_INIT
554 g_static_rec_mutex_init
555 g_static_rec_mutex_lock
556 g_static_rec_mutex_trylock
557 g_static_rec_mutex_unlock
558 g_static_rec_mutex_lock_full
559 g_static_rec_mutex_unlock_full
560 g_static_rec_mutex_free
562 <SUBSECTION>
563 GStaticRWLock
564 G_STATIC_RW_LOCK_INIT
565 g_static_rw_lock_init
566 g_static_rw_lock_reader_lock
567 g_static_rw_lock_reader_trylock
568 g_static_rw_lock_reader_unlock
569 g_static_rw_lock_writer_lock
570 g_static_rw_lock_writer_trylock
571 g_static_rw_lock_writer_unlock
572 g_static_rw_lock_free
574 <SUBSECTION>
575 GCond
576 g_cond_new
577 g_cond_signal
578 g_cond_broadcast
579 g_cond_wait
580 g_cond_timed_wait
581 g_cond_free
583 <SUBSECTION>
584 GPrivate
585 g_private_new
586 g_private_get
587 g_private_set
589 <SUBSECTION>
590 GStaticPrivate
591 G_STATIC_PRIVATE_INIT
592 g_static_private_init
593 g_static_private_get
594 g_static_private_set
595 g_static_private_free
597 <SUBSECTION>
598 GOnce
599 GOnceStatus
600 G_ONCE_INIT
601 g_once
603 <SUBSECTION Private>
604 G_THREAD_ECF
605 G_THREAD_CF
606 G_THREAD_UF
607 g_static_mutex_get_mutex_impl
608 g_static_mutex_get_mutex_impl_shortcut
609 G_MUTEX_DEBUG_MAGIC
610 g_thread_init_with_errorcheck_mutexes
611 G_LOCK_NAME
612 glib_dummy_decl
613 GSystemThread
614 g_thread_use_default_impl
615 g_threads_got_initialized
616 g_thread_functions_for_glib_use
617 g_thread_init_glib
618 g_thread_error_quark
619 g_once_impl
620 </SECTION>
622 <SECTION>
623 <TITLE>Thread Pools</TITLE>
624 <FILE>thread_pools</FILE>
625 GThreadPool
626 g_thread_pool_new
627 g_thread_pool_push
628 g_thread_pool_set_max_threads
629 g_thread_pool_get_max_threads
630 g_thread_pool_get_num_threads
631 g_thread_pool_unprocessed
632 g_thread_pool_free
633 g_thread_pool_set_max_unused_threads
634 g_thread_pool_get_max_unused_threads
635 g_thread_pool_get_num_unused_threads
636 g_thread_pool_stop_unused_threads
637 </SECTION>
639 <SECTION>
640 <TITLE>Asynchronous Queues</TITLE>
641 <FILE>async_queues</FILE>
642 GAsyncQueue
643 g_async_queue_new
644 g_async_queue_ref
645 g_async_queue_unref
646 g_async_queue_push
647 g_async_queue_pop
648 g_async_queue_try_pop
649 g_async_queue_timed_pop
650 g_async_queue_length
652 <SUBSECTION>
653 g_async_queue_lock
654 g_async_queue_unlock
655 g_async_queue_ref_unlocked
656 g_async_queue_unref_and_unlock
657 g_async_queue_push_unlocked
658 g_async_queue_pop_unlocked
659 g_async_queue_try_pop_unlocked
660 g_async_queue_timed_pop_unlocked
661 g_async_queue_length_unlocked
662 </SECTION>
664 <SECTION>
665 <TITLE>Atomic Operations</TITLE>
666 <FILE>atomic_operations</FILE>
667 g_atomic_int_get
668 g_atomic_int_add
669 g_atomic_int_exchange_and_add
670 g_atomic_int_compare_and_exchange
671 g_atomic_pointer_get
672 g_atomic_pointer_compare_and_exchange
673 g_atomic_int_inc
674 g_atomic_int_dec_and_test
675 </SECTION>
677 <SECTION>
678 <TITLE>IO Channels</TITLE>
679 <FILE>iochannels</FILE>
680 GIOChannel
682 <SUBSECTION>
683 g_io_channel_unix_new
684 g_io_channel_unix_get_fd
686 <SUBSECTION>
687 g_io_channel_init
689 <SUBSECTION>
690 g_io_channel_new_file
691 g_io_channel_read_chars
692 g_io_channel_read_unichar
693 g_io_channel_read_line
694 g_io_channel_read_line_string
695 g_io_channel_read_to_end
696 g_io_channel_write_chars
697 g_io_channel_write_unichar
698 g_io_channel_flush
699 g_io_channel_seek_position
700 GSeekType
701 g_io_channel_shutdown
703 <SUBSECTION>
704 GIOStatus
705 GIOChannelError
706 G_IO_CHANNEL_ERROR
707 g_io_channel_error_from_errno
709 <SUBSECTION>
710 g_io_channel_ref
711 g_io_channel_unref
713 <SUBSECTION>
714 g_io_create_watch
715 g_io_add_watch
716 g_io_add_watch_full
717 GIOCondition
718 GIOFunc
720 <SUBSECTION>
721 GIOFuncs
723 <SUBSECTION>
724 g_io_channel_get_buffer_size
725 g_io_channel_set_buffer_size
726 g_io_channel_get_buffer_condition
727 g_io_channel_get_flags
728 g_io_channel_set_flags
729 GIOFlags
730 g_io_channel_get_line_term
731 g_io_channel_set_line_term
732 g_io_channel_get_buffered
733 g_io_channel_set_buffered
734 g_io_channel_get_encoding
735 g_io_channel_set_encoding
736 g_io_channel_get_close_on_unref
737 g_io_channel_set_close_on_unref
739 <SUBSECTION Private>
740 g_io_channel_win32_new_fd
741 g_io_channel_win32_new_messages
742 g_io_channel_win32_new_socket
743 g_io_channel_win32_poll
744 g_io_channel_win32_make_pollfd
745 g_io_channel_win32_get_fd
747 <SUBSECTION>
748 g_io_channel_read
749 GIOError
750 g_io_channel_write
751 g_io_channel_seek
752 g_io_channel_close
754 <SUBSECTION Private>
755 g_io_channel_error_quark
756 g_io_watch_funcs
757 </SECTION>
759 <SECTION>
760 <TITLE>Memory Allocation</TITLE>
761 <FILE>memory</FILE>
762 g_new
763 g_new0
764 g_renew
766 <SUBSECTION>
767 g_malloc
768 g_malloc0
769 g_realloc
770 g_try_malloc
771 g_try_realloc
773 <SUBSECTION>
774 g_free
776 <SUBSECTION>
777 g_alloca
778 g_newa
780 <SUBSECTION>
781 g_memmove
782 g_memdup
784 <SUBSECTION>
785 GMemVTable
786 g_mem_set_vtable
787 g_mem_is_system_malloc
789 <SUBSECTION>
790 glib_mem_profiler_table
791 g_mem_profile
792 </SECTION>
794 <SECTION>
795 <TITLE>Warnings and Assertions</TITLE>
796 <FILE>warnings</FILE>
797 g_print
798 g_set_print_handler
799 GPrintFunc
801 <SUBSECTION>
802 g_printerr
803 g_set_printerr_handler
805 <SUBSECTION>
806 g_return_if_fail
807 g_return_val_if_fail
808 g_return_if_reached
809 g_return_val_if_reached
811 <SUBSECTION>
812 g_assert
813 g_assert_not_reached
815 <SUBSECTION>
816 g_on_error_query
817 g_on_error_stack_trace
819 <SUBSECTION>
820 G_BREAKPOINT
822 <SUBSECTION Private>
823 g_return_if_fail_warning
824 g_assert_warning
825 </SECTION>
827 <SECTION>
828 <TITLE>Glob-style pattern matching</TITLE>
829 <FILE>patterns</FILE>
830 GPatternSpec
831 g_pattern_spec_new
832 g_pattern_spec_free
833 g_pattern_spec_equal
834 g_pattern_match
835 g_pattern_match_string
836 g_pattern_match_simple
837 </SECTION>
839 <SECTION>
840 <TITLE>Message Logging</TITLE>
841 <FILE>messages</FILE>
842 G_LOG_DOMAIN
843 G_LOG_FATAL_MASK
844 G_LOG_LEVEL_USER_SHIFT
845 GLogFunc
846 GLogLevelFlags
848 <SUBSECTION>
849 g_log
850 g_logv
851 g_message
852 g_warning
853 g_critical
854 g_error
855 g_debug
857 <SUBSECTION>
858 g_log_set_handler
859 g_log_remove_handler
860 g_log_set_always_fatal
861 g_log_set_fatal_mask
862 g_log_default_handler
863 g_log_set_default_handler
864 </SECTION>
866 <SECTION>
867 <TITLE>Timers</TITLE>
868 <FILE>timers</FILE>
869 GTimer
870 g_timer_new
871 g_timer_start
872 g_timer_stop
873 g_timer_continue
874 g_timer_elapsed
875 g_timer_reset
876 g_timer_destroy
877 </SECTION>
879 <SECTION>
880 <TITLE>Spawning Processes</TITLE>
881 <FILE>spawn</FILE>
882 GSpawnError
883 G_SPAWN_ERROR
884 GSpawnFlags
885 GSpawnChildSetupFunc
886 g_spawn_async_with_pipes
887 g_spawn_async
888 g_spawn_sync
889 g_spawn_command_line_async
890 g_spawn_command_line_sync
891 g_spawn_close_pid
892 <SUBSECTION Private>
893 g_spawn_error_quark
894 </SECTION>
896 <SECTION>
897 <TITLE>Simple XML Subset Parser</TITLE>
898 <FILE>markup</FILE>
899 GMarkupError
900 G_MARKUP_ERROR
901 GMarkupParseFlags
902 GMarkupParseContext
903 GMarkupParser
904 g_markup_escape_text
905 g_markup_printf_escaped
906 g_markup_vprintf_escaped
907 g_markup_parse_context_end_parse
908 g_markup_parse_context_free
909 g_markup_parse_context_get_position
910 g_markup_parse_context_get_element
911 g_markup_parse_context_new
912 g_markup_parse_context_parse
913 <SUBSECTION Private>
914 g_markup_error_quark
915 </SECTION>
918 <SECTION>
919 <TITLE>Shell-related Utilities</TITLE>
920 <FILE>shell</FILE>
921 GShellError
922 G_SHELL_ERROR
923 g_shell_parse_argv
924 g_shell_quote
925 g_shell_unquote
926 <SUBSECTION Private>
927 g_shell_error_quark
928 </SECTION>
931 <SECTION>
932 <TITLE>Commandline option parser</TITLE>
933 <FILE>option</FILE>
934 GOptionError
935 G_OPTION_ERROR
936 GOptionArgFunc
937 GOptionContext
938 g_option_context_new
939 g_option_context_free
940 g_option_context_parse
941 g_option_context_set_help_enabled
942 g_option_context_get_help_enabled
943 g_option_context_set_ignore_unknown_options
944 g_option_context_get_ignore_unknown_options
945 GOptionArg
946 GOptionFlags
947 G_OPTION_REMAINING
948 GOptionEntry
949 g_option_context_add_main_entries
950 GOptionGroup
951 g_option_context_add_group
952 g_option_context_set_main_group
953 g_option_context_get_main_group
954 g_option_group_new
955 g_option_group_free
956 g_option_group_add_entries
957 GOptionParseFunc
958 g_option_group_set_parse_hooks
959 GOptionErrorFunc
960 g_option_group_set_error_hook
961 GTranslateFunc
962 g_option_group_set_translate_func
963 g_option_group_set_translation_domain
964 <SUBSECTION Private>
965 g_option_error_quark
966 </SECTION>
969 <SECTION>
970 <TITLE>File Utilities</TITLE>
971 <FILE>fileutils</FILE>
972 <INCLUDE>glib.h,glib/gstdio.h</INCLUDE>
973 GFileError
974 G_FILE_ERROR
975 GFileTest
976 g_file_error_from_errno
977 g_file_get_contents
978 g_file_test
979 g_mkstemp
980 g_file_open_tmp
981 g_file_read_link
983 <SUBSECTION>
984 GDir
985 g_dir_open
986 g_dir_read_name
987 g_dir_rewind
988 g_dir_close
990 <SUBSECTION>
991 g_open
992 g_rename
993 g_mkdir
994 g_stat
995 g_lstat
996 g_unlink
997 g_remove
998 g_fopen
999 g_freopen
1001 <SUBSECTION Private>
1002 g_file_error_quark
1003 </SECTION>
1006 <SECTION>
1007 <TITLE>String Utility Functions</TITLE>
1008 <FILE>string_utils</FILE>
1009 <INCLUDE>glib.h,glib/gprintf.h</INCLUDE>
1010 g_strdup
1011 g_strndup
1012 g_strdupv
1013 g_strnfill
1014 g_stpcpy
1015 g_strstr_len
1016 g_strrstr
1017 g_strrstr_len
1018 g_str_has_prefix
1019 g_str_has_suffix
1021 <SUBSECTION>
1022 g_strlcpy
1023 g_strlcat
1025 <SUBSECTION>
1026 g_strdup_printf
1027 g_strdup_vprintf
1028 g_printf
1029 g_vprintf
1030 g_fprintf
1031 g_vfprintf
1032 g_sprintf
1033 g_vsprintf
1034 g_snprintf
1035 g_vsnprintf
1036 g_vasprintf
1037 g_printf_string_upper_bound
1039 <SUBSECTION>
1040 g_ascii_isalnum
1041 g_ascii_isalpha
1042 g_ascii_iscntrl
1043 g_ascii_isdigit
1044 g_ascii_isgraph
1045 g_ascii_islower
1046 g_ascii_isprint
1047 g_ascii_ispunct
1048 g_ascii_isspace
1049 g_ascii_isupper
1050 g_ascii_isxdigit
1052 <SUBSECTION>
1053 g_ascii_digit_value
1054 g_ascii_xdigit_value
1056 <SUBSECTION>
1057 g_ascii_strcasecmp
1058 g_ascii_strncasecmp
1060 <SUBSECTION>
1061 g_ascii_strup
1062 g_ascii_strdown
1064 <SUBSECTION>
1065 g_ascii_tolower
1066 g_ascii_toupper
1068 <SUBSECTION>
1069 g_string_ascii_up
1070 g_string_ascii_down
1072 <SUBSECTION>
1073 g_strup
1074 g_strdown
1076 <SUBSECTION>
1077 g_strcasecmp
1078 g_strncasecmp
1080 <SUBSECTION>
1081 g_strreverse
1083 <SUBSECTION>
1084 g_ascii_strtoull
1085 G_ASCII_DTOSTR_BUF_SIZE
1086 g_ascii_strtod
1087 g_ascii_dtostr
1088 g_ascii_formatd
1089 g_strtod
1091 <SUBSECTION>
1092 g_strchug
1093 g_strchomp
1094 g_strstrip
1096 <SUBSECTION>
1097 g_strdelimit
1098 G_STR_DELIMITERS
1099 g_strescape
1100 g_strcompress
1101 g_strcanon
1102 g_strsplit
1103 g_strsplit_set
1104 g_strfreev
1105 g_strconcat
1106 g_strjoin
1107 g_strjoinv
1108 g_strv_length
1110 <SUBSECTION>
1111 g_strerror
1112 g_strsignal
1114 <SUBSECTION Private>
1115 GAsciiType
1116 </SECTION>
1118 <SECTION>
1119 <TITLE>Date and Time Functions</TITLE>
1120 <FILE>date</FILE>
1121 G_USEC_PER_SEC
1122 GTimeVal
1123 g_get_current_time
1124 g_usleep
1125 g_time_val_add
1127 <SUBSECTION>
1128 GDate
1129 GTime
1130 GDateDMY
1131 GDateDay
1132 GDateMonth
1133 GDateYear
1134 GDateWeekday
1136 <SUBSECTION>
1137 G_DATE_BAD_DAY
1138 G_DATE_BAD_JULIAN
1139 G_DATE_BAD_YEAR
1141 <SUBSECTION>
1142 g_date_new
1143 g_date_new_dmy
1144 g_date_new_julian
1145 g_date_clear
1146 g_date_free
1148 <SUBSECTION>
1149 g_date_set_day
1150 g_date_set_month
1151 g_date_set_year
1152 g_date_set_dmy
1153 g_date_set_julian
1154 g_date_set_time
1155 g_date_set_parse
1157 <SUBSECTION>
1158 g_date_add_days
1159 g_date_subtract_days
1160 g_date_add_months
1161 g_date_subtract_months
1162 g_date_add_years
1163 g_date_subtract_years
1164 g_date_days_between
1165 g_date_compare
1166 g_date_clamp
1167 g_date_order
1169 <SUBSECTION>
1170 g_date_get_day
1171 g_date_get_month
1172 g_date_get_year
1173 g_date_get_julian
1174 g_date_get_weekday
1175 g_date_get_day_of_year
1177 <SUBSECTION>
1178 g_date_get_days_in_month
1179 g_date_is_first_of_month
1180 g_date_is_last_of_month
1181 g_date_is_leap_year
1182 g_date_get_monday_week_of_year
1183 g_date_get_monday_weeks_in_year
1184 g_date_get_sunday_week_of_year
1185 g_date_get_sunday_weeks_in_year
1186 g_date_get_iso8601_week_of_year
1188 <SUBSECTION>
1189 g_date_strftime
1190 g_date_to_struct_tm
1192 <SUBSECTION>
1193 g_date_valid
1194 g_date_valid_day
1195 g_date_valid_month
1196 g_date_valid_year
1197 g_date_valid_dmy
1198 g_date_valid_julian
1199 g_date_valid_weekday
1201 <SUBSECTION Private>
1202 g_date_weekday
1203 g_date_month
1204 g_date_year
1205 g_date_day
1206 g_date_julian
1207 g_date_day_of_year
1208 g_date_monday_week_of_year
1209 g_date_sunday_week_of_year
1210 g_date_days_in_month
1211 g_date_monday_weeks_in_year
1212 g_date_sunday_weeks_in_year
1213 </SECTION>
1215 <SECTION>
1216 <TITLE>Hook Functions</TITLE>
1217 <FILE>hooks</FILE>
1218 GHookList
1219 GHookFinalizeFunc
1220 GHook
1221 GHookFunc
1222 GHookCheckFunc
1224 <SUBSECTION>
1225 g_hook_list_init
1226 g_hook_list_invoke
1227 g_hook_list_invoke_check
1228 g_hook_list_marshal
1229 GHookMarshaller
1230 g_hook_list_marshal_check
1231 GHookCheckMarshaller
1232 g_hook_list_clear
1234 <SUBSECTION>
1235 g_hook_alloc
1236 g_hook_append
1237 g_hook_prepend
1238 g_hook_insert_before
1239 g_hook_insert_sorted
1240 GHookCompareFunc
1241 g_hook_compare_ids
1243 <SUBSECTION>
1244 g_hook_get
1245 g_hook_find
1246 GHookFindFunc
1247 g_hook_find_data
1248 g_hook_find_func
1249 g_hook_find_func_data
1251 <SUBSECTION>
1252 g_hook_first_valid
1253 g_hook_next_valid
1255 GHookFlagMask
1256 G_HOOK_FLAGS
1257 G_HOOK_FLAG_USER_SHIFT
1259 <SUBSECTION>
1260 G_HOOK
1261 G_HOOK_IS_VALID
1262 G_HOOK_ACTIVE
1263 G_HOOK_IN_CALL
1264 G_HOOK_IS_UNLINKED
1266 <SUBSECTION>
1267 g_hook_ref
1268 g_hook_unref
1270 g_hook_free
1271 g_hook_destroy
1272 g_hook_destroy_link
1273 </SECTION>
1275 <SECTION>
1276 <TITLE>Miscellaneous Utility Functions</TITLE>
1277 <FILE>misc_utils</FILE>
1278 g_get_application_name
1279 g_set_application_name
1280 g_get_prgname
1281 g_set_prgname
1282 g_getenv
1283 g_setenv
1284 g_unsetenv
1285 g_get_user_name
1286 g_get_real_name
1287 g_get_user_cache_dir
1288 g_get_user_data_dir
1289 g_get_user_config_dir
1290 g_get_system_data_dirs
1291 g_get_system_config_dirs
1293 <SUBSECTION>
1294 g_get_home_dir
1295 g_get_tmp_dir
1296 g_get_current_dir
1297 g_basename
1298 g_dirname
1299 g_path_is_absolute
1300 g_path_skip_root
1301 g_path_get_basename
1302 g_path_get_dirname
1303 g_build_filename
1304 g_build_path
1306 <SUBSECTION>
1307 g_find_program_in_path
1309 <SUBSECTION>
1310 g_bit_nth_lsf
1311 g_bit_nth_msf
1312 g_bit_storage
1314 <SUBSECTION>
1315 g_spaced_primes_closest
1317 <SUBSECTION>
1318 g_atexit
1320 <SUBSECTION>
1321 g_parse_debug_string
1322 GDebugKey
1324 <SUBSECTION>
1325 GVoidFunc
1326 GFreeFunc
1328 <SUBSECTION>
1329 g_qsort_with_data
1331 <SUBSECTION>
1332 g_nullify_pointer
1334 <SUBSECTION Private>
1335 G_NATIVE_ATEXIT
1336 g_ATEXIT
1337 ATEXIT
1339 </SECTION>
1341 <SECTION>
1342 <TITLE>Lexical Scanner</TITLE>
1343 <FILE>scanner</FILE>
1344 GScanner
1345 g_scanner_new
1346 GScannerConfig
1348 <SUBSECTION>
1349 g_scanner_input_file
1350 g_scanner_sync_file_offset
1351 g_scanner_input_text
1352 g_scanner_peek_next_token
1353 g_scanner_get_next_token
1355 <SUBSECTION>
1356 g_scanner_cur_line
1357 g_scanner_cur_position
1358 g_scanner_cur_token
1359 g_scanner_cur_value
1360 g_scanner_eof
1362 <SUBSECTION>
1363 g_scanner_set_scope
1364 g_scanner_scope_add_symbol
1365 g_scanner_scope_foreach_symbol
1366 g_scanner_scope_lookup_symbol
1367 g_scanner_scope_remove_symbol
1369 <SUBSECTION>
1370 g_scanner_freeze_symbol_table
1371 g_scanner_thaw_symbol_table
1372 g_scanner_lookup_symbol
1374 <SUBSECTION>
1375 g_scanner_warn
1376 g_scanner_error
1377 g_scanner_unexp_token
1378 GScannerMsgFunc
1380 <SUBSECTION>
1381 g_scanner_destroy
1383 <SUBSECTION>
1384 GTokenType
1385 GTokenValue
1386 GErrorType
1387 G_CSET_a_2_z
1388 G_CSET_A_2_Z
1389 G_CSET_DIGITS
1390 G_CSET_LATINC
1391 G_CSET_LATINS
1393 <SUBSECTION>
1394 g_scanner_add_symbol
1395 g_scanner_remove_symbol
1396 g_scanner_foreach_symbol
1397 </SECTION>
1399 <SECTION>
1400 <TITLE>Key-value file parser</TITLE>
1401 <FILE>keyfile</FILE>
1402 GKeyFile
1403 G_KEY_FILE_ERROR
1404 GKeyFileError
1405 GKeyFileFlags
1406 g_key_file_new
1407 g_key_file_free
1408 g_key_file_set_list_separator
1409 g_key_file_load_from_file
1410 g_key_file_load_from_data
1411 g_key_file_load_from_data_dirs
1412 g_key_file_to_data
1413 g_key_file_get_start_group
1414 g_key_file_get_groups
1415 g_key_file_get_keys
1416 g_key_file_has_group
1417 g_key_file_has_key
1419 <SUBSECTION>
1420 g_key_file_get_value
1421 g_key_file_get_string
1422 g_key_file_get_locale_string
1423 g_key_file_get_boolean
1424 g_key_file_get_integer
1425 g_key_file_get_string_list
1426 g_key_file_get_locale_string_list
1427 g_key_file_get_boolean_list
1428 g_key_file_get_integer_list
1429 g_key_file_get_comment
1431 <SUBSECTION>
1432 g_key_file_set_value
1433 g_key_file_set_string
1434 g_key_file_set_locale_string
1435 g_key_file_set_boolean
1436 g_key_file_set_integer
1437 g_key_file_set_string_list
1438 g_key_file_set_locale_string_list
1439 g_key_file_set_boolean_list
1440 g_key_file_set_integer_list
1441 g_key_file_set_comment
1442 g_key_file_remove_group
1443 g_key_file_remove_key
1444 g_key_file_remove_comment
1446 <SUBSECTION Private>
1447 g_key_file_error_quark
1448 </SECTION>
1450 <SECTION>
1451 <TITLE>Dynamic Loading of Modules</TITLE>
1452 <FILE>modules</FILE>
1453 <INCLUDE>gmodule.h</INCLUDE>
1454 GModule
1455 g_module_supported
1456 g_module_build_path
1457 g_module_open
1458 GModuleFlags
1459 g_module_symbol
1460 g_module_name
1461 g_module_make_resident
1462 g_module_close
1463 g_module_error
1464 <SUBSECTION>
1465 GModuleCheckInit
1466 GModuleUnload
1467 G_MODULE_SUFFIX
1468 G_MODULE_EXPORT
1469 G_MODULE_IMPORT
1470 </SECTION>
1472 <SECTION>
1473 <TITLE>Automatic String Completion</TITLE>
1474 <FILE>completion</FILE>
1475 GCompletion
1476 g_completion_new
1477 GCompletionFunc
1478 g_completion_add_items
1479 g_completion_remove_items
1480 g_completion_clear_items
1481 g_completion_complete
1482 g_completion_complete_utf8
1483 g_completion_set_compare
1484 GCompletionStrncmpFunc
1485 g_completion_free
1486 </SECTION>
1488 <SECTION>
1489 <TITLE>Windows Compatability Functions</TITLE>
1490 <FILE>windows</FILE>
1491 MAXPATHLEN
1492 pid_t
1493 pipe
1495 g_win32_error_message
1496 g_win32_getlocale
1497 g_win32_get_package_installation_directory
1498 g_win32_get_package_installation_subdirectory
1499 g_win32_get_windows_version
1500 G_WIN32_DLLMAIN_FOR_DLL_NAME
1501 G_WIN32_HAVE_WIDECHAR_API
1502 G_WIN32_IS_NT_BASED
1504 <SUBSECTION Private>
1505 g_win32_ftruncate
1507 </SECTION>
1509 # Data Structures
1511 <SECTION>
1512 <TITLE>Memory Chunks</TITLE>
1513 <FILE>memory_chunks</FILE>
1514 GMemChunk
1515 G_ALLOC_AND_FREE
1516 G_ALLOC_ONLY
1518 <SUBSECTION>
1519 g_mem_chunk_new
1520 g_mem_chunk_alloc
1521 g_mem_chunk_alloc0
1522 g_mem_chunk_free
1523 g_mem_chunk_destroy
1525 <SUBSECTION>
1526 g_mem_chunk_create
1527 g_chunk_new
1528 g_chunk_new0
1529 g_chunk_free
1531 <SUBSECTION>
1532 g_mem_chunk_reset
1533 g_mem_chunk_clean
1534 g_blow_chunks
1536 <SUBSECTION>
1537 g_mem_chunk_info
1538 g_mem_chunk_print
1540 </SECTION>
1542 <SECTION>
1543 <TITLE>Doubly-Linked Lists</TITLE>
1544 <FILE>linked_lists_double</FILE>
1545 GList
1547 <SUBSECTION>
1548 g_list_append
1549 g_list_prepend
1550 g_list_insert
1551 g_list_insert_before
1552 g_list_insert_sorted
1553 g_list_remove
1554 g_list_remove_link
1555 g_list_delete_link
1556 g_list_remove_all
1557 g_list_free
1559 <SUBSECTION>
1560 g_list_alloc
1561 g_list_free_1
1563 <SUBSECTION>
1564 g_list_length
1565 g_list_copy
1566 g_list_reverse
1567 g_list_sort
1568 GCompareFunc
1569 g_list_sort_with_data
1570 GCompareDataFunc
1571 g_list_concat
1572 g_list_foreach
1573 GFunc
1575 <SUBSECTION>
1576 g_list_first
1577 g_list_last
1578 g_list_previous
1579 g_list_next
1580 g_list_nth
1581 g_list_nth_data
1582 g_list_nth_prev
1584 <SUBSECTION>
1585 g_list_find
1586 g_list_find_custom
1587 g_list_position
1588 g_list_index
1590 <SUBSECTION>
1591 g_list_push_allocator
1592 g_list_pop_allocator
1593 </SECTION>
1595 <SECTION>
1596 <TITLE>Singly-Linked Lists</TITLE>
1597 <FILE>linked_lists_single</FILE>
1598 GSList
1600 <SUBSECTION>
1601 g_slist_alloc
1602 g_slist_append
1603 g_slist_prepend
1604 g_slist_insert
1605 g_slist_insert_before
1606 g_slist_insert_sorted
1607 g_slist_remove
1608 g_slist_remove_link
1609 g_slist_delete_link
1610 g_slist_remove_all
1611 g_slist_free
1612 g_slist_free_1
1614 <SUBSECTION>
1615 g_slist_length
1616 g_slist_copy
1617 g_slist_reverse
1618 g_slist_sort
1619 g_slist_sort_with_data
1620 g_slist_concat
1621 g_slist_foreach
1623 <SUBSECTION>
1624 g_slist_last
1625 g_slist_next
1626 g_slist_nth
1627 g_slist_nth_data
1629 <SUBSECTION>
1630 g_slist_find
1631 g_slist_find_custom
1632 g_slist_position
1633 g_slist_index
1635 <SUBSECTION>
1636 g_slist_push_allocator
1637 g_slist_pop_allocator
1638 </SECTION>
1640 <SECTION>
1641 <TITLE>Double-ended Queues</TITLE>
1642 <FILE>queue</FILE>
1644 GQueue
1645 g_queue_new
1646 g_queue_free
1647 g_queue_is_empty
1648 g_queue_get_length
1649 g_queue_reverse
1650 g_queue_copy
1651 g_queue_foreach
1652 g_queue_find
1653 g_queue_find_custom
1654 g_queue_sort
1655 g_queue_push_head
1656 g_queue_push_tail
1657 g_queue_push_nth
1658 g_queue_pop_head
1659 g_queue_pop_tail
1660 g_queue_pop_nth
1661 g_queue_peek_head
1662 g_queue_peek_tail
1663 g_queue_peek_nth
1664 g_queue_index
1665 g_queue_remove
1666 g_queue_remove_all
1667 g_queue_insert_before
1668 g_queue_insert_after
1669 g_queue_insert_sorted
1670 g_queue_push_head_link
1671 g_queue_push_tail_link
1672 g_queue_push_nth_link
1673 g_queue_pop_head_link
1674 g_queue_pop_tail_link
1675 g_queue_pop_nth_link
1676 g_queue_peek_head_link
1677 g_queue_peek_tail_link
1678 g_queue_peek_nth_link
1679 g_queue_link_index
1680 g_queue_unlink
1681 g_queue_delete_link
1682 </SECTION>
1684 <SECTION>
1685 <TITLE>Trash Stacks</TITLE>
1686 <FILE>trash_stack</FILE>
1687 GTrashStack
1689 g_trash_stack_push
1690 g_trash_stack_pop
1691 g_trash_stack_peek
1692 g_trash_stack_height
1693 </SECTION>
1695 <SECTION>
1696 <TITLE>Hash Tables</TITLE>
1697 <FILE>hash_tables</FILE>
1698 GHashTable
1699 g_hash_table_new
1700 g_hash_table_new_full
1701 GHashFunc
1702 GEqualFunc
1703 g_hash_table_insert
1704 g_hash_table_replace
1705 g_hash_table_size
1706 g_hash_table_lookup
1707 g_hash_table_lookup_extended
1708 g_hash_table_foreach
1709 g_hash_table_find
1710 GHFunc
1711 g_hash_table_remove
1712 g_hash_table_steal
1713 g_hash_table_foreach_remove
1714 g_hash_table_foreach_steal
1715 GHRFunc
1716 g_hash_table_freeze
1717 g_hash_table_thaw
1718 g_hash_table_destroy
1720 <SUBSECTION>
1721 g_direct_equal
1722 g_direct_hash
1723 g_int_equal
1724 g_int_hash
1725 g_str_equal
1726 g_str_hash
1728 </SECTION>
1730 <SECTION>
1731 <TITLE>Strings</TITLE>
1732 <FILE>strings</FILE>
1733 GString
1734 g_string_new
1735 g_string_new_len
1736 g_string_sized_new
1737 g_string_assign
1738 g_string_sprintf
1739 g_string_sprintfa
1740 g_string_printf
1741 g_string_append_printf
1742 g_string_append
1743 g_string_append_c
1744 g_string_append_unichar
1745 g_string_append_len
1746 g_string_prepend
1747 g_string_prepend_c
1748 g_string_prepend_unichar
1749 g_string_prepend_len
1750 g_string_insert
1751 g_string_insert_c
1752 g_string_insert_unichar
1753 g_string_insert_len
1754 g_string_erase
1755 g_string_truncate
1756 g_string_set_size
1757 g_string_free
1759 <SUBSECTION>
1760 g_string_up
1761 g_string_down
1763 <SUBSECTION>
1764 g_string_hash
1765 g_string_equal
1767 </SECTION>
1769 <SECTION>
1770 <TITLE>String Chunks</TITLE>
1771 <FILE>string_chunks</FILE>
1772 GStringChunk
1773 g_string_chunk_new
1774 g_string_chunk_insert
1775 g_string_chunk_insert_const
1776 g_string_chunk_insert_len
1777 g_string_chunk_free
1779 </SECTION>
1781 <SECTION>
1782 <TITLE>Arrays</TITLE>
1783 <FILE>arrays</FILE>
1784 GArray
1785 g_array_new
1786 g_array_sized_new
1787 g_array_append_val
1788 g_array_append_vals
1789 g_array_prepend_val
1790 g_array_prepend_vals
1791 g_array_insert_val
1792 g_array_insert_vals
1793 g_array_remove_index
1794 g_array_remove_index_fast
1795 g_array_remove_range
1796 g_array_sort
1797 g_array_sort_with_data
1798 g_array_index
1799 g_array_set_size
1800 g_array_free
1801 </SECTION>
1803 <SECTION>
1804 <TITLE>Pointer Arrays</TITLE>
1805 <FILE>arrays_pointer</FILE>
1806 GPtrArray
1807 g_ptr_array_new
1808 g_ptr_array_sized_new
1809 g_ptr_array_add
1810 g_ptr_array_remove
1811 g_ptr_array_remove_index
1812 g_ptr_array_remove_fast
1813 g_ptr_array_remove_index_fast
1814 g_ptr_array_remove_range
1815 g_ptr_array_sort
1816 g_ptr_array_sort_with_data
1817 g_ptr_array_set_size
1818 g_ptr_array_index
1819 g_ptr_array_free
1820 g_ptr_array_foreach
1822 </SECTION>
1824 <SECTION>
1825 <TITLE>Byte Arrays</TITLE>
1826 <FILE>arrays_byte</FILE>
1827 GByteArray
1828 g_byte_array_new
1829 g_byte_array_sized_new
1830 g_byte_array_append
1831 g_byte_array_prepend
1832 g_byte_array_remove_index
1833 g_byte_array_remove_index_fast
1834 g_byte_array_remove_range
1835 g_byte_array_sort
1836 g_byte_array_sort_with_data
1837 g_byte_array_set_size
1838 g_byte_array_free
1840 </SECTION>
1842 <SECTION>
1843 <TITLE>Balanced Binary Trees</TITLE>
1844 <FILE>trees-binary</FILE>
1845 GTree
1846 g_tree_new
1847 g_tree_new_with_data
1848 g_tree_new_full
1849 g_tree_insert
1850 g_tree_replace
1851 g_tree_nnodes
1852 g_tree_height
1853 g_tree_lookup
1854 g_tree_lookup_extended
1855 g_tree_foreach
1856 g_tree_traverse
1857 GTraverseFunc
1858 GTraverseType
1859 g_tree_search
1860 g_tree_remove
1861 g_tree_steal
1862 g_tree_destroy
1863 </SECTION>
1865 <SECTION>
1866 <TITLE>N-ary Trees</TITLE>
1867 <FILE>trees-nary</FILE>
1868 GNode
1869 g_node_new
1870 g_node_copy
1871 GCopyFunc
1872 g_node_copy_deep
1874 <SUBSECTION>
1875 g_node_insert
1876 g_node_insert_before
1877 g_node_insert_after
1878 g_node_append
1879 g_node_prepend
1881 <SUBSECTION>
1882 g_node_insert_data
1883 g_node_insert_data_before
1884 g_node_append_data
1885 g_node_prepend_data
1887 <SUBSECTION>
1888 g_node_reverse_children
1889 g_node_traverse
1890 GTraverseFlags
1891 GNodeTraverseFunc
1892 g_node_children_foreach
1893 GNodeForeachFunc
1895 <SUBSECTION>
1896 g_node_get_root
1897 g_node_find
1898 g_node_find_child
1899 g_node_child_index
1900 g_node_child_position
1901 g_node_first_child
1902 g_node_last_child
1903 g_node_nth_child
1904 g_node_first_sibling
1905 g_node_next_sibling
1906 g_node_prev_sibling
1907 g_node_last_sibling
1909 <SUBSECTION>
1910 G_NODE_IS_LEAF
1911 G_NODE_IS_ROOT
1912 g_node_depth
1913 g_node_n_nodes
1914 g_node_n_children
1915 g_node_is_ancestor
1916 g_node_max_height
1918 <SUBSECTION>
1919 g_node_unlink
1920 g_node_destroy
1922 <SUBSECTION>
1923 g_node_push_allocator
1924 g_node_pop_allocator
1925 </SECTION>
1928 <SECTION>
1929 <TITLE>Quarks</TITLE>
1930 <FILE>quarks</FILE>
1931 GQuark
1932 g_quark_from_string
1933 g_quark_from_static_string
1934 g_quark_to_string
1935 g_quark_try_string
1937 </SECTION>
1939 <SECTION>
1940 <TITLE>Keyed Data Lists</TITLE>
1941 <FILE>datalist</FILE>
1942 GData
1943 g_datalist_init
1945 <SUBSECTION>
1946 g_datalist_id_set_data
1947 g_datalist_id_set_data_full
1948 g_datalist_id_get_data
1949 g_datalist_id_remove_data
1950 g_datalist_id_remove_no_notify
1952 <SUBSECTION>
1953 g_datalist_set_data
1954 g_datalist_set_data_full
1955 g_datalist_get_data
1956 g_datalist_remove_data
1957 g_datalist_remove_no_notify
1959 <SUBSECTION>
1960 g_datalist_foreach
1961 g_datalist_clear
1962 </SECTION>
1965 <SECTION>
1966 <TITLE>Datasets</TITLE>
1967 <FILE>datasets</FILE>
1968 g_dataset_id_set_data
1969 g_dataset_id_set_data_full
1970 GDestroyNotify
1971 g_dataset_id_get_data
1972 g_dataset_id_remove_data
1973 g_dataset_id_remove_no_notify
1975 <SUBSECTION>
1976 g_dataset_set_data
1977 g_dataset_set_data_full
1978 g_dataset_get_data
1979 g_dataset_remove_data
1980 g_dataset_remove_no_notify
1982 <SUBSECTION>
1983 g_dataset_foreach
1984 GDataForeachFunc
1985 g_dataset_destroy
1987 </SECTION>
1989 <SECTION>
1990 <TITLE>Relations and Tuples</TITLE>
1991 <FILE>relations</FILE>
1992 GRelation
1993 g_relation_new
1994 g_relation_index
1995 g_relation_insert
1996 g_relation_exists
1997 g_relation_count
1998 g_relation_select
1999 g_relation_delete
2000 g_relation_destroy
2002 <SUBSECTION>
2003 g_relation_print
2005 <SUBSECTION>
2006 GTuples
2007 g_tuples_destroy
2008 g_tuples_index
2009 </SECTION>
2011 <SECTION>
2012 <TITLE>Caches</TITLE>
2013 <FILE>caches</FILE>
2014 GCache
2015 g_cache_new
2016 g_cache_insert
2017 g_cache_remove
2018 g_cache_destroy
2020 <SUBSECTION>
2021 g_cache_key_foreach
2022 g_cache_value_foreach
2024 <SUBSECTION>
2025 GCacheDestroyFunc
2026 GCacheDupFunc
2027 GCacheNewFunc
2028 </SECTION>
2030 <SECTION>
2031 <TITLE>Memory Allocators</TITLE>
2032 <FILE>allocators</FILE>
2033 GAllocator
2034 g_allocator_new
2035 g_allocator_free
2037 <SUBSECTION Private>
2038 G_ALLOCATOR_LIST
2039 G_ALLOCATOR_NODE
2040 G_ALLOCATOR_SLIST
2041 </SECTION>
2043 <SECTION>
2044 <TITLE>Random Numbers</TITLE>
2045 <FILE>random_numbers</FILE>
2046 GRand
2047 g_rand_new_with_seed
2048 g_rand_new_with_seed_array
2049 g_rand_new
2050 g_rand_copy
2051 g_rand_free
2052 g_rand_set_seed
2053 g_rand_set_seed_array
2054 g_rand_boolean
2055 g_rand_int
2056 g_rand_int_range
2057 g_rand_double
2058 g_rand_double_range
2059 g_random_set_seed
2060 g_random_boolean
2061 g_random_int
2062 g_random_int_range
2063 g_random_double
2064 g_random_double_range
2065 </SECTION>
2067 <SECTION>
2068 <TITLE>Character Set Conversion</TITLE>
2069 <FILE>conversions</FILE>
2070 g_convert
2071 g_convert_with_fallback
2072 GIConv
2073 g_convert_with_iconv
2074 G_CONVERT_ERROR
2075 g_iconv_open
2076 g_iconv
2077 g_iconv_close
2078 g_locale_to_utf8
2079 g_filename_to_utf8
2080 g_filename_from_utf8
2081 g_filename_from_uri
2082 g_filename_to_uri
2083 g_get_filename_charsets
2084 g_filename_display_name
2085 g_uri_list_extract_uris
2086 g_locale_from_utf8
2087 GConvertError
2089 <SUBSECTION>
2090 g_get_charset
2092 <SUBSECTION Private>
2093 g_convert_error_quark
2094 </SECTION>
2096 <SECTION>
2097 <TITLE>Unicode Manipulation</TITLE>
2098 <FILE>unicode</FILE>
2099 gunichar
2100 gunichar2
2102 <SUBSECTION>
2103 g_unichar_validate
2104 g_unichar_isalnum
2105 g_unichar_isalpha
2106 g_unichar_iscntrl
2107 g_unichar_isdigit
2108 g_unichar_isgraph
2109 g_unichar_islower
2110 g_unichar_isprint
2111 g_unichar_ispunct
2112 g_unichar_isspace
2113 g_unichar_isupper
2114 g_unichar_isxdigit
2115 g_unichar_istitle
2116 g_unichar_isdefined
2117 g_unichar_iswide
2118 g_unichar_toupper
2119 g_unichar_tolower
2120 g_unichar_totitle
2121 g_unichar_digit_value
2122 g_unichar_xdigit_value
2123 GUnicodeType
2124 g_unichar_type
2125 GUnicodeBreakType
2126 g_unichar_break_type
2127 g_unicode_canonical_ordering
2128 g_unicode_canonical_decomposition
2129 g_unichar_get_mirror_char
2131 <SUBSECTION>
2132 g_utf8_next_char
2133 g_utf8_get_char
2134 g_utf8_get_char_validated
2135 g_utf8_offset_to_pointer
2136 g_utf8_pointer_to_offset
2137 g_utf8_prev_char
2138 g_utf8_find_next_char
2139 g_utf8_find_prev_char
2140 g_utf8_strlen
2141 g_utf8_strncpy
2142 g_utf8_strchr
2143 g_utf8_strrchr
2144 g_utf8_strreverse
2145 g_utf8_validate
2147 <SUBSECTION>
2148 g_utf8_strup
2149 g_utf8_strdown
2150 g_utf8_casefold
2151 g_utf8_normalize
2152 GNormalizeMode
2153 g_utf8_collate
2154 g_utf8_collate_key
2156 <SUBSECTION>
2157 g_utf8_to_utf16
2158 g_utf8_to_ucs4
2159 g_utf8_to_ucs4_fast
2160 g_utf16_to_ucs4
2161 g_utf16_to_utf8
2162 g_ucs4_to_utf16
2163 g_ucs4_to_utf8
2164 g_unichar_to_utf8
2165 </SECTION>
2167 <SECTION>
2168 <TITLE>I18N</TITLE>
2169 <FILE>i18n</FILE>
2170 <INCLUDE>glib.h,glib/gi18n.h</INCLUDE>
2174 g_strip_context
2175 <SUBSECTION>
2176 g_get_language_names
2177 </SECTION>