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