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