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