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