Move g_get_codeset next to g_get_charset
[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 goffset
43 G_GOFFSET_CONSTANT
44
45 <SUBSECTION>
46 gintptr
47 guintptr
48
49 <SUBSECTION Private>
50 GLIB_SIZEOF_VOID_P
51 GLIB_SIZEOF_LONG
52 GLIB_SIZEOF_SIZE_T
53 </SECTION>
54
55 <SECTION>
56 <TITLE>Limits of Basic Types</TITLE>
57 <FILE>limits</FILE>
58 G_MININT
59 G_MAXINT
60 G_MAXUINT
61
62 <SUBSECTION>
63 G_MINSHORT
64 G_MAXSHORT
65 G_MAXUSHORT
66
67 <SUBSECTION>
68 G_MINLONG
69 G_MAXLONG
70 G_MAXULONG
71
72 <SUBSECTION>
73 G_MININT8
74 G_MAXINT8
75 G_MAXUINT8
76
77 <SUBSECTION>
78 G_MININT16
79 G_MAXINT16
80 G_MAXUINT16
81
82 <SUBSECTION>
83 G_MININT32
84 G_MAXINT32
85 G_MAXUINT32
86
87 <SUBSECTION>
88 G_MININT64
89 G_MAXINT64
90 G_MAXUINT64
91
92 <SUBSECTION>
93 G_MAXSIZE
94 G_MINSSIZE
95 G_MAXSSIZE
96
97 <SUBSECTION>
98 G_MINOFFSET
99 G_MAXOFFSET
100
101 <SUBSECTION>
102 G_MINFLOAT
103 G_MAXFLOAT
104
105 <SUBSECTION>
106 G_MINDOUBLE
107 G_MAXDOUBLE
108 </SECTION>
109
110 <SECTION>
111 <TITLE>Version Information</TITLE>
112 <FILE>version</FILE>
113 glib_major_version
114 glib_minor_version
115 glib_micro_version
116 glib_binary_age
117 glib_interface_age
118 glib_check_version
119
120 <SUBSECTION>
121 GLIB_MAJOR_VERSION
122 GLIB_MINOR_VERSION
123 GLIB_MICRO_VERSION
124 GLIB_CHECK_VERSION
125 </SECTION>
126
127 <SECTION>
128 <TITLE>Standard Macros</TITLE>
129 <FILE>macros</FILE>
130 <SUBSECTION>
131 G_OS_WIN32
132 G_OS_BEOS
133 G_OS_UNIX
134
135 <SUBSECTION>
136 G_DIR_SEPARATOR
137 G_DIR_SEPARATOR_S
138 G_IS_DIR_SEPARATOR
139 G_SEARCHPATH_SEPARATOR
140 G_SEARCHPATH_SEPARATOR_S
141
142 <SUBSECTION>
143 TRUE
144 FALSE
145
146 <SUBSECTION>
147 NULL
148
149 <SUBSECTION>
150 MIN
151 MAX
152
153 <SUBSECTION>
154 ABS
155 CLAMP
156
157 <SUBSECTION>
158 G_STRUCT_MEMBER
159 G_STRUCT_MEMBER_P
160 G_STRUCT_OFFSET
161
162 <SUBSECTION>
163 G_MEM_ALIGN
164
165 <SUBSECTION>
166 G_CONST_RETURN
167
168 </SECTION>
169
170 <SECTION>
171 <TITLE>Type Conversion Macros</TITLE>
172 <FILE>type_conversion</FILE>
173 GINT_TO_POINTER
174 GPOINTER_TO_INT
175
176 <SUBSECTION>
177 GUINT_TO_POINTER
178 GPOINTER_TO_UINT
179 GSIZE_TO_POINTER
180 GPOINTER_TO_SIZE
181 </SECTION>
182
183 <SECTION>
184 <TITLE>Byte Order Macros</TITLE>
185 <FILE>byte_order</FILE>
186 G_BYTE_ORDER
187 G_LITTLE_ENDIAN
188 G_BIG_ENDIAN
189 G_PDP_ENDIAN
190
191 <SUBSECTION>
192 g_htonl
193 g_htons
194 g_ntohl
195 g_ntohs
196
197 <SUBSECTION>
198 GINT_FROM_BE
199 GINT_FROM_LE
200 GINT_TO_BE
201 GINT_TO_LE
202
203 <SUBSECTION>
204 GUINT_FROM_BE
205 GUINT_FROM_LE
206 GUINT_TO_BE
207 GUINT_TO_LE
208
209 <SUBSECTION>
210 GLONG_FROM_BE
211 GLONG_FROM_LE
212 GLONG_TO_BE
213 GLONG_TO_LE
214
215 <SUBSECTION>
216 GULONG_FROM_BE
217 GULONG_FROM_LE
218 GULONG_TO_BE
219 GULONG_TO_LE
220
221 <SUBSECTION>
222 GSIZE_FROM_BE
223 GSIZE_FROM_LE
224 GSIZE_TO_BE
225 GSIZE_TO_LE
226
227 <SUBSECTION>
228 GSSIZE_FROM_BE
229 GSSIZE_FROM_LE
230 GSSIZE_TO_BE
231 GSSIZE_TO_LE
232
233 <SUBSECTION>
234 GINT16_FROM_BE
235 GINT16_FROM_LE
236 GINT16_TO_BE
237 GINT16_TO_LE
238
239 <SUBSECTION>
240 GUINT16_FROM_BE
241 GUINT16_FROM_LE
242 GUINT16_TO_BE
243 GUINT16_TO_LE
244
245 <SUBSECTION>
246 GINT32_FROM_BE
247 GINT32_FROM_LE
248 GINT32_TO_BE
249 GINT32_TO_LE
250
251 <SUBSECTION>
252 GUINT32_FROM_BE
253 GUINT32_FROM_LE
254 GUINT32_TO_BE
255 GUINT32_TO_LE
256
257 <SUBSECTION>
258 GINT64_FROM_BE
259 GINT64_FROM_LE
260 GINT64_TO_BE
261 GINT64_TO_LE
262
263 <SUBSECTION>
264 GUINT64_FROM_BE
265 GUINT64_FROM_LE
266 GUINT64_TO_BE
267 GUINT64_TO_LE
268
269 <SUBSECTION>
270 GUINT16_SWAP_BE_PDP
271 GUINT16_SWAP_LE_BE
272 GUINT16_SWAP_LE_PDP
273
274 <SUBSECTION>
275 GUINT32_SWAP_BE_PDP
276 GUINT32_SWAP_LE_BE
277 GUINT32_SWAP_LE_PDP
278
279 <SUBSECTION>
280 GUINT64_SWAP_LE_BE
281
282 <SUBSECTION Private>
283 GUINT16_SWAP_LE_BE_CONSTANT
284 GUINT32_SWAP_LE_BE_CONSTANT
285 GUINT64_SWAP_LE_BE_CONSTANT
286 GUINT16_SWAP_LE_BE_IA32
287 GUINT32_SWAP_LE_BE_IA32
288 GUINT64_SWAP_LE_BE_IA32
289 GUINT16_SWAP_LE_BE_IA64
290 GUINT32_SWAP_LE_BE_IA64
291 GUINT64_SWAP_LE_BE_IA64
292 GUINT32_SWAP_LE_BE_X86_64
293 GUINT64_SWAP_LE_BE_X86_64
294
295 </SECTION>
296
297 <SECTION>
298 <TITLE>Numerical Definitions</TITLE>
299 <FILE>numerical</FILE>
300 G_IEEE754_FLOAT_BIAS
301 G_IEEE754_DOUBLE_BIAS
302 GFloatIEEE754
303 GDoubleIEEE754
304
305 <SUBSECTION>
306 <SUBSECTION>
307 G_E
308 G_LN2
309 G_LN10
310 G_PI
311 G_PI_2
312 G_PI_4
313 G_SQRT2
314 G_LOG_2_BASE_10
315 </SECTION>
316
317 <SECTION>
318 <TITLE>Miscellaneous Macros</TITLE>
319 <FILE>macros_misc</FILE>
320 G_INLINE_FUNC
321
322 <SUBSECTION>
323 G_STMT_START
324 G_STMT_END
325
326 <SUBSECTION>
327 G_BEGIN_DECLS
328 G_END_DECLS
329
330 <SUBSECTION>
331 G_N_ELEMENTS
332
333 <SUBSECTION>
334 G_VA_COPY
335
336 <SUBSECTION>
337 G_STRINGIFY
338 G_PASTE
339 G_STATIC_ASSERT
340 G_STATIC_ASSERT_EXPR
341
342 <SUBSECTION>
343 G_GNUC_EXTENSION
344 G_GNUC_CONST
345 G_GNUC_PURE
346 G_GNUC_MALLOC
347 G_GNUC_ALLOC_SIZE
348 G_GNUC_ALLOC_SIZE2
349 G_GNUC_DEPRECATED
350 G_GNUC_DEPRECATED_FOR
351 G_GNUC_NORETURN
352 G_GNUC_UNUSED
353 G_GNUC_PRINTF
354 G_GNUC_SCANF
355 G_GNUC_FORMAT
356 G_GNUC_NULL_TERMINATED
357 G_GNUC_WARN_UNUSED_RESULT
358 G_GNUC_FUNCTION
359 G_GNUC_PRETTY_FUNCTION
360 G_GNUC_NO_INSTRUMENT
361 G_HAVE_GNUC_VISIBILITY
362 G_GNUC_INTERNAL
363 G_GNUC_MAY_ALIAS
364
365 <SUBSECTION>
366 G_DEPRECATED
367 G_DEPRECATED_FOR
368
369 <SUBSECTION>
370 G_LIKELY
371 G_UNLIKELY
372
373 <SUBSECTION>
374 G_STRLOC
375 G_STRFUNC
376
377 <SUBSECTION>
378 G_GINT16_MODIFIER
379 G_GINT16_FORMAT
380 G_GUINT16_FORMAT
381 G_GINT32_MODIFIER
382 G_GINT32_FORMAT
383 G_GUINT32_FORMAT
384 G_GINT64_MODIFIER
385 G_GINT64_FORMAT
386 G_GUINT64_FORMAT
387 G_GSIZE_MODIFIER
388 G_GSIZE_FORMAT
389 G_GSSIZE_FORMAT
390 G_GOFFSET_MODIFIER
391 G_GOFFSET_FORMAT
392 G_GINTPTR_MODIFIER
393 G_GINTPTR_FORMAT
394 G_GUINTPTR_FORMAT
395
396 <SUBSECTION Private>
397 GLIB_VAR
398 G_STRINGIFY_ARG
399 G_PASTE_ARGS
400 G_HAVE_INLINE
401 G_CAN_INLINE
402 inline
403 G_HAVE___INLINE
404 G_HAVE___INLINE__
405 G_HAVE_GNUC_VARARGS
406 G_HAVE_ISO_VARARGS
407 G_HAVE_GROWING_STACK
408 G_VA_COPY_AS_ARRAY
409 GLIB_DEPRECATED
410 GLIB_DEPRECATED_FOR
411 </SECTION>
412
413 <SECTION>
414 <TITLE>Error Reporting</TITLE>
415 <FILE>error_reporting</FILE>
416 GError
417 g_error_new
418 g_error_new_literal
419 g_error_new_valist
420 g_error_free
421 g_error_copy
422 g_error_matches
423 g_set_error
424 g_set_error_literal
425 g_propagate_error
426 g_clear_error
427 g_prefix_error
428 g_propagate_prefixed_error
429 </SECTION>
430
431 <SECTION>
432 <TITLE>The Main Event Loop</TITLE>
433 <FILE>main</FILE>
434 GMainLoop
435 g_main_loop_new
436 g_main_loop_ref
437 g_main_loop_unref
438 g_main_loop_run
439 g_main_loop_quit
440 g_main_loop_is_running
441 g_main_loop_get_context
442 g_main_new
443 g_main_destroy
444 g_main_run
445 g_main_quit
446 g_main_is_running
447
448 <SUBSECTION>
449 G_PRIORITY_HIGH
450 G_PRIORITY_DEFAULT
451 G_PRIORITY_HIGH_IDLE
452 G_PRIORITY_DEFAULT_IDLE
453 G_PRIORITY_LOW
454
455 <SUBSECTION>
456 G_SOURCE_CONTINUE
457 G_SOURCE_REMOVE
458
459 <SUBSECTION>
460 GMainContext
461 g_main_context_new
462 g_main_context_ref
463 g_main_context_unref
464 g_main_context_default
465 g_main_context_iteration
466 g_main_iteration
467 g_main_context_pending
468 g_main_pending
469 g_main_context_find_source_by_id
470 g_main_context_find_source_by_user_data
471 g_main_context_find_source_by_funcs_user_data
472 g_main_context_wakeup
473 g_main_context_acquire
474 g_main_context_release
475 g_main_context_is_owner
476 g_main_context_wait
477 g_main_context_prepare
478 g_main_context_query
479 g_main_context_check
480 g_main_context_dispatch
481 g_main_context_set_poll_func
482 g_main_context_get_poll_func
483 GPollFunc
484 g_main_context_add_poll
485 g_main_context_remove_poll
486 g_main_depth
487 g_main_current_source
488 g_main_set_poll_func
489 g_main_context_invoke
490 g_main_context_invoke_full
491
492 <SUBSECTION>
493 g_main_context_get_thread_default
494 g_main_context_ref_thread_default
495 g_main_context_push_thread_default
496 g_main_context_pop_thread_default
497
498 <SUBSECTION>
499 g_timeout_source_new
500 g_timeout_source_new_seconds
501 g_timeout_add
502 g_timeout_add_full
503 g_timeout_add_seconds
504 g_timeout_add_seconds_full
505
506 <SUBSECTION>
507 g_idle_source_new
508 g_idle_add
509 g_idle_add_full
510 g_idle_remove_by_data
511
512 <SUBSECTION>
513 GPid
514 GChildWatchFunc
515 g_child_watch_source_new
516 g_child_watch_add
517 g_child_watch_add_full
518
519 <SUBSECTION>
520 GPollFD
521 g_poll
522 G_POLLFD_FORMAT
523
524 <SUBSECTION>
525 GSource
526 GSourceDummyMarshal
527 GSourceFuncs
528 GSourceCallbackFuncs
529 g_source_new
530 g_source_ref
531 g_source_unref
532 g_source_set_funcs
533 g_source_attach
534 g_source_destroy
535 g_source_is_destroyed
536 g_source_set_priority
537 g_source_get_priority
538 g_source_set_can_recurse
539 g_source_get_can_recurse
540 g_source_get_id
541 g_source_get_name
542 g_source_set_name
543 g_source_set_name_by_id
544 g_source_get_context
545 g_source_set_callback
546 GSourceFunc
547 g_source_set_callback_indirect
548 g_source_add_poll
549 g_source_remove_poll
550 g_source_add_child_source
551 g_source_remove_child_source
552 g_source_get_time
553 g_source_get_current_time
554 g_source_remove
555 g_source_remove_by_funcs_user_data
556 g_source_remove_by_user_data
557
558 <SUBSECTION Private>
559 GLIB_HAVE_SYS_POLL_H
560 GLIB_HAVE_ALLOCA_H
561 alloca
562 GLIB_USING_SYSTEM_PRINTF
563 GLIB_SYSDEF_POLLERR
564 GLIB_SYSDEF_POLLHUP
565 GLIB_SYSDEF_POLLIN
566 GLIB_SYSDEF_POLLNVAL
567 GLIB_SYSDEF_POLLOUT
568 GLIB_SYSDEF_POLLPRI
569 GLIB_SYSDEF_AF_INET
570 GLIB_SYSDEF_AF_INET6
571 GLIB_SYSDEF_AF_UNIX
572 GLIB_SYSDEF_MSG_DONTROUTE
573 GLIB_SYSDEF_MSG_OOB
574 GLIB_SYSDEF_MSG_PEEK
575 G_WIN32_MSG_HANDLE
576 g_idle_funcs
577 g_timeout_funcs
578 g_child_watch_funcs
579 GSourcePrivate
580 </SECTION>
581
582
583 <SECTION>
584 <TITLE>Threads</TITLE>
585 <FILE>threads</FILE>
586 <SUBSECTION>
587 G_THREAD_ERROR
588 GThreadError
589
590 <SUBSECTION>
591 GThread
592 GThreadFunc
593 g_thread_new
594 g_thread_try_new
595 g_thread_ref
596 g_thread_unref
597 g_thread_join
598 g_thread_yield
599 g_thread_exit
600 g_thread_self
601
602 <SUBSECTION>
603 GMutex
604 g_mutex_init
605 g_mutex_clear
606 g_mutex_lock
607 g_mutex_trylock
608 g_mutex_unlock
609
610 <SUBSECTION>
611 G_LOCK_DEFINE
612 G_LOCK_DEFINE_STATIC
613 G_LOCK_EXTERN
614 G_LOCK
615 G_TRYLOCK
616 G_UNLOCK
617
618 <SUBSECTION>
619 GRecMutex
620 g_rec_mutex_init
621 g_rec_mutex_clear
622 g_rec_mutex_lock
623 g_rec_mutex_trylock
624 g_rec_mutex_unlock
625
626 <SUBSECTION>
627 GRWLock
628 g_rw_lock_init
629 g_rw_lock_clear
630 g_rw_lock_writer_lock
631 g_rw_lock_writer_trylock
632 g_rw_lock_writer_unlock
633 g_rw_lock_reader_lock
634 g_rw_lock_reader_trylock
635 g_rw_lock_reader_unlock
636
637 <SUBSECTION>
638 GCond
639 g_cond_init
640 g_cond_clear
641 g_cond_wait
642 g_cond_timed_wait
643 g_cond_wait_until
644 g_cond_signal
645 g_cond_broadcast
646
647 <SUBSECTION>
648 GPrivate
649 G_PRIVATE_INIT
650 g_private_get
651 g_private_set
652 g_private_replace
653
654 <SUBSECTION>
655 GOnce
656 GOnceStatus
657 G_ONCE_INIT
658 g_once
659 g_once_init_enter
660 g_once_init_leave
661
662 <SUBSECTION>
663 g_bit_lock
664 g_bit_trylock
665 g_bit_unlock
666 g_pointer_bit_lock
667 g_pointer_bit_trylock
668 g_pointer_bit_unlock
669
670 <SUBSECTION Private>
671 G_LOCK_NAME
672 atexit
673 g_thread_error_quark
674 g_once_impl
675 </SECTION>
676
677 <SECTION>
678 <TITLE>Deprecated Thread APIs</TITLE>
679 <FILE>threads-deprecated</FILE>
680
681 <SUBSECTION>
682 G_THREADS_IMPL_POSIX
683 G_THREADS_IMPL_WIN32
684
685 <SUBSECTION>
686 g_thread_init
687 g_thread_supported
688 g_thread_get_initialized
689
690 <SUBSECTION>
691 g_thread_create
692 g_thread_create_full
693 GThreadPriority
694 g_thread_set_priority
695 g_thread_foreach
696
697 <SUBSECTION>
698 g_mutex_new
699 g_mutex_free
700 g_cond_new
701 g_cond_free
702 g_private_new
703
704 <SUBSECTION>
705 GStaticMutex
706 G_STATIC_MUTEX_INIT
707 g_static_mutex_init
708 g_static_mutex_lock
709 g_static_mutex_trylock
710 g_static_mutex_unlock
711 g_static_mutex_get_mutex
712 g_static_mutex_free
713
714 <SUBSECTION>
715 GStaticRecMutex
716 G_STATIC_REC_MUTEX_INIT
717 g_static_rec_mutex_init
718 g_static_rec_mutex_lock
719 g_static_rec_mutex_trylock
720 g_static_rec_mutex_unlock
721 g_static_rec_mutex_lock_full
722 g_static_rec_mutex_unlock_full
723 g_static_rec_mutex_free
724
725 <SUBSECTION>
726 GStaticRWLock
727 G_STATIC_RW_LOCK_INIT
728 g_static_rw_lock_init
729 g_static_rw_lock_reader_lock
730 g_static_rw_lock_reader_trylock
731 g_static_rw_lock_reader_unlock
732 g_static_rw_lock_writer_lock
733 g_static_rw_lock_writer_trylock
734 g_static_rw_lock_writer_unlock
735 g_static_rw_lock_free
736
737 <SUBSECTION>
738 GStaticPrivate
739 G_STATIC_PRIVATE_INIT
740 g_static_private_init
741 g_static_private_get
742 g_static_private_set
743 g_static_private_free
744
745 <SUBSECTION Private>
746 GThreadFunctions
747 G_THREADS_ENABLED
748 g_static_mutex_get_mutex_impl
749 g_thread_use_default_impl
750 g_threads_got_initialized
751 g_thread_functions_for_glib_use
752 g_thread_gettime
753 g_once_init_enter_impl
754 </SECTION>
755
756 <SECTION>
757 <TITLE>Thread Pools</TITLE>
758 <FILE>thread_pools</FILE>
759 GThreadPool
760 g_thread_pool_new
761 g_thread_pool_push
762 g_thread_pool_set_max_threads
763 g_thread_pool_get_max_threads
764 g_thread_pool_get_num_threads
765 g_thread_pool_unprocessed
766 g_thread_pool_free
767 g_thread_pool_set_max_unused_threads
768 g_thread_pool_get_max_unused_threads
769 g_thread_pool_get_num_unused_threads
770 g_thread_pool_stop_unused_threads
771 g_thread_pool_set_sort_function
772 g_thread_pool_set_max_idle_time
773 g_thread_pool_get_max_idle_time
774 </SECTION>
775
776 <SECTION>
777 <TITLE>Asynchronous Queues</TITLE>
778 <FILE>async_queues</FILE>
779 GAsyncQueue
780 g_async_queue_new
781 g_async_queue_new_full
782 g_async_queue_ref
783 g_async_queue_unref
784 g_async_queue_push
785 g_async_queue_push_sorted
786 g_async_queue_pop
787 g_async_queue_try_pop
788 g_async_queue_timed_pop
789 g_async_queue_length
790 g_async_queue_sort
791
792 <SUBSECTION>
793 g_async_queue_lock
794 g_async_queue_unlock
795 g_async_queue_ref_unlocked
796 g_async_queue_unref_and_unlock
797 g_async_queue_push_unlocked
798 g_async_queue_push_sorted_unlocked
799 g_async_queue_pop_unlocked
800 g_async_queue_try_pop_unlocked
801 g_async_queue_timed_pop_unlocked
802 g_async_queue_length_unlocked
803 g_async_queue_sort_unlocked
804 </SECTION>
805
806 <SECTION>
807 <TITLE>Atomic Operations</TITLE>
808 <FILE>atomic_operations</FILE>
809 g_atomic_int_get
810 g_atomic_int_set
811 g_atomic_int_inc
812 g_atomic_int_dec_and_test
813 g_atomic_int_compare_and_exchange
814 g_atomic_int_add
815 g_atomic_int_and
816 g_atomic_int_or
817 g_atomic_int_xor
818
819 <SUBSECTION>
820 g_atomic_pointer_get
821 g_atomic_pointer_set
822 g_atomic_pointer_compare_and_exchange
823 g_atomic_pointer_add
824 g_atomic_pointer_and
825 g_atomic_pointer_or
826 g_atomic_pointer_xor
827
828 <SUBSECTION>
829 g_atomic_int_exchange_and_add
830
831 <SUBSECTION Private>
832 G_ATOMIC_OP_USE_GCC_BUILTINS
833 </SECTION>
834
835 <SECTION>
836 <TITLE>IO Channels</TITLE>
837 <FILE>iochannels</FILE>
838 GIOChannel
839
840 <SUBSECTION>
841 g_io_channel_unix_new
842 g_io_channel_unix_get_fd
843 g_io_channel_win32_new_fd
844 g_io_channel_win32_new_socket
845 g_io_channel_win32_new_messages
846
847 <SUBSECTION>
848 g_io_channel_init
849
850 <SUBSECTION>
851 g_io_channel_new_file
852 g_io_channel_read_chars
853 g_io_channel_read_unichar
854 g_io_channel_read_line
855 g_io_channel_read_line_string
856 g_io_channel_read_to_end
857 g_io_channel_write_chars
858 g_io_channel_write_unichar
859 g_io_channel_flush
860 g_io_channel_seek_position
861 GSeekType
862 g_io_channel_shutdown
863
864 <SUBSECTION>
865 GIOStatus
866 GIOChannelError
867 G_IO_CHANNEL_ERROR
868 g_io_channel_error_from_errno
869
870 <SUBSECTION>
871 g_io_channel_ref
872 g_io_channel_unref
873
874 <SUBSECTION>
875 g_io_create_watch
876 g_io_add_watch
877 g_io_add_watch_full
878 GIOCondition
879 GIOFunc
880
881 <SUBSECTION>
882 GIOFuncs
883
884 <SUBSECTION>
885 g_io_channel_get_buffer_size
886 g_io_channel_set_buffer_size
887 g_io_channel_get_buffer_condition
888 g_io_channel_get_flags
889 g_io_channel_set_flags
890 GIOFlags
891 g_io_channel_get_line_term
892 g_io_channel_set_line_term
893 g_io_channel_get_buffered
894 g_io_channel_set_buffered
895 g_io_channel_get_encoding
896 g_io_channel_set_encoding
897 g_io_channel_get_close_on_unref
898 g_io_channel_set_close_on_unref
899
900 <SUBSECTION>
901 g_io_channel_read
902 GIOError
903 g_io_channel_write
904 g_io_channel_seek
905 g_io_channel_close
906
907 <SUBSECTION Private>
908 g_io_channel_win32_poll
909 g_io_channel_win32_make_pollfd
910 g_io_channel_win32_get_fd
911 g_io_channel_error_quark
912 g_io_watch_funcs
913 G_IO_FLAG_IS_WRITEABLE
914 </SECTION>
915
916 <SECTION>
917 <TITLE>Memory Allocation</TITLE>
918 <FILE>memory</FILE>
919 g_new
920 g_new0
921 g_renew
922 g_try_new
923 g_try_new0
924 g_try_renew
925
926 <SUBSECTION>
927 g_malloc
928 g_malloc0
929 g_realloc
930 g_try_malloc
931 g_try_malloc0
932 g_try_realloc
933 g_malloc_n
934 g_malloc0_n
935 g_realloc_n
936 g_try_malloc_n
937 g_try_malloc0_n
938 g_try_realloc_n
939
940 <SUBSECTION>
941 g_free
942 g_mem_gc_friendly
943
944 <SUBSECTION>
945 g_alloca
946 g_newa
947
948 <SUBSECTION>
949 g_memmove
950 g_memdup
951
952 <SUBSECTION>
953 GMemVTable
954 g_mem_set_vtable
955 g_mem_is_system_malloc
956
957 <SUBSECTION>
958 glib_mem_profiler_table
959 g_mem_profile
960 </SECTION>
961
962 <SECTION>
963 <TITLE>Warnings and Assertions</TITLE>
964 <FILE>warnings</FILE>
965 g_print
966 g_set_print_handler
967 GPrintFunc
968
969 <SUBSECTION>
970 g_printerr
971 g_set_printerr_handler
972
973 <SUBSECTION>
974 g_return_if_fail
975 g_return_val_if_fail
976 g_return_if_reached
977 g_return_val_if_reached
978 g_warn_if_fail
979 g_warn_if_reached
980
981 <SUBSECTION>
982 g_on_error_query
983 g_on_error_stack_trace
984
985 <SUBSECTION>
986 G_BREAKPOINT
987
988 <SUBSECTION Private>
989 g_return_if_fail_warning
990 g_assert_warning
991 g_warn_message
992 </SECTION>
993
994 <SECTION>
995 <TITLE>Glob-style pattern matching</TITLE>
996 <FILE>patterns</FILE>
997 GPatternSpec
998 g_pattern_spec_new
999 g_pattern_spec_free
1000 g_pattern_spec_equal
1001 g_pattern_match
1002 g_pattern_match_string
1003 g_pattern_match_simple
1004 </SECTION>
1005
1006 <SECTION>
1007 <TITLE>Perl-compatible regular expressions</TITLE>
1008 <FILE>gregex</FILE>
1009 GRegexError
1010 G_REGEX_ERROR
1011 GRegexCompileFlags
1012 GRegexMatchFlags
1013 GRegex
1014 GRegexEvalCallback
1015 g_regex_new
1016 g_regex_ref
1017 g_regex_unref
1018 g_regex_get_pattern
1019 g_regex_get_max_backref
1020 g_regex_get_capture_count
1021 g_regex_get_string_number
1022 g_regex_get_compile_flags
1023 g_regex_get_match_flags
1024 g_regex_escape_string
1025 g_regex_escape_nul
1026 g_regex_match_simple
1027 g_regex_match
1028 g_regex_match_full
1029 g_regex_match_all
1030 g_regex_match_all_full
1031 g_regex_split_simple
1032 g_regex_split
1033 g_regex_split_full
1034 g_regex_replace
1035 g_regex_replace_literal
1036 g_regex_replace_eval
1037 g_regex_check_replacement
1038 GMatchInfo
1039 g_match_info_get_regex
1040 g_match_info_get_string
1041 g_match_info_ref
1042 g_match_info_unref
1043 g_match_info_free
1044 g_match_info_matches
1045 g_match_info_next
1046 g_match_info_get_match_count
1047 g_match_info_is_partial_match
1048 g_match_info_expand_references
1049 g_match_info_fetch
1050 g_match_info_fetch_pos
1051 g_match_info_fetch_named
1052 g_match_info_fetch_named_pos
1053 g_match_info_fetch_all
1054 <SUBSECTION Private>
1055 g_regex_error_quark
1056 </SECTION>
1057
1058 <SECTION>
1059 <TITLE>Message Logging</TITLE>
1060 <FILE>messages</FILE>
1061 G_LOG_DOMAIN
1062 G_LOG_FATAL_MASK
1063 G_LOG_LEVEL_USER_SHIFT
1064 GLogFunc
1065 GLogLevelFlags
1066
1067 <SUBSECTION>
1068 g_log
1069 g_logv
1070 g_message
1071 g_warning
1072 g_critical
1073 g_error
1074 g_debug
1075
1076 <SUBSECTION>
1077 g_log_set_handler
1078 g_log_remove_handler
1079 g_log_set_always_fatal
1080 g_log_set_fatal_mask
1081 g_log_default_handler
1082 g_log_set_default_handler
1083 </SECTION>
1084
1085 <SECTION>
1086 <TITLE>Timers</TITLE>
1087 <FILE>timers</FILE>
1088 GTimer
1089 g_timer_new
1090 g_timer_start
1091 g_timer_stop
1092 g_timer_continue
1093 g_timer_elapsed
1094 g_timer_reset
1095 g_timer_destroy
1096 </SECTION>
1097
1098 <SECTION>
1099 <TITLE>Spawning Processes</TITLE>
1100 <FILE>spawn</FILE>
1101 GSpawnError
1102 G_SPAWN_ERROR
1103 GSpawnFlags
1104 GSpawnChildSetupFunc
1105 g_spawn_async_with_pipes
1106 g_spawn_async
1107 g_spawn_sync
1108 g_spawn_command_line_async
1109 g_spawn_command_line_sync
1110 g_spawn_close_pid
1111 <SUBSECTION Private>
1112 g_spawn_error_quark
1113 </SECTION>
1114
1115 <SECTION>
1116 <TITLE>Simple XML Subset Parser</TITLE>
1117 <FILE>markup</FILE>
1118 GMarkupError
1119 G_MARKUP_ERROR
1120 GMarkupParseFlags
1121 GMarkupParseContext
1122 GMarkupParser
1123 g_markup_escape_text
1124 g_markup_printf_escaped
1125 g_markup_vprintf_escaped
1126 g_markup_parse_context_end_parse
1127 g_markup_parse_context_free
1128 g_markup_parse_context_get_position
1129 g_markup_parse_context_get_element
1130 g_markup_parse_context_get_element_stack
1131 g_markup_parse_context_get_user_data
1132 g_markup_parse_context_new
1133 g_markup_parse_context_parse
1134 g_markup_parse_context_push
1135 g_markup_parse_context_pop
1136 <SUBSECTION>
1137 GMarkupCollectType
1138 g_markup_collect_attributes
1139 <SUBSECTION Private>
1140 g_markup_error_quark
1141 </SECTION>
1142
1143
1144 <SECTION>
1145 <TITLE>Shell-related Utilities</TITLE>
1146 <FILE>shell</FILE>
1147 GShellError
1148 G_SHELL_ERROR
1149 g_shell_parse_argv
1150 g_shell_quote
1151 g_shell_unquote
1152 <SUBSECTION Private>
1153 g_shell_error_quark
1154 </SECTION>
1155
1156
1157 <SECTION>
1158 <TITLE>Commandline option parser</TITLE>
1159 <FILE>option</FILE>
1160 GOptionError
1161 G_OPTION_ERROR
1162 GOptionArgFunc
1163 GOptionContext
1164 g_option_context_new
1165 g_option_context_set_summary
1166 g_option_context_get_summary
1167 g_option_context_set_description
1168 g_option_context_get_description
1169 GTranslateFunc
1170 g_option_context_set_translate_func
1171 g_option_context_set_translation_domain
1172 g_option_context_free
1173 g_option_context_parse
1174 g_option_context_set_help_enabled
1175 g_option_context_get_help_enabled
1176 g_option_context_set_ignore_unknown_options
1177 g_option_context_get_ignore_unknown_options
1178 g_option_context_get_help
1179 GOptionArg
1180 GOptionFlags
1181 G_OPTION_REMAINING
1182 GOptionEntry
1183 g_option_context_add_main_entries
1184 GOptionGroup
1185 g_option_context_add_group
1186 g_option_context_set_main_group
1187 g_option_context_get_main_group
1188 g_option_group_new
1189 g_option_group_free
1190 g_option_group_add_entries
1191 GOptionParseFunc
1192 g_option_group_set_parse_hooks
1193 GOptionErrorFunc
1194 g_option_group_set_error_hook
1195 g_option_group_set_translate_func
1196 g_option_group_set_translation_domain
1197 <SUBSECTION Private>
1198 g_option_error_quark
1199 </SECTION>
1200
1201
1202 <SECTION>
1203 <TITLE>File Utilities</TITLE>
1204 <FILE>fileutils</FILE>
1205 <INCLUDE>glib.h,glib/gstdio.h</INCLUDE>
1206 GFileError
1207 G_FILE_ERROR
1208 GFileTest
1209 g_file_error_from_errno
1210 g_file_get_contents
1211 g_file_set_contents
1212 g_file_test
1213 g_mkstemp
1214 g_mkstemp_full
1215 g_file_open_tmp
1216 g_file_read_link
1217 g_mkdir_with_parents
1218 g_mkdtemp
1219 g_mkdtemp_full
1220 g_dir_make_tmp
1221
1222 <SUBSECTION>
1223 GDir
1224 g_dir_open
1225 g_dir_read_name
1226 g_dir_rewind
1227 g_dir_close
1228
1229 <SUBSECTION>
1230 GMappedFile
1231 g_mapped_file_new
1232 g_mapped_file_new_from_fd
1233 g_mapped_file_ref
1234 g_mapped_file_unref
1235 g_mapped_file_free
1236 g_mapped_file_get_length
1237 g_mapped_file_get_contents
1238
1239 <SUBSECTION>
1240 g_open
1241 g_rename
1242 g_mkdir
1243 GStatBuf
1244 g_stat
1245 g_lstat
1246 g_unlink
1247 g_remove
1248 g_rmdir
1249 g_fopen
1250 g_freopen
1251 g_chmod
1252 g_access
1253 g_creat
1254 g_chdir
1255 g_utime
1256
1257 <SUBSECTION Private>
1258 g_file_error_quark
1259 utimbuf
1260 </SECTION>
1261
1262
1263 <SECTION>
1264 <TITLE>String Utility Functions</TITLE>
1265 <FILE>string_utils</FILE>
1266 <INCLUDE>glib.h,glib/gprintf.h</INCLUDE>
1267 g_strdup
1268 g_strndup
1269 g_strdupv
1270 g_strnfill
1271 g_stpcpy
1272 g_strstr_len
1273 g_strrstr
1274 g_strrstr_len
1275 g_str_has_prefix
1276 g_str_has_suffix
1277 g_strcmp0
1278
1279 <SUBSECTION>
1280 g_strlcpy
1281 g_strlcat
1282
1283 <SUBSECTION>
1284 g_strdup_printf
1285 g_strdup_vprintf
1286 g_printf
1287 g_vprintf
1288 g_fprintf
1289 g_vfprintf
1290 g_sprintf
1291 g_vsprintf
1292 g_snprintf
1293 g_vsnprintf
1294 g_vasprintf
1295 g_printf_string_upper_bound
1296
1297 <SUBSECTION>
1298 g_ascii_isalnum
1299 g_ascii_isalpha
1300 g_ascii_iscntrl
1301 g_ascii_isdigit
1302 g_ascii_isgraph
1303 g_ascii_islower
1304 g_ascii_isprint
1305 g_ascii_ispunct
1306 g_ascii_isspace
1307 g_ascii_isupper
1308 g_ascii_isxdigit
1309
1310 <SUBSECTION>
1311 g_ascii_digit_value
1312 g_ascii_xdigit_value
1313
1314 <SUBSECTION>
1315 g_ascii_strcasecmp
1316 g_ascii_strncasecmp
1317
1318 <SUBSECTION>
1319 g_ascii_strup
1320 g_ascii_strdown
1321
1322 <SUBSECTION>
1323 g_ascii_tolower
1324 g_ascii_toupper
1325
1326 <SUBSECTION>
1327 g_string_ascii_up
1328 g_string_ascii_down
1329
1330 <SUBSECTION>
1331 g_strup
1332 g_strdown
1333
1334 <SUBSECTION>
1335 g_strcasecmp
1336 g_strncasecmp
1337
1338 <SUBSECTION>
1339 g_strreverse
1340
1341 <SUBSECTION>
1342 g_ascii_strtoll
1343 g_ascii_strtoull
1344 G_ASCII_DTOSTR_BUF_SIZE
1345 g_ascii_strtod
1346 g_ascii_dtostr
1347 g_ascii_formatd
1348 g_strtod
1349
1350 <SUBSECTION>
1351 g_strchug
1352 g_strchomp
1353 g_strstrip
1354
1355 <SUBSECTION>
1356 g_strdelimit
1357 G_STR_DELIMITERS
1358 g_strescape
1359 g_strcompress
1360 g_strcanon
1361 g_strsplit
1362 g_strsplit_set
1363 g_strfreev
1364 g_strconcat
1365 g_strjoin
1366 g_strjoinv
1367 g_strv_length
1368
1369 <SUBSECTION>
1370 g_strerror
1371 g_strsignal
1372
1373 <SUBSECTION Private>
1374 GAsciiType
1375 g_ascii_table
1376 </SECTION>
1377
1378 <SECTION>
1379 <TITLE>Date and Time Functions</TITLE>
1380 <FILE>date</FILE>
1381 G_USEC_PER_SEC
1382 GTimeVal
1383 g_get_current_time
1384 g_usleep
1385 g_time_val_add
1386 g_time_val_from_iso8601
1387 g_time_val_to_iso8601
1388
1389 <SUBSECTION>
1390 g_get_monotonic_time
1391 g_get_real_time
1392
1393 <SUBSECTION>
1394 GDate
1395 GTime
1396 GDateDMY
1397 GDateDay
1398 GDateMonth
1399 GDateYear
1400 GDateWeekday
1401
1402 <SUBSECTION>
1403 G_DATE_BAD_DAY
1404 G_DATE_BAD_JULIAN
1405 G_DATE_BAD_YEAR
1406
1407 <SUBSECTION>
1408 g_date_new
1409 g_date_new_dmy
1410 g_date_new_julian
1411 g_date_clear
1412 g_date_free
1413
1414 <SUBSECTION>
1415 g_date_set_day
1416 g_date_set_month
1417 g_date_set_year
1418 g_date_set_dmy
1419 g_date_set_julian
1420 g_date_set_time
1421 g_date_set_time_t
1422 g_date_set_time_val
1423 g_date_set_parse
1424
1425 <SUBSECTION>
1426 g_date_add_days
1427 g_date_subtract_days
1428 g_date_add_months
1429 g_date_subtract_months
1430 g_date_add_years
1431 g_date_subtract_years
1432 g_date_days_between
1433 g_date_compare
1434 g_date_clamp
1435 g_date_order
1436
1437 <SUBSECTION>
1438 g_date_get_day
1439 g_date_get_month
1440 g_date_get_year
1441 g_date_get_julian
1442 g_date_get_weekday
1443 g_date_get_day_of_year
1444
1445 <SUBSECTION>
1446 g_date_get_days_in_month
1447 g_date_is_first_of_month
1448 g_date_is_last_of_month
1449 g_date_is_leap_year
1450 g_date_get_monday_week_of_year
1451 g_date_get_monday_weeks_in_year
1452 g_date_get_sunday_week_of_year
1453 g_date_get_sunday_weeks_in_year
1454 g_date_get_iso8601_week_of_year
1455
1456 <SUBSECTION>
1457 g_date_strftime
1458 g_date_to_struct_tm
1459
1460 <SUBSECTION>
1461 g_date_valid
1462 g_date_valid_day
1463 g_date_valid_month
1464 g_date_valid_year
1465 g_date_valid_dmy
1466 g_date_valid_julian
1467 g_date_valid_weekday
1468
1469 <SUBSECTION Private>
1470 g_date_weekday
1471 g_date_month
1472 g_date_year
1473 g_date_day
1474 g_date_julian
1475 g_date_day_of_year
1476 g_date_monday_week_of_year
1477 g_date_sunday_week_of_year
1478 g_date_days_in_month
1479 g_date_monday_weeks_in_year
1480 g_date_sunday_weeks_in_year
1481 </SECTION>
1482
1483 <SECTION>
1484 <FILE>timezone</FILE>
1485 <SUBSECTION>
1486 GTimeZone
1487 g_time_zone_unref
1488 g_time_zone_ref
1489 <SUBSECTION>
1490 g_time_zone_new
1491 g_time_zone_new_local
1492 g_time_zone_new_utc
1493 <SUBSECTION>
1494 GTimeType
1495 g_time_zone_find_interval
1496 g_time_zone_adjust_time
1497 <SUBSECTION>
1498 g_time_zone_get_abbreviation
1499 g_time_zone_get_offset
1500 g_time_zone_is_dst
1501 </SECTION>
1502
1503 <SECTION>
1504 <FILE>date-time</FILE>
1505 GTimeSpan
1506 G_TIME_SPAN_DAY
1507 G_TIME_SPAN_HOUR
1508 G_TIME_SPAN_MINUTE
1509 G_TIME_SPAN_SECOND
1510 G_TIME_SPAN_MILLISECOND
1511
1512 <SUBSECTION>
1513 GDateTime
1514 g_date_time_unref
1515 g_date_time_ref
1516
1517 <SUBSECTION>
1518 g_date_time_new_now
1519 g_date_time_new_now_local
1520 g_date_time_new_now_utc
1521
1522 <SUBSECTION>
1523 g_date_time_new_from_unix_local
1524 g_date_time_new_from_unix_utc
1525
1526 <SUBSECTION>
1527 g_date_time_new_from_timeval_local
1528 g_date_time_new_from_timeval_utc
1529
1530 <SUBSECTION>
1531 g_date_time_new
1532 g_date_time_new_local
1533 g_date_time_new_utc
1534
1535 <SUBSECTION>
1536 g_date_time_add
1537
1538 <SUBSECTION>
1539 g_date_time_add_years
1540 g_date_time_add_months
1541 g_date_time_add_weeks
1542 g_date_time_add_days
1543
1544 <SUBSECTION>
1545 g_date_time_add_hours
1546 g_date_time_add_minutes
1547 g_date_time_add_seconds
1548
1549 <SUBSECTION>
1550 g_date_time_add_full
1551
1552 <SUBSECTION>
1553 g_date_time_compare
1554 g_date_time_difference
1555 g_date_time_hash
1556 g_date_time_equal
1557
1558 <SUBSECTION>
1559 g_date_time_get_ymd
1560
1561 <SUBSECTION>
1562 g_date_time_get_year
1563 g_date_time_get_month
1564 g_date_time_get_day_of_month
1565
1566 <SUBSECTION>
1567 g_date_time_get_week_numbering_year
1568 g_date_time_get_week_of_year
1569 g_date_time_get_day_of_week
1570
1571 <SUBSECTION>
1572 g_date_time_get_day_of_year
1573
1574 <SUBSECTION>
1575 g_date_time_get_hour
1576 g_date_time_get_minute
1577 g_date_time_get_second
1578 g_date_time_get_microsecond
1579 g_date_time_get_seconds
1580
1581 <SUBSECTION>
1582 g_date_time_to_unix
1583 g_date_time_to_timeval
1584
1585 <SUBSECTION>
1586 g_date_time_get_utc_offset
1587 g_date_time_get_timezone_abbreviation
1588 g_date_time_is_daylight_savings
1589
1590 <SUBSECTION>
1591 g_date_time_to_timezone
1592 g_date_time_to_local
1593 g_date_time_to_utc
1594
1595 <SUBSECTION>
1596 g_date_time_format
1597 </SECTION>
1598
1599 <SECTION>
1600 <TITLE>Hook Functions</TITLE>
1601 <FILE>hooks</FILE>
1602 GHookList
1603 GHookFinalizeFunc
1604 GHook
1605 GHookFunc
1606 GHookCheckFunc
1607
1608 <SUBSECTION>
1609 g_hook_list_init
1610 g_hook_list_invoke
1611 g_hook_list_invoke_check
1612 g_hook_list_marshal
1613 GHookMarshaller
1614 g_hook_list_marshal_check
1615 GHookCheckMarshaller
1616 g_hook_list_clear
1617
1618 <SUBSECTION>
1619 g_hook_alloc
1620 g_hook_append
1621 g_hook_prepend
1622 g_hook_insert_before
1623 g_hook_insert_sorted
1624 GHookCompareFunc
1625 g_hook_compare_ids
1626
1627 <SUBSECTION>
1628 g_hook_get
1629 g_hook_find
1630 GHookFindFunc
1631 g_hook_find_data
1632 g_hook_find_func
1633 g_hook_find_func_data
1634
1635 <SUBSECTION>
1636 g_hook_first_valid
1637 g_hook_next_valid
1638
1639 GHookFlagMask
1640 G_HOOK_FLAGS
1641 G_HOOK_FLAG_USER_SHIFT
1642
1643 <SUBSECTION>
1644 G_HOOK
1645 G_HOOK_IS_VALID
1646 G_HOOK_ACTIVE
1647 G_HOOK_IN_CALL
1648 G_HOOK_IS_UNLINKED
1649
1650 <SUBSECTION>
1651 g_hook_ref
1652 g_hook_unref
1653
1654 g_hook_free
1655 g_hook_destroy
1656 g_hook_destroy_link
1657 </SECTION>
1658
1659 <SECTION>
1660 <TITLE>Miscellaneous Utility Functions</TITLE>
1661 <FILE>misc_utils</FILE>
1662 g_get_application_name
1663 g_set_application_name
1664 g_get_prgname
1665 g_set_prgname
1666 g_get_environ
1667 g_environ_getenv
1668 g_environ_setenv
1669 g_environ_unsetenv
1670 g_getenv
1671 g_setenv
1672 g_unsetenv
1673 g_listenv
1674 g_get_user_name
1675 g_get_real_name
1676 g_get_user_cache_dir
1677 g_get_user_data_dir
1678 g_get_user_config_dir
1679 g_get_user_runtime_dir
1680 GUserDirectory
1681 g_get_user_special_dir
1682 g_get_system_data_dirs
1683 g_get_system_config_dirs
1684 g_reload_user_special_dirs_cache
1685
1686 <SUBSECTION>
1687 g_get_host_name
1688 g_get_home_dir
1689 g_get_tmp_dir
1690 g_get_current_dir
1691 g_basename
1692 g_dirname
1693 g_path_is_absolute
1694 g_path_skip_root
1695 g_path_get_basename
1696 g_path_get_dirname
1697 g_build_filename
1698 g_build_filenamev
1699 g_build_path
1700 g_build_pathv
1701
1702 <SUBSECTION>
1703 g_format_size
1704 GFormatSizeFlags
1705 g_format_size_full
1706 g_format_size_for_display
1707
1708 <SUBSECTION>
1709 g_find_program_in_path
1710
1711 <SUBSECTION>
1712 g_bit_nth_lsf
1713 g_bit_nth_msf
1714 g_bit_storage
1715
1716 <SUBSECTION>
1717 g_spaced_primes_closest
1718
1719 <SUBSECTION>
1720 g_atexit
1721
1722 <SUBSECTION>
1723 g_parse_debug_string
1724 GDebugKey
1725
1726 <SUBSECTION>
1727 GVoidFunc
1728 GFreeFunc
1729
1730 <SUBSECTION>
1731 g_qsort_with_data
1732
1733 <SUBSECTION>
1734 g_nullify_pointer
1735
1736 <SUBSECTION Private>
1737 G_NATIVE_ATEXIT
1738 g_ATEXIT
1739 g_win32_get_system_data_dirs_for_module
1740 ATEXIT
1741
1742 </SECTION>
1743
1744 <SECTION>
1745 <TITLE>Lexical Scanner</TITLE>
1746 <FILE>scanner</FILE>
1747 GScanner
1748 GScannerConfig
1749 g_scanner_new
1750 g_scanner_destroy
1751
1752 <SUBSECTION>
1753 g_scanner_input_file
1754 g_scanner_sync_file_offset
1755 g_scanner_input_text
1756 g_scanner_peek_next_token
1757 g_scanner_get_next_token
1758 g_scanner_eof
1759
1760 <SUBSECTION>
1761 g_scanner_cur_line
1762 g_scanner_cur_position
1763 g_scanner_cur_token
1764 g_scanner_cur_value
1765
1766 <SUBSECTION>
1767 g_scanner_set_scope
1768 g_scanner_scope_add_symbol
1769 g_scanner_scope_foreach_symbol
1770 g_scanner_scope_lookup_symbol
1771 g_scanner_scope_remove_symbol
1772 g_scanner_add_symbol
1773 g_scanner_remove_symbol
1774 g_scanner_foreach_symbol
1775
1776 <SUBSECTION>
1777 g_scanner_freeze_symbol_table
1778 g_scanner_thaw_symbol_table
1779 g_scanner_lookup_symbol
1780
1781 <SUBSECTION>
1782 g_scanner_warn
1783 g_scanner_error
1784 g_scanner_unexp_token
1785 GScannerMsgFunc
1786
1787 <SUBSECTION>
1788 G_CSET_a_2_z
1789 G_CSET_A_2_Z
1790 G_CSET_DIGITS
1791 G_CSET_LATINC
1792 G_CSET_LATINS
1793 GTokenType
1794 GTokenValue
1795 GErrorType
1796
1797 </SECTION>
1798
1799 <SECTION>
1800 <TITLE>Key-value file parser</TITLE>
1801 <FILE>keyfile</FILE>
1802 GKeyFile
1803 G_KEY_FILE_ERROR
1804 GKeyFileError
1805 GKeyFileFlags
1806
1807 <SUBSECTION>
1808 g_key_file_new
1809 g_key_file_free
1810 g_key_file_ref
1811 g_key_file_unref
1812 g_key_file_set_list_separator
1813 g_key_file_load_from_file
1814 g_key_file_load_from_data
1815 g_key_file_load_from_data_dirs
1816 g_key_file_load_from_dirs
1817 g_key_file_to_data
1818 g_key_file_get_start_group
1819 g_key_file_get_groups
1820 g_key_file_get_keys
1821 g_key_file_has_group
1822 g_key_file_has_key
1823
1824 <SUBSECTION>
1825 g_key_file_get_value
1826 g_key_file_get_string
1827 g_key_file_get_locale_string
1828 g_key_file_get_boolean
1829 g_key_file_get_integer
1830 g_key_file_get_int64
1831 g_key_file_get_uint64
1832 g_key_file_get_double
1833 g_key_file_get_string_list
1834 g_key_file_get_locale_string_list
1835 g_key_file_get_boolean_list
1836 g_key_file_get_integer_list
1837 g_key_file_get_double_list
1838 g_key_file_get_comment
1839
1840 <SUBSECTION>
1841 g_key_file_set_value
1842 g_key_file_set_string
1843 g_key_file_set_locale_string
1844 g_key_file_set_boolean
1845 g_key_file_set_integer
1846 g_key_file_set_int64
1847 g_key_file_set_uint64
1848 g_key_file_set_double
1849 g_key_file_set_string_list
1850 g_key_file_set_locale_string_list
1851 g_key_file_set_boolean_list
1852 g_key_file_set_integer_list
1853 g_key_file_set_double_list
1854 g_key_file_set_comment
1855 g_key_file_remove_group
1856 g_key_file_remove_key
1857 g_key_file_remove_comment
1858
1859 <SUBSECTION>
1860 G_KEY_FILE_DESKTOP_GROUP
1861 G_KEY_FILE_DESKTOP_KEY_TYPE
1862 G_KEY_FILE_DESKTOP_KEY_VERSION
1863 G_KEY_FILE_DESKTOP_KEY_NAME
1864 G_KEY_FILE_DESKTOP_KEY_GENERIC_NAME
1865 G_KEY_FILE_DESKTOP_KEY_NO_DISPLAY
1866 G_KEY_FILE_DESKTOP_KEY_COMMENT
1867 G_KEY_FILE_DESKTOP_KEY_ICON
1868 G_KEY_FILE_DESKTOP_KEY_HIDDEN
1869 G_KEY_FILE_DESKTOP_KEY_ONLY_SHOW_IN
1870 G_KEY_FILE_DESKTOP_KEY_NOT_SHOW_IN
1871 G_KEY_FILE_DESKTOP_KEY_TRY_EXEC
1872 G_KEY_FILE_DESKTOP_KEY_EXEC
1873 G_KEY_FILE_DESKTOP_KEY_PATH
1874 G_KEY_FILE_DESKTOP_KEY_TERMINAL
1875 G_KEY_FILE_DESKTOP_KEY_MIME_TYPE
1876 G_KEY_FILE_DESKTOP_KEY_CATEGORIES
1877 G_KEY_FILE_DESKTOP_KEY_STARTUP_NOTIFY
1878 G_KEY_FILE_DESKTOP_KEY_STARTUP_WM_CLASS
1879 G_KEY_FILE_DESKTOP_KEY_URL
1880 G_KEY_FILE_DESKTOP_TYPE_APPLICATION
1881 G_KEY_FILE_DESKTOP_TYPE_LINK
1882 G_KEY_FILE_DESKTOP_TYPE_DIRECTORY
1883
1884 <SUBSECTION Private>
1885 g_key_file_error_quark
1886 </SECTION>
1887
1888 <SECTION>
1889 <TITLE>Bookmark file parser</TITLE>
1890 <FILE>bookmarkfile</FILE>
1891 GBookmarkFile
1892 G_BOOKMARK_FILE_ERROR
1893 GBookmarkFileError
1894 g_bookmark_file_new
1895 g_bookmark_file_free
1896 g_bookmark_file_load_from_file
1897 g_bookmark_file_load_from_data
1898 g_bookmark_file_load_from_data_dirs
1899 g_bookmark_file_to_data
1900 g_bookmark_file_to_file
1901 g_bookmark_file_has_item
1902 g_bookmark_file_has_group
1903 g_bookmark_file_has_application
1904 g_bookmark_file_get_size
1905 g_bookmark_file_get_uris G_GNUC_MALLOC
1906
1907 <SUBSECTION>
1908 g_bookmark_file_get_title
1909 g_bookmark_file_get_description
1910 g_bookmark_file_get_mime_type
1911 g_bookmark_file_get_is_private
1912 g_bookmark_file_get_icon
1913 g_bookmark_file_get_added
1914 g_bookmark_file_get_modified
1915 g_bookmark_file_get_visited
1916 g_bookmark_file_get_groups
1917 g_bookmark_file_get_applications
1918 g_bookmark_file_get_app_info
1919
1920 <SUBSECTION>
1921 g_bookmark_file_set_title
1922 g_bookmark_file_set_description
1923 g_bookmark_file_set_mime_type
1924 g_bookmark_file_set_is_private
1925 g_bookmark_file_set_icon
1926 g_bookmark_file_set_added
1927 g_bookmark_file_set_groups
1928 g_bookmark_file_set_modified
1929 g_bookmark_file_set_visited
1930 g_bookmark_file_set_app_info
1931 g_bookmark_file_add_group
1932 g_bookmark_file_add_application
1933 g_bookmark_file_remove_group
1934 g_bookmark_file_remove_application
1935 g_bookmark_file_remove_item
1936 g_bookmark_file_move_item
1937
1938 <SUBSECTION Private>
1939 g_bookmark_file_error_quark
1940 </SECTION>
1941
1942 <SECTION>
1943 <TITLE>Dynamic Loading of Modules</TITLE>
1944 <FILE>modules</FILE>
1945 <INCLUDE>gmodule.h</INCLUDE>
1946 GModule
1947 g_module_supported
1948 g_module_build_path
1949 g_module_open
1950 GModuleFlags
1951 g_module_symbol
1952 g_module_name
1953 g_module_make_resident
1954 g_module_close
1955 g_module_error
1956 <SUBSECTION>
1957 GModuleCheckInit
1958 GModuleUnload
1959 G_MODULE_SUFFIX
1960 G_MODULE_EXPORT
1961 G_MODULE_IMPORT
1962 </SECTION>
1963
1964 <SECTION>
1965 <TITLE>Automatic String Completion</TITLE>
1966 <FILE>completion</FILE>
1967 GCompletion
1968 g_completion_new
1969 GCompletionFunc
1970 g_completion_add_items
1971 g_completion_remove_items
1972 g_completion_clear_items
1973 g_completion_complete
1974 g_completion_complete_utf8
1975 g_completion_set_compare
1976 GCompletionStrncmpFunc
1977 g_completion_free
1978 </SECTION>
1979
1980 <SECTION>
1981 <TITLE>Windows Compatibility Functions</TITLE>
1982 <FILE>windows</FILE>
1983 MAXPATHLEN
1984
1985 g_win32_error_message
1986 g_win32_getlocale
1987 g_win32_get_package_installation_directory
1988 g_win32_get_package_installation_directory_of_module
1989 g_win32_get_package_installation_subdirectory
1990 g_win32_get_windows_version
1991 g_win32_locale_filename_from_utf8
1992 G_WIN32_DLLMAIN_FOR_DLL_NAME
1993 G_WIN32_HAVE_WIDECHAR_API
1994 G_WIN32_IS_NT_BASED
1995
1996 <SUBSECTION Private>
1997 g_win32_ftruncate
1998
1999 </SECTION>
2000
2001 <SECTION>
2002 <TITLE>UNIX-specific utilities and integration</TITLE>
2003 <FILE>gunix</FILE>
2004 G_UNIX_ERROR
2005 g_unix_open_pipe
2006 g_unix_signal_add
2007 g_unix_signal_add_full
2008 g_unix_signal_source_new
2009 g_unix_set_fd_nonblocking
2010
2011 <SUBSECTION Private>
2012 g_unix_error_quark
2013 </SECTION>
2014
2015 # Data Structures
2016
2017 <SECTION>
2018 <TITLE>Memory Slices</TITLE>
2019 <FILE>memory_slices</FILE>
2020 g_slice_alloc
2021 g_slice_alloc0
2022 g_slice_copy
2023 g_slice_free1
2024 g_slice_free_chain_with_offset
2025
2026 <SUBSECTION>
2027 g_slice_new
2028 g_slice_new0
2029 g_slice_dup
2030 g_slice_free
2031 g_slice_free_chain
2032
2033 <SUBSECTION Private>
2034 GSliceConfig
2035 g_slice_set_config
2036 g_slice_get_config
2037 g_slice_get_config_state
2038 </SECTION>
2039
2040 <SECTION>
2041 <TITLE>Doubly-Linked Lists</TITLE>
2042 <FILE>linked_lists_double</FILE>
2043 GList
2044
2045 <SUBSECTION>
2046 g_list_append
2047 g_list_prepend
2048 g_list_insert
2049 g_list_insert_before
2050 g_list_insert_sorted
2051 g_list_remove
2052 g_list_remove_link
2053 g_list_delete_link
2054 g_list_remove_all
2055 g_list_free
2056 g_list_free_full
2057
2058 <SUBSECTION>
2059 g_list_alloc
2060 g_list_free_1
2061 g_list_free1
2062
2063 <SUBSECTION>
2064 g_list_length
2065 g_list_copy
2066 g_list_reverse
2067 g_list_sort
2068 GCompareFunc
2069 g_list_insert_sorted_with_data
2070 g_list_sort_with_data
2071 GCompareDataFunc
2072 g_list_concat
2073 g_list_foreach
2074 GFunc
2075
2076 <SUBSECTION>
2077 g_list_first
2078 g_list_last
2079 g_list_previous
2080 g_list_next
2081 g_list_nth
2082 g_list_nth_data
2083 g_list_nth_prev
2084
2085 <SUBSECTION>
2086 g_list_find
2087 g_list_find_custom
2088 g_list_position
2089 g_list_index
2090 </SECTION>
2091
2092 <SECTION>
2093 <TITLE>Singly-Linked Lists</TITLE>
2094 <FILE>linked_lists_single</FILE>
2095 GSList
2096
2097 <SUBSECTION>
2098 g_slist_alloc
2099 g_slist_append
2100 g_slist_prepend
2101 g_slist_insert
2102 g_slist_insert_before
2103 g_slist_insert_sorted
2104 g_slist_remove
2105 g_slist_remove_link
2106 g_slist_delete_link
2107 g_slist_remove_all
2108 g_slist_free
2109 g_slist_free_full
2110 g_slist_free_1
2111 g_slist_free1
2112
2113 <SUBSECTION>
2114 g_slist_length
2115 g_slist_copy
2116 g_slist_reverse
2117 g_slist_insert_sorted_with_data
2118 g_slist_sort
2119 g_slist_sort_with_data
2120 g_slist_concat
2121 g_slist_foreach
2122
2123 <SUBSECTION>
2124 g_slist_last
2125 g_slist_next
2126 g_slist_nth
2127 g_slist_nth_data
2128
2129 <SUBSECTION>
2130 g_slist_find
2131 g_slist_find_custom
2132 g_slist_position
2133 g_slist_index
2134 </SECTION>
2135
2136 <SECTION>
2137 <TITLE>Double-ended Queues</TITLE>
2138 <FILE>queue</FILE>
2139
2140 GQueue
2141 g_queue_new
2142 g_queue_free
2143 G_QUEUE_INIT
2144 g_queue_init
2145 g_queue_clear
2146 g_queue_is_empty
2147 g_queue_get_length
2148 g_queue_reverse
2149 g_queue_copy
2150 g_queue_foreach
2151 g_queue_find
2152 g_queue_find_custom
2153 g_queue_sort
2154 g_queue_push_head
2155 g_queue_push_tail
2156 g_queue_push_nth
2157 g_queue_pop_head
2158 g_queue_pop_tail
2159 g_queue_pop_nth
2160 g_queue_peek_head
2161 g_queue_peek_tail
2162 g_queue_peek_nth
2163 g_queue_index
2164 g_queue_remove
2165 g_queue_remove_all
2166 g_queue_insert_before
2167 g_queue_insert_after
2168 g_queue_insert_sorted
2169 g_queue_push_head_link
2170 g_queue_push_tail_link
2171 g_queue_push_nth_link
2172 g_queue_pop_head_link
2173 g_queue_pop_tail_link
2174 g_queue_pop_nth_link
2175 g_queue_peek_head_link
2176 g_queue_peek_tail_link
2177 g_queue_peek_nth_link
2178 g_queue_link_index
2179 g_queue_unlink
2180 g_queue_delete_link
2181 </SECTION>
2182
2183 <SECTION>
2184 <TITLE>Sequences</TITLE>
2185 <FILE>sequence</FILE>
2186
2187 GSequence
2188 GSequenceIter
2189 GSequenceIterCompareFunc
2190
2191 <SUBSECTION>
2192 g_sequence_new
2193 g_sequence_free
2194 g_sequence_get_length
2195 g_sequence_foreach
2196 g_sequence_foreach_range
2197 g_sequence_sort
2198 g_sequence_sort_iter
2199
2200 <SUBSECTION>
2201 g_sequence_get_begin_iter
2202 g_sequence_get_end_iter
2203 g_sequence_get_iter_at_pos
2204 g_sequence_append
2205 g_sequence_prepend
2206 g_sequence_insert_before
2207 g_sequence_move
2208 g_sequence_swap
2209 g_sequence_insert_sorted
2210 g_sequence_insert_sorted_iter
2211 g_sequence_sort_changed
2212 g_sequence_sort_changed_iter
2213 g_sequence_remove
2214 g_sequence_remove_range
2215 g_sequence_move_range
2216 g_sequence_search
2217 g_sequence_search_iter
2218 g_sequence_lookup
2219 g_sequence_lookup_iter
2220
2221 <SUBSECTION>
2222 g_sequence_get
2223 g_sequence_set
2224
2225 <SUBSECTION>
2226 g_sequence_iter_is_begin
2227 g_sequence_iter_is_end
2228 g_sequence_iter_next
2229 g_sequence_iter_prev
2230 g_sequence_iter_get_position
2231 g_sequence_iter_move
2232 g_sequence_iter_get_sequence
2233
2234 <SUBSECTION>
2235 g_sequence_iter_compare
2236 g_sequence_range_get_midpoint
2237 </SECTION>
2238
2239 <SECTION>
2240 <TITLE>Trash Stacks</TITLE>
2241 <FILE>trash_stack</FILE>
2242 GTrashStack
2243
2244 g_trash_stack_push
2245 g_trash_stack_pop
2246 g_trash_stack_peek
2247 g_trash_stack_height
2248 </SECTION>
2249
2250 <SECTION>
2251 <TITLE>Hash Tables</TITLE>
2252 <FILE>hash_tables</FILE>
2253 GHashTable
2254 g_hash_table_new
2255 g_hash_table_new_full
2256 GHashFunc
2257 GEqualFunc
2258 g_hash_table_insert
2259 g_hash_table_replace
2260 g_hash_table_size
2261 g_hash_table_lookup
2262 g_hash_table_lookup_extended
2263 g_hash_table_foreach
2264 g_hash_table_find
2265 GHFunc
2266 g_hash_table_remove
2267 g_hash_table_steal
2268 g_hash_table_foreach_remove
2269 g_hash_table_foreach_steal
2270 g_hash_table_remove_all
2271 g_hash_table_steal_all
2272 g_hash_table_get_keys
2273 g_hash_table_get_values
2274 GHRFunc
2275 g_hash_table_freeze
2276 g_hash_table_thaw
2277 g_hash_table_destroy
2278 g_hash_table_ref
2279 g_hash_table_unref
2280 GHashTableIter
2281 g_hash_table_iter_init
2282 g_hash_table_iter_next
2283 g_hash_table_iter_get_hash_table
2284 g_hash_table_iter_replace
2285 g_hash_table_iter_remove
2286 g_hash_table_iter_steal
2287
2288 <SUBSECTION>
2289 g_direct_equal
2290 g_direct_hash
2291 g_int_equal
2292 g_int_hash
2293 g_int64_equal
2294 g_int64_hash
2295 g_double_equal
2296 g_double_hash
2297 g_str_equal
2298 g_str_hash
2299
2300 </SECTION>
2301
2302 <SECTION>
2303 <TITLE>Strings</TITLE>
2304 <FILE>strings</FILE>
2305 GString
2306 g_string_new
2307 g_string_new_len
2308 g_string_sized_new
2309 g_string_assign
2310 g_string_sprintf
2311 g_string_sprintfa
2312 g_string_vprintf
2313 g_string_append_vprintf
2314 g_string_printf
2315 g_string_append_printf
2316 g_string_append
2317 g_string_append_c
2318 g_string_append_unichar
2319 g_string_append_len
2320 g_string_append_uri_escaped
2321 g_string_prepend
2322 g_string_prepend_c
2323 g_string_prepend_unichar
2324 g_string_prepend_len
2325 g_string_insert
2326 g_string_insert_c
2327 g_string_insert_unichar
2328 g_string_insert_len
2329 g_string_overwrite
2330 g_string_overwrite_len
2331 g_string_erase
2332 g_string_truncate
2333 g_string_set_size
2334 g_string_free
2335
2336 <SUBSECTION>
2337 g_string_up
2338 g_string_down
2339
2340 <SUBSECTION>
2341 g_string_hash
2342 g_string_equal
2343
2344 <SUBSECTION Private>
2345 g_string_append_c_inline
2346 </SECTION>
2347
2348 <SECTION>
2349 <TITLE>String Chunks</TITLE>
2350 <FILE>string_chunks</FILE>
2351 GStringChunk
2352 g_string_chunk_new
2353 g_string_chunk_insert
2354 g_string_chunk_insert_const
2355 g_string_chunk_insert_len
2356 g_string_chunk_clear
2357 g_string_chunk_free
2358
2359 </SECTION>
2360
2361 <SECTION>
2362 <TITLE>Arrays</TITLE>
2363 <FILE>arrays</FILE>
2364 GArray
2365 g_array_new
2366 g_array_sized_new
2367 g_array_ref
2368 g_array_unref
2369 g_array_get_element_size
2370 g_array_append_val
2371 g_array_append_vals
2372 g_array_prepend_val
2373 g_array_prepend_vals
2374 g_array_insert_val
2375 g_array_insert_vals
2376 g_array_remove_index
2377 g_array_remove_index_fast
2378 g_array_remove_range
2379 g_array_sort
2380 g_array_sort_with_data
2381 g_array_index
2382 g_array_set_size
2383 g_array_free
2384 </SECTION>
2385
2386 <SECTION>
2387 <TITLE>Pointer Arrays</TITLE>
2388 <FILE>arrays_pointer</FILE>
2389 GPtrArray
2390 g_ptr_array_new
2391 g_ptr_array_sized_new
2392 g_ptr_array_new_with_free_func
2393 g_ptr_array_new_full
2394 g_ptr_array_set_free_func
2395 g_ptr_array_ref
2396 g_ptr_array_unref
2397 g_ptr_array_add
2398 g_ptr_array_remove
2399 g_ptr_array_remove_index
2400 g_ptr_array_remove_fast
2401 g_ptr_array_remove_index_fast
2402 g_ptr_array_remove_range
2403 g_ptr_array_sort
2404 g_ptr_array_sort_with_data
2405 g_ptr_array_set_size
2406 g_ptr_array_index
2407 g_ptr_array_free
2408 g_ptr_array_foreach
2409
2410 </SECTION>
2411
2412 <SECTION>
2413 <TITLE>Byte Arrays</TITLE>
2414 <FILE>arrays_byte</FILE>
2415 GByteArray
2416 g_byte_array_new
2417 g_byte_array_sized_new
2418 g_byte_array_ref
2419 g_byte_array_unref
2420 g_byte_array_append
2421 g_byte_array_prepend
2422 g_byte_array_remove_index
2423 g_byte_array_remove_index_fast
2424 g_byte_array_remove_range
2425 g_byte_array_sort
2426 g_byte_array_sort_with_data
2427 g_byte_array_set_size
2428 g_byte_array_free
2429
2430 </SECTION>
2431
2432 <SECTION>
2433 <TITLE>Balanced Binary Trees</TITLE>
2434 <FILE>trees-binary</FILE>
2435 GTree
2436 g_tree_new
2437 g_tree_ref
2438 g_tree_unref
2439 g_tree_new_with_data
2440 g_tree_new_full
2441 g_tree_insert
2442 g_tree_replace
2443 g_tree_nnodes
2444 g_tree_height
2445 g_tree_lookup
2446 g_tree_lookup_extended
2447 g_tree_foreach
2448 g_tree_traverse
2449 GTraverseFunc
2450 GTraverseType
2451 g_tree_search
2452 g_tree_remove
2453 g_tree_steal
2454 g_tree_destroy
2455 </SECTION>
2456
2457 <SECTION>
2458 <TITLE>N-ary Trees</TITLE>
2459 <FILE>trees-nary</FILE>
2460 GNode
2461 g_node_new
2462 g_node_copy
2463 GCopyFunc
2464 g_node_copy_deep
2465
2466 <SUBSECTION>
2467 g_node_insert
2468 g_node_insert_before
2469 g_node_insert_after
2470 g_node_append
2471 g_node_prepend
2472
2473 <SUBSECTION>
2474 g_node_insert_data
2475 g_node_insert_data_before
2476 g_node_append_data
2477 g_node_prepend_data
2478
2479 <SUBSECTION>
2480 g_node_reverse_children
2481 g_node_traverse
2482 GTraverseFlags
2483 GNodeTraverseFunc
2484 g_node_children_foreach
2485 GNodeForeachFunc
2486
2487 <SUBSECTION>
2488 g_node_get_root
2489 g_node_find
2490 g_node_find_child
2491 g_node_child_index
2492 g_node_child_position
2493 g_node_first_child
2494 g_node_last_child
2495 g_node_nth_child
2496 g_node_first_sibling
2497 g_node_next_sibling
2498 g_node_prev_sibling
2499 g_node_last_sibling
2500
2501 <SUBSECTION>
2502 G_NODE_IS_LEAF
2503 G_NODE_IS_ROOT
2504 g_node_depth
2505 g_node_n_nodes
2506 g_node_n_children
2507 g_node_is_ancestor
2508 g_node_max_height
2509
2510 <SUBSECTION>
2511 g_node_unlink
2512 g_node_destroy
2513 </SECTION>
2514
2515
2516 <SECTION>
2517 <TITLE>Quarks</TITLE>
2518 <FILE>quarks</FILE>
2519 GQuark
2520 g_quark_from_string
2521 g_quark_from_static_string
2522 g_quark_to_string
2523 g_quark_try_string
2524 g_intern_string
2525 g_intern_static_string
2526 </SECTION>
2527
2528 <SECTION>
2529 <TITLE>Keyed Data Lists</TITLE>
2530 <FILE>datalist</FILE>
2531 GData
2532 g_datalist_init
2533
2534 <SUBSECTION>
2535 g_datalist_id_set_data
2536 g_datalist_id_set_data_full
2537 g_datalist_id_get_data
2538 g_datalist_id_remove_data
2539 g_datalist_id_remove_no_notify
2540
2541 <SUBSECTION>
2542 g_datalist_set_data
2543 g_datalist_set_data_full
2544 g_datalist_get_data
2545 g_datalist_remove_data
2546 g_datalist_remove_no_notify
2547
2548 <SUBSECTION>
2549 g_datalist_foreach
2550 g_datalist_clear
2551 g_datalist_set_flags
2552 g_datalist_unset_flags
2553 g_datalist_get_flags
2554 G_DATALIST_FLAGS_MASK
2555 </SECTION>
2556
2557
2558 <SECTION>
2559 <TITLE>Datasets</TITLE>
2560 <FILE>datasets</FILE>
2561 g_dataset_id_set_data
2562 g_dataset_id_set_data_full
2563 GDestroyNotify
2564 g_dataset_id_get_data
2565 g_dataset_id_remove_data
2566 g_dataset_id_remove_no_notify
2567
2568 <SUBSECTION>
2569 g_dataset_set_data
2570 g_dataset_set_data_full
2571 g_dataset_get_data
2572 g_dataset_remove_data
2573 g_dataset_remove_no_notify
2574
2575 <SUBSECTION>
2576 g_dataset_foreach
2577 GDataForeachFunc
2578 g_dataset_destroy
2579
2580 </SECTION>
2581
2582 <SECTION>
2583 <TITLE>Relations and Tuples</TITLE>
2584 <FILE>relations</FILE>
2585 GRelation
2586 g_relation_new
2587 g_relation_index
2588 g_relation_insert
2589 g_relation_exists
2590 g_relation_count
2591 g_relation_select
2592 g_relation_delete
2593 g_relation_destroy
2594
2595 <SUBSECTION>
2596 g_relation_print
2597
2598 <SUBSECTION>
2599 GTuples
2600 g_tuples_destroy
2601 g_tuples_index
2602 </SECTION>
2603
2604 <SECTION>
2605 <TITLE>Caches</TITLE>
2606 <FILE>caches</FILE>
2607 GCache
2608 g_cache_new
2609 g_cache_insert
2610 g_cache_remove
2611 g_cache_destroy
2612
2613 <SUBSECTION>
2614 g_cache_key_foreach
2615 g_cache_value_foreach
2616
2617 <SUBSECTION>
2618 GCacheDestroyFunc
2619 GCacheDupFunc
2620 GCacheNewFunc
2621 </SECTION>
2622
2623 <SECTION>
2624 <TITLE>Random Numbers</TITLE>
2625 <FILE>random_numbers</FILE>
2626 GRand
2627 g_rand_new_with_seed
2628 g_rand_new_with_seed_array
2629 g_rand_new
2630 g_rand_copy
2631 g_rand_free
2632 g_rand_set_seed
2633 g_rand_set_seed_array
2634 g_rand_boolean
2635 g_rand_int
2636 g_rand_int_range
2637 g_rand_double
2638 g_rand_double_range
2639 g_random_set_seed
2640 g_random_boolean
2641 g_random_int
2642 g_random_int_range
2643 g_random_double
2644 g_random_double_range
2645 </SECTION>
2646
2647 <SECTION>
2648 <TITLE>Character Set Conversion</TITLE>
2649 <FILE>conversions</FILE>
2650 g_convert
2651 g_convert_with_fallback
2652 GIConv
2653 g_convert_with_iconv
2654 G_CONVERT_ERROR
2655 g_iconv_open
2656 g_iconv
2657 g_iconv_close
2658 g_locale_to_utf8
2659 g_filename_to_utf8
2660 g_filename_from_utf8
2661 g_get_filename_charsets
2662 g_filename_display_name
2663 g_filename_display_basename
2664 g_locale_from_utf8
2665 GConvertError
2666
2667 <SUBSECTION>
2668 g_get_charset
2669 g_get_codeset
2670
2671 <SUBSECTION Private>
2672 g_convert_error_quark
2673 </SECTION>
2674
2675 <SECTION>
2676 <TITLE>Unicode Manipulation</TITLE>
2677 <FILE>unicode</FILE>
2678 gunichar
2679 gunichar2
2680
2681 <SUBSECTION>
2682 g_unichar_validate
2683 g_unichar_isalnum
2684 g_unichar_isalpha
2685 g_unichar_iscntrl
2686 g_unichar_isdefined
2687 g_unichar_isdigit
2688 g_unichar_isgraph
2689 g_unichar_islower
2690 g_unichar_ismark
2691 g_unichar_isprint
2692 g_unichar_ispunct
2693 g_unichar_isspace
2694 g_unichar_istitle
2695 g_unichar_isupper
2696 g_unichar_isxdigit
2697 g_unichar_iswide
2698 g_unichar_iswide_cjk
2699 g_unichar_iszerowidth
2700 g_unichar_toupper
2701 g_unichar_tolower
2702 g_unichar_totitle
2703 g_unichar_digit_value
2704 g_unichar_xdigit_value
2705 g_unichar_compose
2706 g_unichar_decompose
2707 g_unichar_fully_decompose
2708 GUnicodeType
2709 G_UNICODE_COMBINING_MARK
2710 g_unichar_type
2711 GUnicodeBreakType
2712 g_unichar_break_type
2713 g_unichar_combining_class
2714 g_unicode_canonical_ordering
2715 g_unicode_canonical_decomposition
2716 g_unichar_get_mirror_char
2717 GUnicodeScript
2718 g_unichar_get_script
2719 g_unicode_script_from_iso15924
2720 g_unicode_script_to_iso15924
2721
2722 <SUBSECTION>
2723 g_utf8_next_char
2724 g_utf8_get_char
2725 g_utf8_get_char_validated
2726 g_utf8_offset_to_pointer
2727 g_utf8_pointer_to_offset
2728 g_utf8_prev_char
2729 g_utf8_find_next_char
2730 g_utf8_find_prev_char
2731 g_utf8_strlen
2732 g_utf8_strncpy
2733 g_utf8_strchr
2734 g_utf8_strrchr
2735 g_utf8_strreverse
2736 g_utf8_substring
2737 g_utf8_validate
2738
2739 <SUBSECTION>
2740 g_utf8_strup
2741 g_utf8_strdown
2742 g_utf8_casefold
2743 g_utf8_normalize
2744 GNormalizeMode
2745 g_utf8_collate
2746 g_utf8_collate_key
2747 g_utf8_collate_key_for_filename
2748
2749 <SUBSECTION>
2750 g_utf8_to_utf16
2751 g_utf8_to_ucs4
2752 g_utf8_to_ucs4_fast
2753 g_utf16_to_ucs4
2754 g_utf16_to_utf8
2755 g_ucs4_to_utf16
2756 g_ucs4_to_utf8
2757 g_unichar_to_utf8
2758
2759 <SUBSECTION Private>
2760 g_utf8_skip
2761 </SECTION>
2762
2763 <SECTION>
2764 <TITLE>I18N</TITLE>
2765 <FILE>i18n</FILE>
2766 <INCLUDE>glib.h,glib/gi18n.h</INCLUDE>
2767 _
2768 Q_
2769 C_
2770 N_
2771 NC_
2772 g_dgettext
2773 g_dcgettext
2774 g_dngettext
2775 g_dpgettext
2776 g_dpgettext2
2777 g_strip_context
2778 <SUBSECTION>
2779 g_get_language_names
2780 g_get_locale_variants
2781 </SECTION>
2782
2783 <SECTION>
2784 <TITLE>Base64 Encoding</TITLE>
2785 <FILE>base64</FILE>
2786 g_base64_encode_step
2787 g_base64_encode_close
2788 g_base64_encode
2789 g_base64_decode_step
2790 g_base64_decode
2791 g_base64_decode_inplace
2792 </SECTION>
2793
2794 <SECTION>
2795 <TITLE>URI Functions</TITLE>
2796 <FILE>gurifuncs</FILE>
2797 G_URI_RESERVED_CHARS_ALLOWED_IN_PATH
2798 G_URI_RESERVED_CHARS_ALLOWED_IN_PATH_ELEMENT
2799 G_URI_RESERVED_CHARS_ALLOWED_IN_USERINFO
2800 G_URI_RESERVED_CHARS_GENERIC_DELIMITERS
2801 G_URI_RESERVED_CHARS_SUBCOMPONENT_DELIMITERS
2802 g_uri_parse_scheme
2803 g_uri_escape_string
2804 g_uri_unescape_string
2805 g_uri_unescape_segment
2806 g_uri_list_extract_uris
2807 g_filename_from_uri
2808 g_filename_to_uri
2809 </SECTION>
2810
2811 <SECTION>
2812 <TITLE>Data Checksums</TITLE>
2813 <FILE>checksum</FILE>
2814 GChecksumType
2815 g_checksum_type_get_length
2816 GChecksum
2817 g_checksum_new
2818 g_checksum_copy
2819 g_checksum_free
2820 g_checksum_reset
2821 g_checksum_update
2822 g_checksum_get_string
2823 g_checksum_get_digest
2824 <SUBSECTION>
2825 g_compute_checksum_for_data
2826 g_compute_checksum_for_string
2827 </SECTION>
2828
2829 <SECTION>
2830 <TITLE>Data HMACs</TITLE>
2831 <FILE>hmac</FILE>
2832 GHmac
2833 g_hmac_new
2834 g_hmac_copy
2835 g_hmac_ref
2836 g_hmac_unref
2837 g_hmac_update
2838 g_hmac_get_string
2839 g_hmac_get_digest
2840 <SUBSECTION>
2841 g_compute_hmac_for_data
2842 g_compute_hmac_for_string
2843 </SECTION>
2844
2845 <SECTION>
2846 <TITLE>Testing</TITLE>
2847 <FILE>testing</FILE>
2848 g_test_minimized_result
2849 g_test_maximized_result
2850 g_test_init
2851 g_test_quick
2852 g_test_slow
2853 g_test_thorough
2854 g_test_perf
2855 g_test_verbose
2856 g_test_quiet
2857 g_test_run
2858 GTestFunc
2859 g_test_add_func
2860 GTestDataFunc
2861 g_test_add_data_func
2862 g_test_add
2863
2864 g_test_fail
2865 g_test_message
2866 g_test_bug_base
2867 g_test_bug
2868 GTestLogFatalFunc
2869 g_test_log_set_fatal_handler
2870
2871 g_test_timer_start
2872 g_test_timer_elapsed
2873 g_test_timer_last
2874
2875 g_test_queue_free
2876 g_test_queue_destroy
2877 g_test_queue_unref
2878
2879 GTestTrapFlags
2880 g_test_trap_fork
2881 g_test_trap_has_passed
2882 g_test_trap_reached_timeout
2883 g_test_trap_assert_passed
2884 g_test_trap_assert_failed
2885 g_test_trap_assert_stdout
2886 g_test_trap_assert_stdout_unmatched
2887 g_test_trap_assert_stderr
2888 g_test_trap_assert_stderr_unmatched
2889
2890 g_test_rand_bit
2891 g_test_rand_int
2892 g_test_rand_int_range
2893 g_test_rand_double
2894 g_test_rand_double_range
2895
2896 g_assert
2897 g_assert_not_reached
2898 g_assert_cmpstr
2899 g_assert_cmpint
2900 g_assert_cmpuint
2901 g_assert_cmphex
2902 g_assert_cmpfloat
2903 g_assert_no_error
2904 g_assert_error
2905
2906 GTestCase
2907 GTestSuite
2908 GTestFixtureFunc
2909 g_test_create_case
2910 g_test_create_suite
2911 g_test_get_root
2912 g_test_suite_add
2913 g_test_suite_add_suite
2914 g_test_run_suite
2915
2916 <SUBSECTION Private>
2917 g_test_trap_assertions
2918 g_assertion_message
2919 g_assertion_message_expr
2920 g_assertion_message_cmpstr
2921 g_assertion_message_cmpnum
2922 g_assertion_message_error
2923
2924 g_test_config_vars
2925
2926 g_test_add_vtable
2927 GTestConfig
2928 GTestLogType
2929 GTestLogMsg
2930 GTestLogBuffer
2931
2932 g_test_log_type_name
2933 g_test_log_buffer_new
2934 g_test_log_buffer_free
2935 g_test_log_buffer_push
2936 g_test_log_buffer_pop
2937 g_test_log_msg_free
2938 </SECTION>
2939
2940 <SECTION>
2941 <TITLE>GVariantType</TITLE>
2942 <FILE>gvarianttype</FILE>
2943 GVariantType
2944 G_VARIANT_TYPE_BOOLEAN
2945 G_VARIANT_TYPE_BYTE
2946 G_VARIANT_TYPE_INT16
2947 G_VARIANT_TYPE_UINT16
2948 G_VARIANT_TYPE_INT32
2949 G_VARIANT_TYPE_UINT32
2950 G_VARIANT_TYPE_INT64
2951 G_VARIANT_TYPE_UINT64
2952 G_VARIANT_TYPE_HANDLE
2953 G_VARIANT_TYPE_DOUBLE
2954 G_VARIANT_TYPE_STRING
2955 G_VARIANT_TYPE_OBJECT_PATH
2956 G_VARIANT_TYPE_SIGNATURE
2957 G_VARIANT_TYPE_VARIANT
2958 G_VARIANT_TYPE_ANY
2959 G_VARIANT_TYPE_BASIC
2960 G_VARIANT_TYPE_MAYBE
2961 G_VARIANT_TYPE_ARRAY
2962 G_VARIANT_TYPE_TUPLE
2963 G_VARIANT_TYPE_UNIT
2964 G_VARIANT_TYPE_DICT_ENTRY
2965 G_VARIANT_TYPE_DICTIONARY
2966 G_VARIANT_TYPE_STRING_ARRAY
2967 G_VARIANT_TYPE_OBJECT_PATH_ARRAY
2968 G_VARIANT_TYPE_BYTESTRING
2969 G_VARIANT_TYPE_BYTESTRING_ARRAY
2970 G_VARIANT_TYPE_VARDICT
2971
2972 <SUBSECTION>
2973 G_VARIANT_TYPE
2974 g_variant_type_free
2975 g_variant_type_copy
2976 g_variant_type_new
2977
2978 <SUBSECTION>
2979 g_variant_type_string_is_valid
2980 g_variant_type_string_scan
2981 g_variant_type_get_string_length
2982 g_variant_type_peek_string
2983 g_variant_type_dup_string
2984
2985 <SUBSECTION>
2986 g_variant_type_is_definite
2987 g_variant_type_is_container
2988 g_variant_type_is_basic
2989 g_variant_type_is_maybe
2990 g_variant_type_is_array
2991 g_variant_type_is_tuple
2992 g_variant_type_is_dict_entry
2993 g_variant_type_is_variant
2994
2995 <SUBSECTION>
2996 g_variant_type_hash
2997 g_variant_type_equal
2998 g_variant_type_is_subtype_of
2999
3000 <SUBSECTION>
3001 g_variant_type_new_maybe
3002 g_variant_type_new_array
3003 g_variant_type_new_tuple
3004 g_variant_type_new_dict_entry
3005
3006 <SUBSECTION>
3007 g_variant_type_element
3008 g_variant_type_n_items
3009 g_variant_type_first
3010 g_variant_type_next
3011 g_variant_type_key
3012 g_variant_type_value
3013 </SECTION>
3014
3015 <SECTION>
3016 <TITLE>GVariant</TITLE>
3017 <FILE>gvariant</FILE>
3018 GVariant
3019 g_variant_unref
3020 g_variant_ref
3021 g_variant_ref_sink
3022 g_variant_is_floating
3023 g_variant_take_ref
3024 g_variant_get_type
3025 g_variant_get_type_string
3026 g_variant_is_of_type
3027 g_variant_is_container
3028 g_variant_compare
3029
3030 <SUBSECTION>
3031 g_variant_classify
3032 GVariantClass
3033
3034 <SUBSECTION>
3035 g_variant_get
3036 g_variant_get_va
3037 g_variant_new
3038 g_variant_new_va
3039
3040 <SUBSECTION>
3041 g_variant_new_boolean
3042 g_variant_new_byte
3043 g_variant_new_int16
3044 g_variant_new_uint16
3045 g_variant_new_int32
3046 g_variant_new_uint32
3047 g_variant_new_int64
3048 g_variant_new_uint64
3049 g_variant_new_handle
3050 g_variant_new_double
3051 g_variant_new_string
3052 g_variant_new_object_path
3053 g_variant_is_object_path
3054 g_variant_new_signature
3055 g_variant_is_signature
3056 g_variant_new_variant
3057 g_variant_new_strv
3058 g_variant_new_objv
3059 g_variant_new_bytestring
3060 g_variant_new_bytestring_array
3061
3062 <SUBSECTION>
3063 g_variant_get_boolean
3064 g_variant_get_byte
3065 g_variant_get_int16
3066 g_variant_get_uint16
3067 g_variant_get_int32
3068 g_variant_get_uint32
3069 g_variant_get_int64
3070 g_variant_get_uint64
3071 g_variant_get_handle
3072 g_variant_get_double
3073 g_variant_get_string
3074 g_variant_dup_string
3075 g_variant_get_variant
3076 g_variant_get_strv
3077 g_variant_dup_strv
3078 g_variant_get_objv
3079 g_variant_dup_objv
3080 g_variant_get_bytestring
3081 g_variant_dup_bytestring
3082 g_variant_get_bytestring_array
3083 g_variant_dup_bytestring_array
3084
3085 <SUBSECTION>
3086 g_variant_new_maybe
3087 g_variant_new_array
3088 g_variant_new_tuple
3089 g_variant_new_dict_entry
3090 g_variant_new_fixed_array
3091
3092 <SUBSECTION>
3093 g_variant_get_maybe
3094 g_variant_n_children
3095 g_variant_get_child_value
3096 g_variant_get_child
3097 g_variant_lookup_value
3098 g_variant_lookup
3099 g_variant_get_fixed_array
3100
3101 <SUBSECTION>
3102 g_variant_get_size
3103 g_variant_get_data
3104 g_variant_store
3105 g_variant_new_from_data
3106 g_variant_byteswap
3107 g_variant_get_normal_form
3108 g_variant_is_normal_form
3109
3110 <SUBSECTION>
3111 g_variant_hash
3112 g_variant_equal
3113
3114 <SUBSECTION>
3115 g_variant_print
3116 g_variant_print_string
3117
3118 <SUBSECTION>
3119 GVariantIter
3120 g_variant_iter_copy
3121 g_variant_iter_free
3122 g_variant_iter_init
3123 g_variant_iter_n_children
3124 g_variant_iter_new
3125 g_variant_iter_next_value
3126 g_variant_iter_next
3127 g_variant_iter_loop
3128
3129 <SUBSECTION>
3130 GVariantBuilder
3131 g_variant_builder_unref
3132 g_variant_builder_ref
3133 g_variant_builder_new
3134 g_variant_builder_init
3135 g_variant_builder_clear
3136 g_variant_builder_add_value
3137 g_variant_builder_add
3138 g_variant_builder_add_parsed
3139 g_variant_builder_end
3140 g_variant_builder_open
3141 g_variant_builder_close
3142
3143 <SUBSECTION>
3144 GVariantParseError
3145 G_VARIANT_PARSE_ERROR
3146 g_variant_parse
3147 g_variant_new_parsed_va
3148 g_variant_new_parsed
3149
3150 <SUBSECTION Private>
3151 g_variant_parser_get_error_quark
3152 g_variant_type_checked_
3153 </SECTION>
3154
3155
3156 <SECTION>
3157 <FILE>ghostutils</FILE>
3158 <TITLE>Hostname Utilities</TITLE>
3159 g_hostname_to_ascii
3160 g_hostname_to_unicode
3161 <SUBSECTION>
3162 g_hostname_is_non_ascii
3163 g_hostname_is_ascii_encoded
3164 <SUBSECTION>
3165 g_hostname_is_ip_address
3166 </SECTION>