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