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