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