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