9450418cb28884b26513285976440fb34c9fa385
[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 </SECTION>
824
825 <SECTION>
826 <TITLE>Glob-style pattern matching</TITLE>
827 <FILE>patterns</FILE>
828 GPatternSpec
829 g_pattern_spec_new
830 g_pattern_spec_free
831 g_pattern_spec_equal
832 g_pattern_match
833 g_pattern_match_string
834 g_pattern_match_simple
835 </SECTION>
836
837 <SECTION>
838 <TITLE>Message Logging</TITLE>
839 <FILE>messages</FILE>
840 G_LOG_DOMAIN
841 G_LOG_FATAL_MASK
842 G_LOG_LEVEL_USER_SHIFT
843 GLogFunc
844 GLogLevelFlags
845
846 <SUBSECTION>
847 g_log
848 g_logv
849 g_message
850 g_warning
851 g_critical
852 g_error
853 g_debug
854
855 <SUBSECTION>
856 g_log_set_handler
857 g_log_remove_handler
858 g_log_set_always_fatal
859 g_log_set_fatal_mask
860 g_log_default_handler
861 g_log_set_default_handler
862 </SECTION>
863
864 <SECTION>
865 <TITLE>Timers</TITLE>
866 <FILE>timers</FILE>
867 GTimer
868 g_timer_new
869 g_timer_start
870 g_timer_stop
871 g_timer_continue
872 g_timer_elapsed
873 g_timer_reset
874 g_timer_destroy
875 </SECTION>
876
877 <SECTION>
878 <TITLE>Spawning Processes</TITLE>
879 <FILE>spawn</FILE>
880 GSpawnError
881 G_SPAWN_ERROR
882 GSpawnFlags
883 GSpawnChildSetupFunc
884 g_spawn_async_with_pipes
885 g_spawn_async
886 g_spawn_sync
887 g_spawn_command_line_async
888 g_spawn_command_line_sync
889 g_spawn_close_pid
890 <SUBSECTION Private>
891 g_spawn_error_quark
892 </SECTION>
893
894 <SECTION>
895 <TITLE>Simple XML Subset Parser</TITLE>
896 <FILE>markup</FILE>
897 GMarkupError
898 G_MARKUP_ERROR
899 GMarkupParseFlags
900 GMarkupParseContext
901 GMarkupParser
902 g_markup_escape_text
903 g_markup_printf_escaped
904 g_markup_vprintf_escaped
905 g_markup_parse_context_end_parse
906 g_markup_parse_context_free
907 g_markup_parse_context_get_position
908 g_markup_parse_context_get_element
909 g_markup_parse_context_new
910 g_markup_parse_context_parse
911 <SUBSECTION Private>
912 g_markup_error_quark
913 </SECTION>
914
915
916 <SECTION>
917 <TITLE>Shell-related Utilities</TITLE>
918 <FILE>shell</FILE>
919 GShellError
920 G_SHELL_ERROR
921 g_shell_parse_argv
922 g_shell_quote
923 g_shell_unquote
924 <SUBSECTION Private>
925 g_shell_error_quark
926 </SECTION>
927
928
929 <SECTION>
930 <TITLE>Commandline option parser</TITLE>
931 <FILE>option</FILE>
932 GOptionError
933 G_OPTION_ERROR
934 GOptionFlags
935 GOptionArg
936 GOptionArgFunc
937 GOptionContext
938 g_option_context_new
939 g_option_context_free
940 g_option_context_parse
941 g_option_context_set_help_enabled
942 g_option_context_get_help_enabled
943 g_option_context_set_ignore_unknown_options
944 g_option_context_get_ignore_unknown_options
945 GOptionEntry
946 g_option_context_add_main_entries
947 GOptionGroup
948 g_option_context_add_group
949 g_option_context_set_main_group
950 g_option_context_get_main_group
951 g_option_group_new
952 g_option_group_free
953 g_option_group_add_entries
954 GOptionParseFunc
955 g_option_group_set_parse_hooks
956 GOptionErrorFunc
957 g_option_group_set_error_hook
958 GTranslateFunc
959 g_option_group_set_translate_func
960 g_option_group_set_translation_domain
961 <SUBSECTION Private>
962 g_option_context_error_quark
963 </SECTION>
964
965
966 <SECTION>
967 <TITLE>File Utilities</TITLE>
968 <FILE>fileutils</FILE>
969 GFileError
970 G_FILE_ERROR
971 GFileTest
972 g_file_error_from_errno
973 g_file_get_contents
974 g_file_test
975 g_mkstemp
976 g_file_open_tmp
977 g_file_read_link
978
979 <SUBSECTION>
980 GDir
981 g_dir_open
982 g_dir_read_name
983 g_dir_rewind
984 g_dir_close
985
986 <SUBSECTION Private>
987 g_file_error_quark
988 </SECTION>
989
990
991 <SECTION>
992 <TITLE>String Utility Functions</TITLE>
993 <FILE>string_utils</FILE>
994 <INCLUDE>glib.h,glib/gprintf.h</INCLUDE>
995 g_strdup
996 g_strndup
997 g_strdupv
998 g_strnfill
999 g_stpcpy
1000 g_strstr_len
1001 g_strrstr
1002 g_strrstr_len
1003 g_str_has_prefix
1004 g_str_has_suffix
1005
1006 <SUBSECTION>
1007 g_strlcpy
1008 g_strlcat
1009
1010 <SUBSECTION>
1011 g_strdup_printf
1012 g_strdup_vprintf
1013 g_printf
1014 g_vprintf
1015 g_fprintf
1016 g_vfprintf
1017 g_sprintf
1018 g_vsprintf
1019 g_snprintf
1020 g_vsnprintf
1021 g_vasprintf
1022 g_printf_string_upper_bound
1023
1024 <SUBSECTION>
1025 g_ascii_isalnum
1026 g_ascii_isalpha
1027 g_ascii_iscntrl
1028 g_ascii_isdigit
1029 g_ascii_isgraph
1030 g_ascii_islower
1031 g_ascii_isprint
1032 g_ascii_ispunct
1033 g_ascii_isspace
1034 g_ascii_isupper
1035 g_ascii_isxdigit
1036
1037 <SUBSECTION>
1038 g_ascii_digit_value
1039 g_ascii_xdigit_value
1040
1041 <SUBSECTION>
1042 g_ascii_strcasecmp
1043 g_ascii_strncasecmp
1044
1045 <SUBSECTION>
1046 g_ascii_strup
1047 g_ascii_strdown
1048
1049 <SUBSECTION>
1050 g_ascii_tolower
1051 g_ascii_toupper
1052
1053 <SUBSECTION>
1054 g_string_ascii_up
1055 g_string_ascii_down
1056
1057 <SUBSECTION>
1058 g_strup
1059 g_strdown
1060
1061 <SUBSECTION>
1062 g_strcasecmp
1063 g_strncasecmp
1064
1065 <SUBSECTION>
1066 g_strreverse
1067
1068 <SUBSECTION>
1069 g_ascii_strtoull
1070 G_ASCII_DTOSTR_BUF_SIZE
1071 g_ascii_strtod
1072 g_ascii_dtostr
1073 g_ascii_formatd
1074 g_strtod
1075
1076 <SUBSECTION>
1077 g_strchug
1078 g_strchomp
1079 g_strstrip
1080
1081 <SUBSECTION>
1082 g_strdelimit
1083 G_STR_DELIMITERS
1084 g_strescape
1085 g_strcompress
1086 g_strcanon
1087 g_strsplit
1088 g_strsplit_set
1089 g_strfreev
1090 g_strconcat
1091 g_strjoin
1092 g_strjoinv
1093 g_strv_length
1094
1095 <SUBSECTION>
1096 g_strerror
1097 g_strsignal
1098
1099 <SUBSECTION Private>
1100 GAsciiType
1101 </SECTION>
1102
1103 <SECTION>
1104 <TITLE>Date and Time Functions</TITLE>
1105 <FILE>date</FILE>
1106 G_USEC_PER_SEC
1107 GTimeVal
1108 g_get_current_time
1109 g_usleep
1110 g_time_val_add
1111
1112 <SUBSECTION>
1113 GDate
1114 GTime
1115 GDateDMY
1116 GDateDay
1117 GDateMonth
1118 GDateYear
1119 GDateWeekday
1120
1121 <SUBSECTION>
1122 G_DATE_BAD_DAY
1123 G_DATE_BAD_JULIAN
1124 G_DATE_BAD_YEAR
1125
1126 <SUBSECTION>
1127 g_date_new
1128 g_date_new_dmy
1129 g_date_new_julian
1130 g_date_clear
1131 g_date_free
1132
1133 <SUBSECTION>
1134 g_date_set_day
1135 g_date_set_month
1136 g_date_set_year
1137 g_date_set_dmy
1138 g_date_set_julian
1139 g_date_set_time
1140 g_date_set_parse
1141
1142 <SUBSECTION>
1143 g_date_add_days
1144 g_date_subtract_days
1145 g_date_add_months
1146 g_date_subtract_months
1147 g_date_add_years
1148 g_date_subtract_years
1149 g_date_days_between
1150 g_date_compare
1151 g_date_clamp
1152 g_date_order
1153
1154 <SUBSECTION>
1155 g_date_get_day
1156 g_date_get_month
1157 g_date_get_year
1158 g_date_get_julian
1159 g_date_get_weekday
1160 g_date_get_day_of_year
1161
1162 <SUBSECTION>
1163 g_date_get_days_in_month
1164 g_date_is_first_of_month
1165 g_date_is_last_of_month
1166 g_date_is_leap_year
1167 g_date_get_monday_week_of_year
1168 g_date_get_monday_weeks_in_year
1169 g_date_get_sunday_week_of_year
1170 g_date_get_sunday_weeks_in_year
1171 g_date_get_iso8601_week_of_year
1172
1173 <SUBSECTION>
1174 g_date_strftime
1175 g_date_to_struct_tm
1176
1177 <SUBSECTION>
1178 g_date_valid
1179 g_date_valid_day
1180 g_date_valid_month
1181 g_date_valid_year
1182 g_date_valid_dmy
1183 g_date_valid_julian
1184 g_date_valid_weekday
1185
1186 <SUBSECTION Private>
1187 g_date_weekday
1188 g_date_month
1189 g_date_year
1190 g_date_day
1191 g_date_julian
1192 g_date_day_of_year
1193 g_date_monday_week_of_year
1194 g_date_sunday_week_of_year
1195 g_date_days_in_month
1196 g_date_monday_weeks_in_year
1197 g_date_sunday_weeks_in_year
1198 </SECTION>
1199
1200 <SECTION>
1201 <TITLE>Hook Functions</TITLE>
1202 <FILE>hooks</FILE>
1203 GHookList
1204 GHookFinalizeFunc
1205 GHook
1206 GHookFunc
1207 GHookCheckFunc
1208
1209 <SUBSECTION>
1210 g_hook_list_init
1211 g_hook_list_invoke
1212 g_hook_list_invoke_check
1213 g_hook_list_marshal
1214 GHookMarshaller
1215 g_hook_list_marshal_check
1216 GHookCheckMarshaller
1217 g_hook_list_clear
1218
1219 <SUBSECTION>
1220 g_hook_alloc
1221 g_hook_append
1222 g_hook_prepend
1223 g_hook_insert_before
1224 g_hook_insert_sorted
1225 GHookCompareFunc
1226 g_hook_compare_ids
1227
1228 <SUBSECTION>
1229 g_hook_get
1230 g_hook_find
1231 GHookFindFunc
1232 g_hook_find_data
1233 g_hook_find_func
1234 g_hook_find_func_data
1235
1236 <SUBSECTION>
1237 g_hook_first_valid
1238 g_hook_next_valid
1239
1240 GHookFlagMask
1241 G_HOOK_FLAGS
1242 G_HOOK_FLAG_USER_SHIFT
1243
1244 <SUBSECTION>
1245 G_HOOK
1246 G_HOOK_IS_VALID
1247 G_HOOK_ACTIVE
1248 G_HOOK_IN_CALL
1249 G_HOOK_IS_UNLINKED
1250
1251 <SUBSECTION>
1252 g_hook_ref
1253 g_hook_unref
1254
1255 g_hook_free
1256 g_hook_destroy
1257 g_hook_destroy_link
1258 </SECTION>
1259
1260 <SECTION>
1261 <TITLE>Miscellaneous Utility Functions</TITLE>
1262 <FILE>misc_utils</FILE>
1263 g_get_application_name
1264 g_set_application_name
1265 g_get_prgname
1266 g_set_prgname
1267 g_getenv
1268 g_setenv
1269 g_unsetenv
1270 g_get_user_name
1271 g_get_real_name
1272 g_get_user_cache_dir
1273 g_get_user_data_dir
1274 g_get_user_config_dir
1275 g_get_system_data_dirs
1276 g_get_system_config_dirs
1277
1278 <SUBSECTION>
1279 g_get_home_dir
1280 g_get_tmp_dir
1281 g_get_current_dir
1282 g_basename
1283 g_dirname
1284 g_path_is_absolute
1285 g_path_skip_root
1286 g_path_get_basename
1287 g_path_get_dirname
1288 g_build_filename
1289 g_build_path
1290
1291 <SUBSECTION>
1292 g_find_program_in_path
1293
1294 <SUBSECTION>
1295 g_bit_nth_lsf
1296 g_bit_nth_msf
1297 g_bit_storage
1298
1299 <SUBSECTION>
1300 g_spaced_primes_closest
1301
1302 <SUBSECTION>
1303 g_atexit
1304
1305 <SUBSECTION>
1306 g_parse_debug_string
1307 GDebugKey
1308
1309 <SUBSECTION>
1310 GVoidFunc
1311 GFreeFunc
1312
1313 <SUBSECTION>
1314 g_qsort_with_data
1315
1316 <SUBSECTION>
1317 g_nullify_pointer
1318
1319 <SUBSECTION Private>
1320 G_NATIVE_ATEXIT
1321 g_ATEXIT
1322 ATEXIT
1323
1324 </SECTION>
1325
1326 <SECTION>
1327 <TITLE>Lexical Scanner</TITLE>
1328 <FILE>scanner</FILE>
1329 GScanner
1330 g_scanner_new
1331 GScannerConfig
1332
1333 <SUBSECTION>
1334 g_scanner_input_file
1335 g_scanner_sync_file_offset
1336 g_scanner_input_text
1337 g_scanner_peek_next_token
1338 g_scanner_get_next_token
1339
1340 <SUBSECTION>
1341 g_scanner_cur_line
1342 g_scanner_cur_position
1343 g_scanner_cur_token
1344 g_scanner_cur_value
1345 g_scanner_eof
1346
1347 <SUBSECTION>
1348 g_scanner_set_scope
1349 g_scanner_scope_add_symbol
1350 g_scanner_scope_foreach_symbol
1351 g_scanner_scope_lookup_symbol
1352 g_scanner_scope_remove_symbol
1353
1354 <SUBSECTION>
1355 g_scanner_freeze_symbol_table
1356 g_scanner_thaw_symbol_table
1357 g_scanner_lookup_symbol
1358
1359 <SUBSECTION>
1360 g_scanner_warn
1361 g_scanner_error
1362 g_scanner_unexp_token
1363 GScannerMsgFunc
1364
1365 <SUBSECTION>
1366 g_scanner_destroy
1367
1368 <SUBSECTION>
1369 GTokenType
1370 GTokenValue
1371 GErrorType
1372 G_CSET_a_2_z
1373 G_CSET_A_2_Z
1374 G_CSET_DIGITS
1375 G_CSET_LATINC
1376 G_CSET_LATINS
1377
1378 <SUBSECTION>
1379 g_scanner_add_symbol
1380 g_scanner_remove_symbol
1381 g_scanner_foreach_symbol
1382 </SECTION>
1383
1384 <SECTION>
1385 <TITLE>Key-value file parser</TITLE>
1386 <FILE>keyfile</FILE>
1387 GKeyFile
1388 G_KEY_FILE_ERROR
1389 GKeyFileError
1390 GKeyFileFlags
1391 g_key_file_new
1392 g_key_file_free
1393 g_key_file_set_list_separator
1394 g_key_file_load_from_file
1395 g_key_file_load_from_data
1396 g_key_file_load_from_data_dirs
1397 g_key_file_to_data
1398 g_key_file_get_start_group
1399 g_key_file_get_groups
1400 g_key_file_get_keys
1401 g_key_file_has_group
1402 g_key_file_has_key
1403 g_key_file_remove_group
1404 g_key_file_remove_key
1405
1406 <SUBSECTION>
1407 g_key_file_get_value
1408 g_key_file_set_value
1409 g_key_file_get_string
1410 g_key_file_set_string
1411 g_key_file_get_locale_string
1412 g_key_file_set_locale_string
1413 g_key_file_get_boolean
1414 g_key_file_set_boolean
1415 g_key_file_get_integer
1416 g_key_file_set_integer
1417 g_key_file_get_string_list
1418 g_key_file_set_string_list
1419 g_key_file_get_locale_string_list
1420 g_key_file_set_locale_string_list
1421 g_key_file_get_boolean_list
1422 g_key_file_set_boolean_list
1423 g_key_file_get_integer_list
1424 g_key_file_set_integer_list
1425 <SUBSECTION Private>
1426 g_key_file_error_quark
1427 </SECTION>
1428
1429 <SECTION>
1430 <TITLE>Dynamic Loading of Modules</TITLE>
1431 <FILE>modules</FILE>
1432 <INCLUDE>gmodule.h</INCLUDE>
1433 GModule
1434 g_module_supported
1435 g_module_build_path
1436 g_module_open
1437 GModuleFlags
1438 g_module_symbol
1439 g_module_name
1440 g_module_make_resident
1441 g_module_close
1442 g_module_error
1443 <SUBSECTION>
1444 GModuleCheckInit
1445 GModuleUnload
1446 G_MODULE_SUFFIX
1447 G_MODULE_EXPORT
1448 G_MODULE_IMPORT
1449 </SECTION>
1450
1451 <SECTION>
1452 <TITLE>Automatic String Completion</TITLE>
1453 <FILE>completion</FILE>
1454 GCompletion
1455 g_completion_new
1456 GCompletionFunc
1457 g_completion_add_items
1458 g_completion_remove_items
1459 g_completion_clear_items
1460 g_completion_complete
1461 g_completion_complete_utf8
1462 g_completion_set_compare
1463 GCompletionStrncmpFunc
1464 g_completion_free
1465 </SECTION>
1466
1467 <SECTION>
1468 <TITLE>Windows Compatability Functions</TITLE>
1469 <FILE>windows</FILE>
1470 MAXPATHLEN
1471 pid_t
1472 pipe
1473 ftruncate
1474
1475 g_win32_error_message
1476 g_win32_getlocale
1477 g_win32_get_package_installation_directory
1478 g_win32_get_package_installation_subdirectory
1479 g_win32_get_windows_version
1480 G_WIN32_DLLMAIN_FOR_DLL_NAME
1481 G_WIN32_HAVE_WIDECHAR_API
1482 G_WIN32_IS_NT_BASED
1483
1484 <SUBSECTION Private>
1485 g_win32_ftruncate
1486
1487 </SECTION>
1488
1489 # Data Structures
1490
1491 <SECTION>
1492 <TITLE>Memory Chunks</TITLE>
1493 <FILE>memory_chunks</FILE>
1494 GMemChunk
1495 G_ALLOC_AND_FREE
1496 G_ALLOC_ONLY
1497
1498 <SUBSECTION>
1499 g_mem_chunk_new
1500 g_mem_chunk_alloc
1501 g_mem_chunk_alloc0
1502 g_mem_chunk_free
1503 g_mem_chunk_destroy
1504
1505 <SUBSECTION>
1506 g_mem_chunk_create
1507 g_chunk_new
1508 g_chunk_new0
1509 g_chunk_free
1510
1511 <SUBSECTION>
1512 g_mem_chunk_reset
1513 g_mem_chunk_clean
1514 g_blow_chunks
1515
1516 <SUBSECTION>
1517 g_mem_chunk_info
1518 g_mem_chunk_print
1519
1520 </SECTION>
1521
1522 <SECTION>
1523 <TITLE>Doubly-Linked Lists</TITLE>
1524 <FILE>linked_lists_double</FILE>
1525 GList
1526
1527 <SUBSECTION>
1528 g_list_append
1529 g_list_prepend
1530 g_list_insert
1531 g_list_insert_before
1532 g_list_insert_sorted
1533 g_list_remove
1534 g_list_remove_link
1535 g_list_delete_link
1536 g_list_remove_all
1537 g_list_free
1538
1539 <SUBSECTION>
1540 g_list_alloc
1541 g_list_free_1
1542
1543 <SUBSECTION>
1544 g_list_length
1545 g_list_copy
1546 g_list_reverse
1547 g_list_sort
1548 GCompareFunc
1549 g_list_sort_with_data
1550 GCompareDataFunc
1551 g_list_concat
1552 g_list_foreach
1553 GFunc
1554
1555 <SUBSECTION>
1556 g_list_first
1557 g_list_last
1558 g_list_previous
1559 g_list_next
1560 g_list_nth
1561 g_list_nth_data
1562 g_list_nth_prev
1563
1564 <SUBSECTION>
1565 g_list_find
1566 g_list_find_custom
1567 g_list_position
1568 g_list_index
1569
1570 <SUBSECTION>
1571 g_list_push_allocator
1572 g_list_pop_allocator
1573 </SECTION>
1574
1575 <SECTION>
1576 <TITLE>Singly-Linked Lists</TITLE>
1577 <FILE>linked_lists_single</FILE>
1578 GSList
1579
1580 <SUBSECTION>
1581 g_slist_alloc
1582 g_slist_append
1583 g_slist_prepend
1584 g_slist_insert
1585 g_slist_insert_before
1586 g_slist_insert_sorted
1587 g_slist_remove
1588 g_slist_remove_link
1589 g_slist_delete_link
1590 g_slist_remove_all
1591 g_slist_free
1592 g_slist_free_1
1593
1594 <SUBSECTION>
1595 g_slist_length
1596 g_slist_copy
1597 g_slist_reverse
1598 g_slist_sort
1599 g_slist_sort_with_data
1600 g_slist_concat
1601 g_slist_foreach
1602
1603 <SUBSECTION>
1604 g_slist_last
1605 g_slist_next
1606 g_slist_nth
1607 g_slist_nth_data
1608
1609 <SUBSECTION>
1610 g_slist_find
1611 g_slist_find_custom
1612 g_slist_position
1613 g_slist_index
1614
1615 <SUBSECTION>
1616 g_slist_push_allocator
1617 g_slist_pop_allocator
1618 </SECTION>
1619
1620 <SECTION>
1621 <TITLE>Double-ended Queues</TITLE>
1622 <FILE>queue</FILE>
1623
1624 GQueue
1625 g_queue_new
1626 g_queue_free
1627 g_queue_is_empty
1628 g_queue_get_length
1629 g_queue_reverse
1630 g_queue_copy
1631 g_queue_foreach
1632 g_queue_find
1633 g_queue_find_custom
1634 g_queue_sort
1635 g_queue_push_head
1636 g_queue_push_tail
1637 g_queue_push_nth
1638 g_queue_pop_head
1639 g_queue_pop_tail
1640 g_queue_pop_nth
1641 g_queue_peek_head
1642 g_queue_peek_tail
1643 g_queue_peek_nth
1644 g_queue_index
1645 g_queue_remove
1646 g_queue_remove_all
1647 g_queue_insert_before
1648 g_queue_insert_after
1649 g_queue_insert_sorted
1650 g_queue_push_head_link
1651 g_queue_push_tail_link
1652 g_queue_push_nth_link
1653 g_queue_pop_head_link
1654 g_queue_pop_tail_link
1655 g_queue_pop_nth_link
1656 g_queue_peek_head_link
1657 g_queue_peek_tail_link
1658 g_queue_peek_nth_link
1659 g_queue_link_index
1660 g_queue_unlink
1661 g_queue_delete_link
1662 </SECTION>
1663
1664 <SECTION>
1665 <TITLE>Trash Stacks</TITLE>
1666 <FILE>trash_stack</FILE>
1667 GTrashStack
1668
1669 g_trash_stack_push
1670 g_trash_stack_pop
1671 g_trash_stack_peek
1672 g_trash_stack_height
1673 </SECTION>
1674
1675 <SECTION>
1676 <TITLE>Hash Tables</TITLE>
1677 <FILE>hash_tables</FILE>
1678 GHashTable
1679 g_hash_table_new
1680 g_hash_table_new_full
1681 GHashFunc
1682 GEqualFunc
1683 g_hash_table_insert
1684 g_hash_table_replace
1685 g_hash_table_size
1686 g_hash_table_lookup
1687 g_hash_table_lookup_extended
1688 g_hash_table_foreach
1689 g_hash_table_find
1690 GHFunc
1691 g_hash_table_remove
1692 g_hash_table_steal
1693 g_hash_table_foreach_remove
1694 g_hash_table_foreach_steal
1695 GHRFunc
1696 g_hash_table_freeze
1697 g_hash_table_thaw
1698 g_hash_table_destroy
1699
1700 <SUBSECTION>
1701 g_direct_equal
1702 g_direct_hash
1703 g_int_equal
1704 g_int_hash
1705 g_str_equal
1706 g_str_hash
1707
1708 </SECTION>
1709
1710 <SECTION>
1711 <TITLE>Strings</TITLE>
1712 <FILE>strings</FILE>
1713 GString
1714 g_string_new
1715 g_string_new_len
1716 g_string_sized_new
1717 g_string_assign
1718 g_string_sprintf
1719 g_string_sprintfa
1720 g_string_printf
1721 g_string_append_printf
1722 g_string_append
1723 g_string_append_c
1724 g_string_append_unichar
1725 g_string_append_len
1726 g_string_prepend
1727 g_string_prepend_c
1728 g_string_prepend_unichar
1729 g_string_prepend_len
1730 g_string_insert
1731 g_string_insert_c
1732 g_string_insert_unichar
1733 g_string_insert_len
1734 g_string_erase
1735 g_string_truncate
1736 g_string_set_size
1737 g_string_free
1738
1739 <SUBSECTION>
1740 g_string_up
1741 g_string_down
1742
1743 <SUBSECTION>
1744 g_string_hash
1745 g_string_equal
1746
1747 </SECTION>
1748
1749 <SECTION>
1750 <TITLE>String Chunks</TITLE>
1751 <FILE>string_chunks</FILE>
1752 GStringChunk
1753 g_string_chunk_new
1754 g_string_chunk_insert
1755 g_string_chunk_insert_const
1756 g_string_chunk_insert_len
1757 g_string_chunk_free
1758
1759 </SECTION>
1760
1761 <SECTION>
1762 <TITLE>Arrays</TITLE>
1763 <FILE>arrays</FILE>
1764 GArray
1765 g_array_new
1766 g_array_sized_new
1767 g_array_append_val
1768 g_array_append_vals
1769 g_array_prepend_val
1770 g_array_prepend_vals
1771 g_array_insert_val
1772 g_array_insert_vals
1773 g_array_remove_index
1774 g_array_remove_index_fast
1775 g_array_remove_range
1776 g_array_sort
1777 g_array_sort_with_data
1778 g_array_index
1779 g_array_set_size
1780 g_array_free
1781 </SECTION>
1782
1783 <SECTION>
1784 <TITLE>Pointer Arrays</TITLE>
1785 <FILE>arrays_pointer</FILE>
1786 GPtrArray
1787 g_ptr_array_new
1788 g_ptr_array_sized_new
1789 g_ptr_array_add
1790 g_ptr_array_remove
1791 g_ptr_array_remove_index
1792 g_ptr_array_remove_fast
1793 g_ptr_array_remove_index_fast
1794 g_ptr_array_remove_range
1795 g_ptr_array_sort
1796 g_ptr_array_sort_with_data
1797 g_ptr_array_set_size
1798 g_ptr_array_index
1799 g_ptr_array_free
1800 g_ptr_array_foreach
1801
1802 </SECTION>
1803
1804 <SECTION>
1805 <TITLE>Byte Arrays</TITLE>
1806 <FILE>arrays_byte</FILE>
1807 GByteArray
1808 g_byte_array_new
1809 g_byte_array_sized_new
1810 g_byte_array_append
1811 g_byte_array_prepend
1812 g_byte_array_remove_index
1813 g_byte_array_remove_index_fast
1814 g_byte_array_remove_range
1815 g_byte_array_sort
1816 g_byte_array_sort_with_data
1817 g_byte_array_set_size
1818 g_byte_array_free
1819
1820 </SECTION>
1821
1822 <SECTION>
1823 <TITLE>Balanced Binary Trees</TITLE>
1824 <FILE>trees-binary</FILE>
1825 GTree
1826 g_tree_new
1827 g_tree_new_with_data
1828 g_tree_new_full
1829 g_tree_insert
1830 g_tree_replace
1831 g_tree_nnodes
1832 g_tree_height
1833 g_tree_lookup
1834 g_tree_lookup_extended
1835 g_tree_foreach
1836 g_tree_traverse
1837 GTraverseFunc
1838 GTraverseType
1839 g_tree_search
1840 g_tree_remove
1841 g_tree_steal
1842 g_tree_destroy
1843 </SECTION>
1844
1845 <SECTION>
1846 <TITLE>N-ary Trees</TITLE>
1847 <FILE>trees-nary</FILE>
1848 GNode
1849 g_node_new
1850 g_node_copy
1851 GCopyFunc
1852 g_node_copy_deep
1853
1854 <SUBSECTION>
1855 g_node_insert
1856 g_node_insert_before
1857 g_node_insert_after
1858 g_node_append
1859 g_node_prepend
1860
1861 <SUBSECTION>
1862 g_node_insert_data
1863 g_node_insert_data_before
1864 g_node_append_data
1865 g_node_prepend_data
1866
1867 <SUBSECTION>
1868 g_node_reverse_children
1869 g_node_traverse
1870 GTraverseFlags
1871 GNodeTraverseFunc
1872 g_node_children_foreach
1873 GNodeForeachFunc
1874
1875 <SUBSECTION>
1876 g_node_get_root
1877 g_node_find
1878 g_node_find_child
1879 g_node_child_index
1880 g_node_child_position
1881 g_node_first_child
1882 g_node_last_child
1883 g_node_nth_child
1884 g_node_first_sibling
1885 g_node_next_sibling
1886 g_node_prev_sibling
1887 g_node_last_sibling
1888
1889 <SUBSECTION>
1890 G_NODE_IS_LEAF
1891 G_NODE_IS_ROOT
1892 g_node_depth
1893 g_node_n_nodes
1894 g_node_n_children
1895 g_node_is_ancestor
1896 g_node_max_height
1897
1898 <SUBSECTION>
1899 g_node_unlink
1900 g_node_destroy
1901
1902 <SUBSECTION>
1903 g_node_push_allocator
1904 g_node_pop_allocator
1905 </SECTION>
1906
1907
1908 <SECTION>
1909 <TITLE>Quarks</TITLE>
1910 <FILE>quarks</FILE>
1911 GQuark
1912 g_quark_from_string
1913 g_quark_from_static_string
1914 g_quark_to_string
1915 g_quark_try_string
1916
1917 </SECTION>
1918
1919 <SECTION>
1920 <TITLE>Keyed Data Lists</TITLE>
1921 <FILE>datalist</FILE>
1922 GData
1923 g_datalist_init
1924
1925 <SUBSECTION>
1926 g_datalist_id_set_data
1927 g_datalist_id_set_data_full
1928 g_datalist_id_get_data
1929 g_datalist_id_remove_data
1930 g_datalist_id_remove_no_notify
1931
1932 <SUBSECTION>
1933 g_datalist_set_data
1934 g_datalist_set_data_full
1935 g_datalist_get_data
1936 g_datalist_remove_data
1937 g_datalist_remove_no_notify
1938
1939 <SUBSECTION>
1940 g_datalist_foreach
1941 g_datalist_clear
1942 </SECTION>
1943
1944
1945 <SECTION>
1946 <TITLE>Datasets</TITLE>
1947 <FILE>datasets</FILE>
1948 g_dataset_id_set_data
1949 g_dataset_id_set_data_full
1950 GDestroyNotify
1951 g_dataset_id_get_data
1952 g_dataset_id_remove_data
1953 g_dataset_id_remove_no_notify
1954
1955 <SUBSECTION>
1956 g_dataset_set_data
1957 g_dataset_set_data_full
1958 g_dataset_get_data
1959 g_dataset_remove_data
1960 g_dataset_remove_no_notify
1961
1962 <SUBSECTION>
1963 g_dataset_foreach
1964 GDataForeachFunc
1965 g_dataset_destroy
1966
1967 </SECTION>
1968
1969 <SECTION>
1970 <TITLE>Relations and Tuples</TITLE>
1971 <FILE>relations</FILE>
1972 GRelation
1973 g_relation_new
1974 g_relation_index
1975 g_relation_insert
1976 g_relation_exists
1977 g_relation_count
1978 g_relation_select
1979 g_relation_delete
1980 g_relation_destroy
1981
1982 <SUBSECTION>
1983 g_relation_print
1984
1985 <SUBSECTION>
1986 GTuples
1987 g_tuples_destroy
1988 g_tuples_index
1989 </SECTION>
1990
1991 <SECTION>
1992 <TITLE>Caches</TITLE>
1993 <FILE>caches</FILE>
1994 GCache
1995 g_cache_new
1996 g_cache_insert
1997 g_cache_remove
1998 g_cache_destroy
1999
2000 <SUBSECTION>
2001 g_cache_key_foreach
2002 g_cache_value_foreach
2003
2004 <SUBSECTION>
2005 GCacheDestroyFunc
2006 GCacheDupFunc
2007 GCacheNewFunc
2008 </SECTION>
2009
2010 <SECTION>
2011 <TITLE>Memory Allocators</TITLE>
2012 <FILE>allocators</FILE>
2013 GAllocator
2014 g_allocator_new
2015 g_allocator_free
2016
2017 <SUBSECTION Private>
2018 G_ALLOCATOR_LIST
2019 G_ALLOCATOR_NODE
2020 G_ALLOCATOR_SLIST
2021 </SECTION>
2022
2023 <SECTION>
2024 <TITLE>Random Numbers</TITLE>
2025 <FILE>random_numbers</FILE>
2026 GRand
2027 g_rand_new_with_seed
2028 g_rand_new_with_seed_array
2029 g_rand_new
2030 g_rand_copy
2031 g_rand_free
2032 g_rand_set_seed
2033 g_rand_set_seed_array
2034 g_rand_boolean
2035 g_rand_int
2036 g_rand_int_range
2037 g_rand_double
2038 g_rand_double_range
2039 g_random_set_seed
2040 g_random_boolean
2041 g_random_int
2042 g_random_int_range
2043 g_random_double
2044 g_random_double_range
2045 </SECTION>
2046
2047 <SECTION>
2048 <TITLE>Character Set Conversion</TITLE>
2049 <FILE>conversions</FILE>
2050 g_convert
2051 g_convert_with_fallback
2052 GIConv
2053 g_convert_with_iconv
2054 G_CONVERT_ERROR
2055 g_iconv_open
2056 g_iconv
2057 g_iconv_close
2058 g_locale_to_utf8
2059 g_filename_to_utf8
2060 g_filename_from_utf8
2061 g_filename_from_uri
2062 g_filename_to_uri
2063 g_locale_from_utf8
2064 GConvertError
2065
2066 <SUBSECTION>
2067 g_get_charset
2068
2069 <SUBSECTION Private>
2070 g_convert_error_quark
2071 </SECTION>
2072
2073 <SECTION>
2074 <TITLE>Unicode Manipulation</TITLE>
2075 <FILE>unicode</FILE>
2076 gunichar
2077 gunichar2
2078
2079 <SUBSECTION>
2080 g_unichar_validate
2081 g_unichar_isalnum
2082 g_unichar_isalpha
2083 g_unichar_iscntrl
2084 g_unichar_isdigit
2085 g_unichar_isgraph
2086 g_unichar_islower
2087 g_unichar_isprint
2088 g_unichar_ispunct
2089 g_unichar_isspace
2090 g_unichar_isupper
2091 g_unichar_isxdigit
2092 g_unichar_istitle
2093 g_unichar_isdefined
2094 g_unichar_iswide
2095 g_unichar_toupper
2096 g_unichar_tolower
2097 g_unichar_totitle
2098 g_unichar_digit_value
2099 g_unichar_xdigit_value
2100 GUnicodeType
2101 g_unichar_type
2102 GUnicodeBreakType
2103 g_unichar_break_type
2104 g_unicode_canonical_ordering
2105 g_unicode_canonical_decomposition
2106 g_unichar_get_mirror_char
2107
2108 <SUBSECTION>
2109 g_utf8_next_char
2110 g_utf8_get_char
2111 g_utf8_get_char_validated
2112 g_utf8_offset_to_pointer
2113 g_utf8_pointer_to_offset
2114 g_utf8_prev_char
2115 g_utf8_find_next_char
2116 g_utf8_find_prev_char
2117 g_utf8_strlen
2118 g_utf8_strncpy
2119 g_utf8_strchr
2120 g_utf8_strrchr
2121 g_utf8_strreverse
2122 g_utf8_validate
2123
2124 <SUBSECTION>
2125 g_utf8_strup
2126 g_utf8_strdown
2127 g_utf8_casefold
2128 g_utf8_normalize
2129 GNormalizeMode
2130 g_utf8_collate
2131 g_utf8_collate_key
2132
2133 <SUBSECTION>
2134 g_utf8_to_utf16
2135 g_utf8_to_ucs4
2136 g_utf8_to_ucs4_fast
2137 g_utf16_to_ucs4
2138 g_utf16_to_utf8
2139 g_ucs4_to_utf16
2140 g_ucs4_to_utf8
2141 g_unichar_to_utf8
2142 </SECTION>
2143
2144 <SECTION>
2145 <TITLE>I18N</TITLE>
2146 <FILE>i18n</FILE>
2147 <INCLUDE>glib.h,glib/gi18n.h</INCLUDE>
2148 _
2149 Q_
2150 N_
2151 g_strip_context
2152 <SUBSECTION>
2153 g_get_language_names
2154 </SECTION>