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