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