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