Add g_set_error_literal. Bug #535947.
[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
1138 <SUBSECTION>
1139 g_strlcpy
1140 g_strlcat
1141
1142 <SUBSECTION>
1143 g_strdup_printf
1144 g_strdup_vprintf
1145 g_printf
1146 g_vprintf
1147 g_fprintf
1148 g_vfprintf
1149 g_sprintf
1150 g_vsprintf
1151 g_snprintf
1152 g_vsnprintf
1153 g_vasprintf
1154 g_printf_string_upper_bound
1155
1156 <SUBSECTION>
1157 g_ascii_isalnum
1158 g_ascii_isalpha
1159 g_ascii_iscntrl
1160 g_ascii_isdigit
1161 g_ascii_isgraph
1162 g_ascii_islower
1163 g_ascii_isprint
1164 g_ascii_ispunct
1165 g_ascii_isspace
1166 g_ascii_isupper
1167 g_ascii_isxdigit
1168
1169 <SUBSECTION>
1170 g_ascii_digit_value
1171 g_ascii_xdigit_value
1172
1173 <SUBSECTION>
1174 g_ascii_strcasecmp
1175 g_ascii_strncasecmp
1176
1177 <SUBSECTION>
1178 g_ascii_strup
1179 g_ascii_strdown
1180
1181 <SUBSECTION>
1182 g_ascii_tolower
1183 g_ascii_toupper
1184
1185 <SUBSECTION>
1186 g_string_ascii_up
1187 g_string_ascii_down
1188
1189 <SUBSECTION>
1190 g_strup
1191 g_strdown
1192
1193 <SUBSECTION>
1194 g_strcasecmp
1195 g_strncasecmp
1196
1197 <SUBSECTION>
1198 g_strreverse
1199
1200 <SUBSECTION>
1201 g_ascii_strtoll
1202 g_ascii_strtoull
1203 G_ASCII_DTOSTR_BUF_SIZE
1204 g_ascii_strtod
1205 g_ascii_dtostr
1206 g_ascii_formatd
1207 g_strtod
1208
1209 <SUBSECTION>
1210 g_strchug
1211 g_strchomp
1212 g_strstrip
1213
1214 <SUBSECTION>
1215 g_strdelimit
1216 G_STR_DELIMITERS
1217 g_strescape
1218 g_strcompress
1219 g_strcanon
1220 g_strsplit
1221 g_strsplit_set
1222 g_strfreev
1223 g_strconcat
1224 g_strjoin
1225 g_strjoinv
1226 g_strv_length
1227
1228 <SUBSECTION>
1229 g_strerror
1230 g_strsignal
1231
1232 <SUBSECTION Private>
1233 GAsciiType
1234 </SECTION>
1235
1236 <SECTION>
1237 <TITLE>Date and Time Functions</TITLE>
1238 <FILE>date</FILE>
1239 G_USEC_PER_SEC
1240 GTimeVal
1241 g_get_current_time
1242 g_usleep
1243 g_time_val_add
1244 g_time_val_from_iso8601
1245 g_time_val_to_iso8601
1246
1247 <SUBSECTION>
1248 GDate
1249 GTime
1250 GDateDMY
1251 GDateDay
1252 GDateMonth
1253 GDateYear
1254 GDateWeekday
1255
1256 <SUBSECTION>
1257 G_DATE_BAD_DAY
1258 G_DATE_BAD_JULIAN
1259 G_DATE_BAD_YEAR
1260
1261 <SUBSECTION>
1262 g_date_new
1263 g_date_new_dmy
1264 g_date_new_julian
1265 g_date_clear
1266 g_date_free
1267
1268 <SUBSECTION>
1269 g_date_set_day
1270 g_date_set_month
1271 g_date_set_year
1272 g_date_set_dmy
1273 g_date_set_julian
1274 g_date_set_time
1275 g_date_set_time_t
1276 g_date_set_time_val
1277 g_date_set_parse
1278
1279 <SUBSECTION>
1280 g_date_add_days
1281 g_date_subtract_days
1282 g_date_add_months
1283 g_date_subtract_months
1284 g_date_add_years
1285 g_date_subtract_years
1286 g_date_days_between
1287 g_date_compare
1288 g_date_clamp
1289 g_date_order
1290
1291 <SUBSECTION>
1292 g_date_get_day
1293 g_date_get_month
1294 g_date_get_year
1295 g_date_get_julian
1296 g_date_get_weekday
1297 g_date_get_day_of_year
1298
1299 <SUBSECTION>
1300 g_date_get_days_in_month
1301 g_date_is_first_of_month
1302 g_date_is_last_of_month
1303 g_date_is_leap_year
1304 g_date_get_monday_week_of_year
1305 g_date_get_monday_weeks_in_year
1306 g_date_get_sunday_week_of_year
1307 g_date_get_sunday_weeks_in_year
1308 g_date_get_iso8601_week_of_year
1309
1310 <SUBSECTION>
1311 g_date_strftime
1312 g_date_to_struct_tm
1313
1314 <SUBSECTION>
1315 g_date_valid
1316 g_date_valid_day
1317 g_date_valid_month
1318 g_date_valid_year
1319 g_date_valid_dmy
1320 g_date_valid_julian
1321 g_date_valid_weekday
1322
1323 <SUBSECTION Private>
1324 g_date_weekday
1325 g_date_month
1326 g_date_year
1327 g_date_day
1328 g_date_julian
1329 g_date_day_of_year
1330 g_date_monday_week_of_year
1331 g_date_sunday_week_of_year
1332 g_date_days_in_month
1333 g_date_monday_weeks_in_year
1334 g_date_sunday_weeks_in_year
1335 tm
1336 </SECTION>
1337
1338 <SECTION>
1339 <TITLE>Hook Functions</TITLE>
1340 <FILE>hooks</FILE>
1341 GHookList
1342 GHookFinalizeFunc
1343 GHook
1344 GHookFunc
1345 GHookCheckFunc
1346
1347 <SUBSECTION>
1348 g_hook_list_init
1349 g_hook_list_invoke
1350 g_hook_list_invoke_check
1351 g_hook_list_marshal
1352 GHookMarshaller
1353 g_hook_list_marshal_check
1354 GHookCheckMarshaller
1355 g_hook_list_clear
1356
1357 <SUBSECTION>
1358 g_hook_alloc
1359 g_hook_append
1360 g_hook_prepend
1361 g_hook_insert_before
1362 g_hook_insert_sorted
1363 GHookCompareFunc
1364 g_hook_compare_ids
1365
1366 <SUBSECTION>
1367 g_hook_get
1368 g_hook_find
1369 GHookFindFunc
1370 g_hook_find_data
1371 g_hook_find_func
1372 g_hook_find_func_data
1373
1374 <SUBSECTION>
1375 g_hook_first_valid
1376 g_hook_next_valid
1377
1378 GHookFlagMask
1379 G_HOOK_FLAGS
1380 G_HOOK_FLAG_USER_SHIFT
1381
1382 <SUBSECTION>
1383 G_HOOK
1384 G_HOOK_IS_VALID
1385 G_HOOK_ACTIVE
1386 G_HOOK_IN_CALL
1387 G_HOOK_IS_UNLINKED
1388
1389 <SUBSECTION>
1390 g_hook_ref
1391 g_hook_unref
1392
1393 g_hook_free
1394 g_hook_destroy
1395 g_hook_destroy_link
1396 </SECTION>
1397
1398 <SECTION>
1399 <TITLE>Miscellaneous Utility Functions</TITLE>
1400 <FILE>misc_utils</FILE>
1401 g_get_application_name
1402 g_set_application_name
1403 g_get_prgname
1404 g_set_prgname
1405 g_getenv
1406 g_setenv
1407 g_unsetenv
1408 g_listenv
1409 g_get_user_name
1410 g_get_real_name
1411 g_get_user_cache_dir
1412 g_get_user_data_dir
1413 g_get_user_config_dir
1414 GUserDirectory
1415 g_get_user_special_dir
1416 g_get_system_data_dirs
1417 g_get_system_config_dirs
1418
1419 <SUBSECTION>
1420 g_get_host_name
1421 g_get_home_dir
1422 g_get_tmp_dir
1423 g_get_current_dir
1424 g_basename
1425 g_dirname
1426 g_path_is_absolute
1427 g_path_skip_root
1428 g_path_get_basename
1429 g_path_get_dirname
1430 g_build_filename
1431 g_build_filenamev
1432 g_build_path
1433 g_build_pathv
1434 g_format_size_for_display
1435
1436 <SUBSECTION>
1437 g_find_program_in_path
1438
1439 <SUBSECTION>
1440 g_bit_nth_lsf
1441 g_bit_nth_msf
1442 g_bit_storage
1443
1444 <SUBSECTION>
1445 g_spaced_primes_closest
1446
1447 <SUBSECTION>
1448 g_atexit
1449
1450 <SUBSECTION>
1451 g_parse_debug_string
1452 GDebugKey
1453
1454 <SUBSECTION>
1455 GVoidFunc
1456 GFreeFunc
1457
1458 <SUBSECTION>
1459 g_qsort_with_data
1460
1461 <SUBSECTION>
1462 g_nullify_pointer
1463
1464 <SUBSECTION Private>
1465 G_NATIVE_ATEXIT
1466 g_ATEXIT
1467 g_win32_get_system_data_dirs_for_module
1468 ATEXIT
1469
1470 </SECTION>
1471
1472 <SECTION>
1473 <TITLE>Lexical Scanner</TITLE>
1474 <FILE>scanner</FILE>
1475 GScanner
1476 GScannerConfig
1477 g_scanner_new
1478 g_scanner_destroy
1479
1480 <SUBSECTION>
1481 g_scanner_input_file
1482 g_scanner_sync_file_offset
1483 g_scanner_input_text
1484 g_scanner_peek_next_token
1485 g_scanner_get_next_token
1486 g_scanner_eof
1487
1488 <SUBSECTION>
1489 g_scanner_cur_line
1490 g_scanner_cur_position
1491 g_scanner_cur_token
1492 g_scanner_cur_value
1493
1494 <SUBSECTION>
1495 g_scanner_set_scope
1496 g_scanner_scope_add_symbol
1497 g_scanner_scope_foreach_symbol
1498 g_scanner_scope_lookup_symbol
1499 g_scanner_scope_remove_symbol
1500 g_scanner_add_symbol
1501 g_scanner_remove_symbol
1502 g_scanner_foreach_symbol
1503
1504 <SUBSECTION>
1505 g_scanner_freeze_symbol_table
1506 g_scanner_thaw_symbol_table
1507 g_scanner_lookup_symbol
1508
1509 <SUBSECTION>
1510 g_scanner_warn
1511 g_scanner_error
1512 g_scanner_unexp_token
1513 GScannerMsgFunc
1514
1515 <SUBSECTION>
1516 G_CSET_a_2_z
1517 G_CSET_A_2_Z
1518 G_CSET_DIGITS
1519 G_CSET_LATINC
1520 G_CSET_LATINS
1521 GTokenType
1522 GTokenValue
1523 GErrorType
1524
1525 </SECTION>
1526
1527 <SECTION>
1528 <TITLE>Key-value file parser</TITLE>
1529 <FILE>keyfile</FILE>
1530 GKeyFile
1531 G_KEY_FILE_ERROR
1532 GKeyFileError
1533 GKeyFileFlags
1534
1535 <SUBSECTION>
1536 g_key_file_new
1537 g_key_file_free
1538 g_key_file_set_list_separator
1539 g_key_file_load_from_file
1540 g_key_file_load_from_data
1541 g_key_file_load_from_data_dirs
1542 g_key_file_load_from_dirs
1543 g_key_file_to_data
1544 g_key_file_get_start_group
1545 g_key_file_get_groups
1546 g_key_file_get_keys
1547 g_key_file_has_group
1548 g_key_file_has_key
1549
1550 <SUBSECTION>
1551 g_key_file_get_value
1552 g_key_file_get_string
1553 g_key_file_get_locale_string
1554 g_key_file_get_boolean
1555 g_key_file_get_integer
1556 g_key_file_get_double
1557 g_key_file_get_string_list
1558 g_key_file_get_locale_string_list
1559 g_key_file_get_boolean_list
1560 g_key_file_get_integer_list
1561 g_key_file_get_double_list
1562 g_key_file_get_comment
1563
1564 <SUBSECTION>
1565 g_key_file_set_value
1566 g_key_file_set_string
1567 g_key_file_set_locale_string
1568 g_key_file_set_boolean
1569 g_key_file_set_integer
1570 g_key_file_set_double
1571 g_key_file_set_string_list
1572 g_key_file_set_locale_string_list
1573 g_key_file_set_boolean_list
1574 g_key_file_set_integer_list
1575 g_key_file_set_double_list
1576 g_key_file_set_comment
1577 g_key_file_remove_group
1578 g_key_file_remove_key
1579 g_key_file_remove_comment
1580
1581 <SUBSECTION>
1582 G_KEY_FILE_DESKTOP_GROUP
1583 G_KEY_FILE_DESKTOP_KEY_TYPE
1584 G_KEY_FILE_DESKTOP_KEY_VERSION
1585 G_KEY_FILE_DESKTOP_KEY_NAME
1586 G_KEY_FILE_DESKTOP_KEY_GENERIC_NAME
1587 G_KEY_FILE_DESKTOP_KEY_NO_DISPLAY
1588 G_KEY_FILE_DESKTOP_KEY_COMMENT
1589 G_KEY_FILE_DESKTOP_KEY_ICON
1590 G_KEY_FILE_DESKTOP_KEY_HIDDEN
1591 G_KEY_FILE_DESKTOP_KEY_ONLY_SHOW_IN
1592 G_KEY_FILE_DESKTOP_KEY_NOT_SHOW_IN
1593 G_KEY_FILE_DESKTOP_KEY_TRY_EXEC
1594 G_KEY_FILE_DESKTOP_KEY_EXEC
1595 G_KEY_FILE_DESKTOP_KEY_PATH
1596 G_KEY_FILE_DESKTOP_KEY_TERMINAL
1597 G_KEY_FILE_DESKTOP_KEY_MIME_TYPE
1598 G_KEY_FILE_DESKTOP_KEY_CATEGORIES
1599 G_KEY_FILE_DESKTOP_KEY_STARTUP_NOTIFY
1600 G_KEY_FILE_DESKTOP_KEY_STARTUP_WM_CLASS
1601 G_KEY_FILE_DESKTOP_KEY_URL
1602 G_KEY_FILE_DESKTOP_TYPE_APPLICATION
1603 G_KEY_FILE_DESKTOP_TYPE_LINK
1604 G_KEY_FILE_DESKTOP_TYPE_DIRECTORY
1605
1606 <SUBSECTION Private>
1607 g_key_file_error_quark
1608 </SECTION>
1609
1610 <SECTION>
1611 <TITLE>Bookmark file parser</TITLE>
1612 <FILE>bookmarkfile</FILE>
1613 GBookmarkFile
1614 G_BOOKMARK_FILE_ERROR
1615 GBookmarkFileError
1616 g_bookmark_file_new
1617 g_bookmark_file_free
1618 g_bookmark_file_load_from_file
1619 g_bookmark_file_load_from_data
1620 g_bookmark_file_load_from_data_dirs
1621 g_bookmark_file_to_data
1622 g_bookmark_file_to_file
1623 g_bookmark_file_has_item
1624 g_bookmark_file_has_group
1625 g_bookmark_file_has_application
1626 g_bookmark_file_get_size
1627 g_bookmark_file_get_uris G_GNUC_MALLOC
1628
1629 <SUBSECTION>
1630 g_bookmark_file_get_title
1631 g_bookmark_file_get_description
1632 g_bookmark_file_get_mime_type
1633 g_bookmark_file_get_is_private
1634 g_bookmark_file_get_icon
1635 g_bookmark_file_get_added
1636 g_bookmark_file_get_modified
1637 g_bookmark_file_get_visited
1638 g_bookmark_file_get_groups
1639 g_bookmark_file_get_applications
1640 g_bookmark_file_get_app_info
1641
1642 <SUBSECTION>
1643 g_bookmark_file_set_title
1644 g_bookmark_file_set_description
1645 g_bookmark_file_set_mime_type
1646 g_bookmark_file_set_is_private
1647 g_bookmark_file_set_icon
1648 g_bookmark_file_set_added
1649 g_bookmark_file_set_groups
1650 g_bookmark_file_set_modified
1651 g_bookmark_file_set_visited
1652 g_bookmark_file_set_app_info
1653 g_bookmark_file_add_group
1654 g_bookmark_file_add_application
1655 g_bookmark_file_remove_group
1656 g_bookmark_file_remove_application
1657 g_bookmark_file_remove_item
1658 g_bookmark_file_move_item
1659
1660 <SUBSECTION Private>
1661 g_bookmark_file_error_quark
1662 </SECTION>
1663
1664 <SECTION>
1665 <TITLE>Dynamic Loading of Modules</TITLE>
1666 <FILE>modules</FILE>
1667 <INCLUDE>gmodule.h</INCLUDE>
1668 GModule
1669 g_module_supported
1670 g_module_build_path
1671 g_module_open
1672 GModuleFlags
1673 g_module_symbol
1674 g_module_name
1675 g_module_make_resident
1676 g_module_close
1677 g_module_error
1678 <SUBSECTION>
1679 GModuleCheckInit
1680 GModuleUnload
1681 G_MODULE_SUFFIX
1682 G_MODULE_EXPORT
1683 G_MODULE_IMPORT
1684 </SECTION>
1685
1686 <SECTION>
1687 <TITLE>Automatic String Completion</TITLE>
1688 <FILE>completion</FILE>
1689 GCompletion
1690 g_completion_new
1691 GCompletionFunc
1692 g_completion_add_items
1693 g_completion_remove_items
1694 g_completion_clear_items
1695 g_completion_complete
1696 g_completion_complete_utf8
1697 g_completion_set_compare
1698 GCompletionStrncmpFunc
1699 g_completion_free
1700 </SECTION>
1701
1702 <SECTION>
1703 <TITLE>Windows Compatibility Functions</TITLE>
1704 <FILE>windows</FILE>
1705 MAXPATHLEN
1706
1707 g_win32_error_message
1708 g_win32_getlocale
1709 g_win32_get_package_installation_directory
1710 g_win32_get_package_installation_directory_of_module
1711 g_win32_get_package_installation_subdirectory
1712 g_win32_get_windows_version
1713 g_win32_locale_filename_from_utf8
1714 G_WIN32_DLLMAIN_FOR_DLL_NAME
1715 G_WIN32_HAVE_WIDECHAR_API
1716 G_WIN32_IS_NT_BASED
1717
1718 <SUBSECTION Private>
1719 g_win32_ftruncate
1720
1721 </SECTION>
1722
1723 # Data Structures
1724
1725 <SECTION>
1726 <TITLE>Memory Chunks</TITLE>
1727 <FILE>memory_chunks</FILE>
1728 GMemChunk
1729 G_ALLOC_AND_FREE
1730 G_ALLOC_ONLY
1731
1732 <SUBSECTION>
1733 g_mem_chunk_new
1734 g_mem_chunk_alloc
1735 g_mem_chunk_alloc0
1736 g_mem_chunk_free
1737 g_mem_chunk_destroy
1738
1739 <SUBSECTION>
1740 g_mem_chunk_create
1741 g_chunk_new
1742 g_chunk_new0
1743 g_chunk_free
1744
1745 <SUBSECTION>
1746 g_mem_chunk_reset
1747 g_mem_chunk_clean
1748 g_blow_chunks
1749
1750 <SUBSECTION>
1751 g_mem_chunk_info
1752 g_mem_chunk_print
1753
1754 </SECTION>
1755
1756 <SECTION>
1757 <TITLE>Memory Slices</TITLE>
1758 <FILE>memory_slices</FILE>
1759 g_slice_alloc
1760 g_slice_alloc0
1761 g_slice_copy
1762 g_slice_free1
1763 g_slice_free_chain_with_offset
1764
1765 <SUBSECTION>
1766 g_slice_new
1767 g_slice_new0
1768 g_slice_dup
1769 g_slice_free
1770 g_slice_free_chain
1771
1772 <SUBSECTION Private>
1773 GSliceConfig
1774 g_slice_set_config
1775 g_slice_get_config
1776 g_slice_get_config_state
1777 </SECTION>
1778
1779 <SECTION>
1780 <TITLE>Doubly-Linked Lists</TITLE>
1781 <FILE>linked_lists_double</FILE>
1782 GList
1783
1784 <SUBSECTION>
1785 g_list_append
1786 g_list_prepend
1787 g_list_insert
1788 g_list_insert_before
1789 g_list_insert_sorted
1790 g_list_remove
1791 g_list_remove_link
1792 g_list_delete_link
1793 g_list_remove_all
1794 g_list_free
1795
1796 <SUBSECTION>
1797 g_list_alloc
1798 g_list_free_1
1799 g_list_free1
1800
1801 <SUBSECTION>
1802 g_list_length
1803 g_list_copy
1804 g_list_reverse
1805 g_list_sort
1806 GCompareFunc
1807 g_list_insert_sorted_with_data
1808 g_list_sort_with_data
1809 GCompareDataFunc
1810 g_list_concat
1811 g_list_foreach
1812 GFunc
1813
1814 <SUBSECTION>
1815 g_list_first
1816 g_list_last
1817 g_list_previous
1818 g_list_next
1819 g_list_nth
1820 g_list_nth_data
1821 g_list_nth_prev
1822
1823 <SUBSECTION>
1824 g_list_find
1825 g_list_find_custom
1826 g_list_position
1827 g_list_index
1828
1829 <SUBSECTION>
1830 g_list_push_allocator
1831 g_list_pop_allocator
1832 </SECTION>
1833
1834 <SECTION>
1835 <TITLE>Singly-Linked Lists</TITLE>
1836 <FILE>linked_lists_single</FILE>
1837 GSList
1838
1839 <SUBSECTION>
1840 g_slist_alloc
1841 g_slist_append
1842 g_slist_prepend
1843 g_slist_insert
1844 g_slist_insert_before
1845 g_slist_insert_sorted
1846 g_slist_remove
1847 g_slist_remove_link
1848 g_slist_delete_link
1849 g_slist_remove_all
1850 g_slist_free
1851 g_slist_free_1
1852 g_slist_free1
1853
1854 <SUBSECTION>
1855 g_slist_length
1856 g_slist_copy
1857 g_slist_reverse
1858 g_slist_insert_sorted_with_data
1859 g_slist_sort
1860 g_slist_sort_with_data
1861 g_slist_concat
1862 g_slist_foreach
1863
1864 <SUBSECTION>
1865 g_slist_last
1866 g_slist_next
1867 g_slist_nth
1868 g_slist_nth_data
1869
1870 <SUBSECTION>
1871 g_slist_find
1872 g_slist_find_custom
1873 g_slist_position
1874 g_slist_index
1875
1876 <SUBSECTION>
1877 g_slist_push_allocator
1878 g_slist_pop_allocator
1879 </SECTION>
1880
1881 <SECTION>
1882 <TITLE>Double-ended Queues</TITLE>
1883 <FILE>queue</FILE>
1884
1885 GQueue
1886 g_queue_new
1887 g_queue_free
1888 G_QUEUE_INIT
1889 g_queue_init
1890 g_queue_clear
1891 g_queue_is_empty
1892 g_queue_get_length
1893 g_queue_reverse
1894 g_queue_copy
1895 g_queue_foreach
1896 g_queue_find
1897 g_queue_find_custom
1898 g_queue_sort
1899 g_queue_push_head
1900 g_queue_push_tail
1901 g_queue_push_nth
1902 g_queue_pop_head
1903 g_queue_pop_tail
1904 g_queue_pop_nth
1905 g_queue_peek_head
1906 g_queue_peek_tail
1907 g_queue_peek_nth
1908 g_queue_index
1909 g_queue_remove
1910 g_queue_remove_all
1911 g_queue_insert_before
1912 g_queue_insert_after
1913 g_queue_insert_sorted
1914 g_queue_push_head_link
1915 g_queue_push_tail_link
1916 g_queue_push_nth_link
1917 g_queue_pop_head_link
1918 g_queue_pop_tail_link
1919 g_queue_pop_nth_link
1920 g_queue_peek_head_link
1921 g_queue_peek_tail_link
1922 g_queue_peek_nth_link
1923 g_queue_link_index
1924 g_queue_unlink
1925 g_queue_delete_link
1926 </SECTION>
1927
1928 <SECTION>
1929 <TITLE>Sequences</TITLE>
1930 <FILE>sequence</FILE>
1931
1932 GSequence
1933 GSequenceIter
1934 GSequenceIterCompareFunc
1935
1936 <SUBSECTION>
1937 g_sequence_new
1938 g_sequence_free
1939 g_sequence_get_length
1940 g_sequence_foreach
1941 g_sequence_foreach_range
1942 g_sequence_sort
1943 g_sequence_sort_iter
1944
1945 <SUBSECTION>
1946 g_sequence_get_begin_iter
1947 g_sequence_get_end_iter
1948 g_sequence_get_iter_at_pos
1949 g_sequence_append
1950 g_sequence_prepend
1951 g_sequence_insert_before
1952 g_sequence_move
1953 g_sequence_swap
1954 g_sequence_insert_sorted
1955 g_sequence_insert_sorted_iter
1956 g_sequence_sort_changed
1957 g_sequence_sort_changed_iter
1958 g_sequence_remove
1959 g_sequence_remove_range
1960 g_sequence_move_range
1961 g_sequence_search
1962 g_sequence_search_iter
1963
1964 <SUBSECTION>
1965 g_sequence_get
1966 g_sequence_set
1967
1968 <SUBSECTION>
1969 g_sequence_iter_is_begin
1970 g_sequence_iter_is_end
1971 g_sequence_iter_next
1972 g_sequence_iter_prev
1973 g_sequence_iter_get_position
1974 g_sequence_iter_move
1975 g_sequence_iter_get_sequence
1976
1977 <SUBSECTION>
1978 g_sequence_iter_compare
1979 g_sequence_range_get_midpoint
1980 </SECTION>
1981
1982 <SECTION>
1983 <TITLE>Trash Stacks</TITLE>
1984 <FILE>trash_stack</FILE>
1985 GTrashStack
1986
1987 g_trash_stack_push
1988 g_trash_stack_pop
1989 g_trash_stack_peek
1990 g_trash_stack_height
1991 </SECTION>
1992
1993 <SECTION>
1994 <TITLE>Hash Tables</TITLE>
1995 <FILE>hash_tables</FILE>
1996 GHashTable
1997 g_hash_table_new
1998 g_hash_table_new_full
1999 GHashFunc
2000 GEqualFunc
2001 g_hash_table_insert
2002 g_hash_table_replace
2003 g_hash_table_size
2004 g_hash_table_lookup
2005 g_hash_table_lookup_extended
2006 g_hash_table_foreach
2007 g_hash_table_find
2008 GHFunc
2009 g_hash_table_remove
2010 g_hash_table_steal
2011 g_hash_table_foreach_remove
2012 g_hash_table_foreach_steal
2013 g_hash_table_remove_all
2014 g_hash_table_steal_all
2015 g_hash_table_get_keys
2016 g_hash_table_get_values
2017 GHRFunc
2018 g_hash_table_freeze
2019 g_hash_table_thaw
2020 g_hash_table_destroy
2021 g_hash_table_ref
2022 g_hash_table_unref
2023 GHashTableIter
2024 g_hash_table_iter_init
2025 g_hash_table_iter_next
2026 g_hash_table_iter_get_hash_table
2027 g_hash_table_iter_remove
2028 g_hash_table_iter_steal
2029
2030 <SUBSECTION>
2031 g_direct_equal
2032 g_direct_hash
2033 g_int_equal
2034 g_int_hash
2035 g_str_equal
2036 g_str_hash
2037
2038 </SECTION>
2039
2040 <SECTION>
2041 <TITLE>Strings</TITLE>
2042 <FILE>strings</FILE>
2043 GString
2044 g_string_new
2045 g_string_new_len
2046 g_string_sized_new
2047 g_string_assign
2048 g_string_sprintf
2049 g_string_sprintfa
2050 g_string_vprintf
2051 g_string_append_vprintf
2052 g_string_printf
2053 g_string_append_printf
2054 g_string_append
2055 g_string_append_c
2056 g_string_append_unichar
2057 g_string_append_len
2058 g_string_append_uri_escaped
2059 g_string_prepend
2060 g_string_prepend_c
2061 g_string_prepend_unichar
2062 g_string_prepend_len
2063 g_string_insert
2064 g_string_insert_c
2065 g_string_insert_unichar
2066 g_string_insert_len
2067 g_string_overwrite
2068 g_string_overwrite_len
2069 g_string_erase
2070 g_string_truncate
2071 g_string_set_size
2072 g_string_free
2073
2074 <SUBSECTION>
2075 g_string_up
2076 g_string_down
2077
2078 <SUBSECTION>
2079 g_string_hash
2080 g_string_equal
2081
2082 </SECTION>
2083
2084 <SECTION>
2085 <TITLE>String Chunks</TITLE>
2086 <FILE>string_chunks</FILE>
2087 GStringChunk
2088 g_string_chunk_new
2089 g_string_chunk_insert
2090 g_string_chunk_insert_const
2091 g_string_chunk_insert_len
2092 g_string_chunk_clear
2093 g_string_chunk_free
2094
2095 </SECTION>
2096
2097 <SECTION>
2098 <TITLE>Arrays</TITLE>
2099 <FILE>arrays</FILE>
2100 GArray
2101 g_array_new
2102 g_array_sized_new
2103 g_array_append_val
2104 g_array_append_vals
2105 g_array_prepend_val
2106 g_array_prepend_vals
2107 g_array_insert_val
2108 g_array_insert_vals
2109 g_array_remove_index
2110 g_array_remove_index_fast
2111 g_array_remove_range
2112 g_array_sort
2113 g_array_sort_with_data
2114 g_array_index
2115 g_array_set_size
2116 g_array_free
2117 </SECTION>
2118
2119 <SECTION>
2120 <TITLE>Pointer Arrays</TITLE>
2121 <FILE>arrays_pointer</FILE>
2122 GPtrArray
2123 g_ptr_array_new
2124 g_ptr_array_sized_new
2125 g_ptr_array_add
2126 g_ptr_array_remove
2127 g_ptr_array_remove_index
2128 g_ptr_array_remove_fast
2129 g_ptr_array_remove_index_fast
2130 g_ptr_array_remove_range
2131 g_ptr_array_sort
2132 g_ptr_array_sort_with_data
2133 g_ptr_array_set_size
2134 g_ptr_array_index
2135 g_ptr_array_free
2136 g_ptr_array_foreach
2137
2138 </SECTION>
2139
2140 <SECTION>
2141 <TITLE>Byte Arrays</TITLE>
2142 <FILE>arrays_byte</FILE>
2143 GByteArray
2144 g_byte_array_new
2145 g_byte_array_sized_new
2146 g_byte_array_append
2147 g_byte_array_prepend
2148 g_byte_array_remove_index
2149 g_byte_array_remove_index_fast
2150 g_byte_array_remove_range
2151 g_byte_array_sort
2152 g_byte_array_sort_with_data
2153 g_byte_array_set_size
2154 g_byte_array_free
2155
2156 </SECTION>
2157
2158 <SECTION>
2159 <TITLE>Balanced Binary Trees</TITLE>
2160 <FILE>trees-binary</FILE>
2161 GTree
2162 g_tree_new
2163 g_tree_new_with_data
2164 g_tree_new_full
2165 g_tree_insert
2166 g_tree_replace
2167 g_tree_nnodes
2168 g_tree_height
2169 g_tree_lookup
2170 g_tree_lookup_extended
2171 g_tree_foreach
2172 g_tree_traverse
2173 GTraverseFunc
2174 GTraverseType
2175 g_tree_search
2176 g_tree_remove
2177 g_tree_steal
2178 g_tree_destroy
2179 </SECTION>
2180
2181 <SECTION>
2182 <TITLE>N-ary Trees</TITLE>
2183 <FILE>trees-nary</FILE>
2184 GNode
2185 g_node_new
2186 g_node_copy
2187 GCopyFunc
2188 g_node_copy_deep
2189
2190 <SUBSECTION>
2191 g_node_insert
2192 g_node_insert_before
2193 g_node_insert_after
2194 g_node_append
2195 g_node_prepend
2196
2197 <SUBSECTION>
2198 g_node_insert_data
2199 g_node_insert_data_before
2200 g_node_append_data
2201 g_node_prepend_data
2202
2203 <SUBSECTION>
2204 g_node_reverse_children
2205 g_node_traverse
2206 GTraverseFlags
2207 GNodeTraverseFunc
2208 g_node_children_foreach
2209 GNodeForeachFunc
2210
2211 <SUBSECTION>
2212 g_node_get_root
2213 g_node_find
2214 g_node_find_child
2215 g_node_child_index
2216 g_node_child_position
2217 g_node_first_child
2218 g_node_last_child
2219 g_node_nth_child
2220 g_node_first_sibling
2221 g_node_next_sibling
2222 g_node_prev_sibling
2223 g_node_last_sibling
2224
2225 <SUBSECTION>
2226 G_NODE_IS_LEAF
2227 G_NODE_IS_ROOT
2228 g_node_depth
2229 g_node_n_nodes
2230 g_node_n_children
2231 g_node_is_ancestor
2232 g_node_max_height
2233
2234 <SUBSECTION>
2235 g_node_unlink
2236 g_node_destroy
2237
2238 <SUBSECTION>
2239 g_node_push_allocator
2240 g_node_pop_allocator
2241 </SECTION>
2242
2243
2244 <SECTION>
2245 <TITLE>Quarks</TITLE>
2246 <FILE>quarks</FILE>
2247 GQuark
2248 g_quark_from_string
2249 g_quark_from_static_string
2250 g_quark_to_string
2251 g_quark_try_string
2252 g_intern_string
2253 g_intern_static_string
2254 </SECTION>
2255
2256 <SECTION>
2257 <TITLE>Keyed Data Lists</TITLE>
2258 <FILE>datalist</FILE>
2259 GData
2260 g_datalist_init
2261
2262 <SUBSECTION>
2263 g_datalist_id_set_data
2264 g_datalist_id_set_data_full
2265 g_datalist_id_get_data
2266 g_datalist_id_remove_data
2267 g_datalist_id_remove_no_notify
2268
2269 <SUBSECTION>
2270 g_datalist_set_data
2271 g_datalist_set_data_full
2272 g_datalist_get_data
2273 g_datalist_remove_data
2274 g_datalist_remove_no_notify
2275
2276 <SUBSECTION>
2277 g_datalist_foreach
2278 g_datalist_clear
2279 g_datalist_set_flags
2280 g_datalist_unset_flags
2281 g_datalist_get_flags
2282 G_DATALIST_FLAGS_MASK
2283 </SECTION>
2284
2285
2286 <SECTION>
2287 <TITLE>Datasets</TITLE>
2288 <FILE>datasets</FILE>
2289 g_dataset_id_set_data
2290 g_dataset_id_set_data_full
2291 GDestroyNotify
2292 g_dataset_id_get_data
2293 g_dataset_id_remove_data
2294 g_dataset_id_remove_no_notify
2295
2296 <SUBSECTION>
2297 g_dataset_set_data
2298 g_dataset_set_data_full
2299 g_dataset_get_data
2300 g_dataset_remove_data
2301 g_dataset_remove_no_notify
2302
2303 <SUBSECTION>
2304 g_dataset_foreach
2305 GDataForeachFunc
2306 g_dataset_destroy
2307
2308 </SECTION>
2309
2310 <SECTION>
2311 <TITLE>Relations and Tuples</TITLE>
2312 <FILE>relations</FILE>
2313 GRelation
2314 g_relation_new
2315 g_relation_index
2316 g_relation_insert
2317 g_relation_exists
2318 g_relation_count
2319 g_relation_select
2320 g_relation_delete
2321 g_relation_destroy
2322
2323 <SUBSECTION>
2324 g_relation_print
2325
2326 <SUBSECTION>
2327 GTuples
2328 g_tuples_destroy
2329 g_tuples_index
2330 </SECTION>
2331
2332 <SECTION>
2333 <TITLE>Caches</TITLE>
2334 <FILE>caches</FILE>
2335 GCache
2336 g_cache_new
2337 g_cache_insert
2338 g_cache_remove
2339 g_cache_destroy
2340
2341 <SUBSECTION>
2342 g_cache_key_foreach
2343 g_cache_value_foreach
2344
2345 <SUBSECTION>
2346 GCacheDestroyFunc
2347 GCacheDupFunc
2348 GCacheNewFunc
2349 </SECTION>
2350
2351 <SECTION>
2352 <TITLE>Memory Allocators</TITLE>
2353 <FILE>allocators</FILE>
2354 GAllocator
2355 g_allocator_new
2356 g_allocator_free
2357
2358 <SUBSECTION Private>
2359 G_ALLOCATOR_LIST
2360 G_ALLOCATOR_NODE
2361 G_ALLOCATOR_SLIST
2362 </SECTION>
2363
2364 <SECTION>
2365 <TITLE>Random Numbers</TITLE>
2366 <FILE>random_numbers</FILE>
2367 GRand
2368 g_rand_new_with_seed
2369 g_rand_new_with_seed_array
2370 g_rand_new
2371 g_rand_copy
2372 g_rand_free
2373 g_rand_set_seed
2374 g_rand_set_seed_array
2375 g_rand_boolean
2376 g_rand_int
2377 g_rand_int_range
2378 g_rand_double
2379 g_rand_double_range
2380 g_random_set_seed
2381 g_random_boolean
2382 g_random_int
2383 g_random_int_range
2384 g_random_double
2385 g_random_double_range
2386 </SECTION>
2387
2388 <SECTION>
2389 <TITLE>Character Set Conversion</TITLE>
2390 <FILE>conversions</FILE>
2391 g_convert
2392 g_convert_with_fallback
2393 GIConv
2394 g_convert_with_iconv
2395 G_CONVERT_ERROR
2396 g_iconv_open
2397 g_iconv
2398 g_iconv_close
2399 g_locale_to_utf8
2400 g_filename_to_utf8
2401 g_filename_from_utf8
2402 g_filename_from_uri
2403 g_filename_to_uri
2404 g_get_filename_charsets
2405 g_filename_display_name
2406 g_filename_display_basename
2407 g_uri_list_extract_uris
2408 g_locale_from_utf8
2409 GConvertError
2410
2411 <SUBSECTION>
2412 g_get_charset
2413
2414 <SUBSECTION Private>
2415 g_convert_error_quark
2416 </SECTION>
2417
2418 <SECTION>
2419 <TITLE>Unicode Manipulation</TITLE>
2420 <FILE>unicode</FILE>
2421 gunichar
2422 gunichar2
2423
2424 <SUBSECTION>
2425 g_unichar_validate
2426 g_unichar_isalnum
2427 g_unichar_isalpha
2428 g_unichar_iscntrl
2429 g_unichar_isdefined
2430 g_unichar_isdigit
2431 g_unichar_isgraph
2432 g_unichar_islower
2433 g_unichar_ismark
2434 g_unichar_isprint
2435 g_unichar_ispunct
2436 g_unichar_isspace
2437 g_unichar_istitle
2438 g_unichar_isupper
2439 g_unichar_isxdigit
2440 g_unichar_iswide
2441 g_unichar_iswide_cjk
2442 g_unichar_iszerowidth
2443 g_unichar_toupper
2444 g_unichar_tolower
2445 g_unichar_totitle
2446 g_unichar_digit_value
2447 g_unichar_xdigit_value
2448 GUnicodeType
2449 g_unichar_type
2450 GUnicodeBreakType
2451 g_unichar_break_type
2452 g_unichar_combining_class
2453 g_unicode_canonical_ordering
2454 g_unicode_canonical_decomposition
2455 g_unichar_get_mirror_char
2456 GUnicodeScript
2457 g_unichar_get_script
2458
2459 <SUBSECTION>
2460 g_utf8_next_char
2461 g_utf8_get_char
2462 g_utf8_get_char_validated
2463 g_utf8_offset_to_pointer
2464 g_utf8_pointer_to_offset
2465 g_utf8_prev_char
2466 g_utf8_find_next_char
2467 g_utf8_find_prev_char
2468 g_utf8_strlen
2469 g_utf8_strncpy
2470 g_utf8_strchr
2471 g_utf8_strrchr
2472 g_utf8_strreverse
2473 g_utf8_validate
2474
2475 <SUBSECTION>
2476 g_utf8_strup
2477 g_utf8_strdown
2478 g_utf8_casefold
2479 g_utf8_normalize
2480 GNormalizeMode
2481 g_utf8_collate
2482 g_utf8_collate_key
2483 g_utf8_collate_key_for_filename
2484
2485 <SUBSECTION>
2486 g_utf8_to_utf16
2487 g_utf8_to_ucs4
2488 g_utf8_to_ucs4_fast
2489 g_utf16_to_ucs4
2490 g_utf16_to_utf8
2491 g_ucs4_to_utf16
2492 g_ucs4_to_utf8
2493 g_unichar_to_utf8
2494 </SECTION>
2495
2496 <SECTION>
2497 <TITLE>I18N</TITLE>
2498 <FILE>i18n</FILE>
2499 <INCLUDE>glib.h,glib/gi18n.h</INCLUDE>
2500 Q_
2501 C_
2502 N_
2503 g_dgettext
2504 g_dngettext
2505 g_dpgettext
2506 g_strip_context
2507 <SUBSECTION>
2508 g_get_language_names
2509 </SECTION>
2510
2511 <SECTION>
2512 <TITLE>Base64 Encoding</TITLE>
2513 <FILE>base64</FILE>
2514 g_base64_encode_step
2515 g_base64_encode_close
2516 g_base64_encode
2517 g_base64_decode_step
2518 g_base64_decode
2519 </SECTION>
2520
2521 <SECTION>
2522 <TITLE>URI Functions</TITLE>
2523 <FILE>gurifuncs</FILE>
2524 G_URI_RESERVED_CHARS_ALLOWED_IN_PATH
2525 G_URI_RESERVED_CHARS_ALLOWED_IN_PATH_ELEMENT
2526 G_URI_RESERVED_CHARS_ALLOWED_IN_USERINFO
2527 G_URI_RESERVED_CHARS_GENERIC_DELIMITERS
2528 G_URI_RESERVED_CHARS_SUBCOMPONENT_DELIMITERS
2529 g_uri_parse_scheme
2530 g_uri_escape_string
2531 g_uri_unescape_string
2532 g_uri_unescape_segment
2533 </SECTION>
2534
2535 <SECTION>
2536 <TITLE>Data Checksums</TITLE>
2537 <FILE>checksum</FILE>
2538 GChecksumType
2539 g_checksum_type_get_length
2540 GChecksum
2541 g_checksum_new
2542 g_checksum_copy
2543 g_checksum_free
2544 g_checksum_reset
2545 g_checksum_update
2546 g_checksum_get_string
2547 g_checksum_get_digest
2548 <SUBSECTION>
2549 g_compute_checksum_for_data
2550 g_compute_checksum_for_string
2551 </SECTION>
2552
2553 <SECTION>
2554 <TITLE>Testing</TITLE>
2555 <FILE>testing</FILE>
2556 g_test_minimized_result
2557 g_test_maximized_result
2558 g_test_init
2559 g_test_quick
2560 g_test_slow
2561 g_test_thorough
2562 g_test_perf
2563 g_test_verbose
2564 g_test_quiet
2565 g_test_run
2566 g_test_add_func
2567 g_test_add_data_func
2568 g_test_add
2569
2570 g_test_message
2571 g_test_bug_base
2572 g_test_bug
2573
2574 g_test_timer_start
2575 g_test_timer_elapsed
2576 g_test_timer_last
2577
2578 g_test_queue_free
2579 g_test_queue_destroy
2580 g_test_queue_unref
2581
2582 GTestTrapFlags
2583 g_test_trap_fork
2584 g_test_trap_has_passed
2585 g_test_trap_reached_timeout
2586 g_test_trap_assert_passed
2587 g_test_trap_assert_failed
2588 g_test_trap_assert_stdout
2589 g_test_trap_assert_stdout_unmatched
2590 g_test_trap_assert_stderr
2591 g_test_trap_assert_stderr_unmatched
2592
2593 g_test_rand_bit
2594 g_test_rand_int
2595 g_test_rand_int_range
2596 g_test_rand_double
2597 g_test_rand_double_range
2598
2599 g_assert
2600 g_assert_not_reached
2601 g_assert_cmpstr
2602 g_assert_cmpint
2603 g_assert_cmpuint
2604 g_assert_cmphex
2605 g_assert_cmpfloat
2606 g_strcmp0
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>