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