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