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