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