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