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