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