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