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