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