Merge branch 'tree-refcount'
[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
1447 <SUBSECTION>
1448 g_get_host_name
1449 g_get_home_dir
1450 g_get_tmp_dir
1451 g_get_current_dir
1452 g_basename
1453 g_dirname
1454 g_path_is_absolute
1455 g_path_skip_root
1456 g_path_get_basename
1457 g_path_get_dirname
1458 g_build_filename
1459 g_build_filenamev
1460 g_build_path
1461 g_build_pathv
1462 g_format_size_for_display
1463
1464 <SUBSECTION>
1465 g_find_program_in_path
1466
1467 <SUBSECTION>
1468 g_bit_nth_lsf
1469 g_bit_nth_msf
1470 g_bit_storage
1471
1472 <SUBSECTION>
1473 g_spaced_primes_closest
1474
1475 <SUBSECTION>
1476 g_atexit
1477
1478 <SUBSECTION>
1479 g_parse_debug_string
1480 GDebugKey
1481
1482 <SUBSECTION>
1483 GVoidFunc
1484 GFreeFunc
1485
1486 <SUBSECTION>
1487 g_qsort_with_data
1488
1489 <SUBSECTION>
1490 g_nullify_pointer
1491
1492 <SUBSECTION Private>
1493 G_NATIVE_ATEXIT
1494 g_ATEXIT
1495 g_win32_get_system_data_dirs_for_module
1496 ATEXIT
1497
1498 </SECTION>
1499
1500 <SECTION>
1501 <TITLE>Lexical Scanner</TITLE>
1502 <FILE>scanner</FILE>
1503 GScanner
1504 GScannerConfig
1505 g_scanner_new
1506 g_scanner_destroy
1507
1508 <SUBSECTION>
1509 g_scanner_input_file
1510 g_scanner_sync_file_offset
1511 g_scanner_input_text
1512 g_scanner_peek_next_token
1513 g_scanner_get_next_token
1514 g_scanner_eof
1515
1516 <SUBSECTION>
1517 g_scanner_cur_line
1518 g_scanner_cur_position
1519 g_scanner_cur_token
1520 g_scanner_cur_value
1521
1522 <SUBSECTION>
1523 g_scanner_set_scope
1524 g_scanner_scope_add_symbol
1525 g_scanner_scope_foreach_symbol
1526 g_scanner_scope_lookup_symbol
1527 g_scanner_scope_remove_symbol
1528 g_scanner_add_symbol
1529 g_scanner_remove_symbol
1530 g_scanner_foreach_symbol
1531
1532 <SUBSECTION>
1533 g_scanner_freeze_symbol_table
1534 g_scanner_thaw_symbol_table
1535 g_scanner_lookup_symbol
1536
1537 <SUBSECTION>
1538 g_scanner_warn
1539 g_scanner_error
1540 g_scanner_unexp_token
1541 GScannerMsgFunc
1542
1543 <SUBSECTION>
1544 G_CSET_a_2_z
1545 G_CSET_A_2_Z
1546 G_CSET_DIGITS
1547 G_CSET_LATINC
1548 G_CSET_LATINS
1549 GTokenType
1550 GTokenValue
1551 GErrorType
1552
1553 </SECTION>
1554
1555 <SECTION>
1556 <TITLE>Key-value file parser</TITLE>
1557 <FILE>keyfile</FILE>
1558 GKeyFile
1559 G_KEY_FILE_ERROR
1560 GKeyFileError
1561 GKeyFileFlags
1562
1563 <SUBSECTION>
1564 g_key_file_new
1565 g_key_file_free
1566 g_key_file_set_list_separator
1567 g_key_file_load_from_file
1568 g_key_file_load_from_data
1569 g_key_file_load_from_data_dirs
1570 g_key_file_load_from_dirs
1571 g_key_file_to_data
1572 g_key_file_get_start_group
1573 g_key_file_get_groups
1574 g_key_file_get_keys
1575 g_key_file_has_group
1576 g_key_file_has_key
1577
1578 <SUBSECTION>
1579 g_key_file_get_value
1580 g_key_file_get_string
1581 g_key_file_get_locale_string
1582 g_key_file_get_boolean
1583 g_key_file_get_integer
1584 g_key_file_get_double
1585 g_key_file_get_string_list
1586 g_key_file_get_locale_string_list
1587 g_key_file_get_boolean_list
1588 g_key_file_get_integer_list
1589 g_key_file_get_double_list
1590 g_key_file_get_comment
1591
1592 <SUBSECTION>
1593 g_key_file_set_value
1594 g_key_file_set_string
1595 g_key_file_set_locale_string
1596 g_key_file_set_boolean
1597 g_key_file_set_integer
1598 g_key_file_set_double
1599 g_key_file_set_string_list
1600 g_key_file_set_locale_string_list
1601 g_key_file_set_boolean_list
1602 g_key_file_set_integer_list
1603 g_key_file_set_double_list
1604 g_key_file_set_comment
1605 g_key_file_remove_group
1606 g_key_file_remove_key
1607 g_key_file_remove_comment
1608
1609 <SUBSECTION>
1610 G_KEY_FILE_DESKTOP_GROUP
1611 G_KEY_FILE_DESKTOP_KEY_TYPE
1612 G_KEY_FILE_DESKTOP_KEY_VERSION
1613 G_KEY_FILE_DESKTOP_KEY_NAME
1614 G_KEY_FILE_DESKTOP_KEY_GENERIC_NAME
1615 G_KEY_FILE_DESKTOP_KEY_NO_DISPLAY
1616 G_KEY_FILE_DESKTOP_KEY_COMMENT
1617 G_KEY_FILE_DESKTOP_KEY_ICON
1618 G_KEY_FILE_DESKTOP_KEY_HIDDEN
1619 G_KEY_FILE_DESKTOP_KEY_ONLY_SHOW_IN
1620 G_KEY_FILE_DESKTOP_KEY_NOT_SHOW_IN
1621 G_KEY_FILE_DESKTOP_KEY_TRY_EXEC
1622 G_KEY_FILE_DESKTOP_KEY_EXEC
1623 G_KEY_FILE_DESKTOP_KEY_PATH
1624 G_KEY_FILE_DESKTOP_KEY_TERMINAL
1625 G_KEY_FILE_DESKTOP_KEY_MIME_TYPE
1626 G_KEY_FILE_DESKTOP_KEY_CATEGORIES
1627 G_KEY_FILE_DESKTOP_KEY_STARTUP_NOTIFY
1628 G_KEY_FILE_DESKTOP_KEY_STARTUP_WM_CLASS
1629 G_KEY_FILE_DESKTOP_KEY_URL
1630 G_KEY_FILE_DESKTOP_TYPE_APPLICATION
1631 G_KEY_FILE_DESKTOP_TYPE_LINK
1632 G_KEY_FILE_DESKTOP_TYPE_DIRECTORY
1633
1634 <SUBSECTION Private>
1635 g_key_file_error_quark
1636 </SECTION>
1637
1638 <SECTION>
1639 <TITLE>Bookmark file parser</TITLE>
1640 <FILE>bookmarkfile</FILE>
1641 GBookmarkFile
1642 G_BOOKMARK_FILE_ERROR
1643 GBookmarkFileError
1644 g_bookmark_file_new
1645 g_bookmark_file_free
1646 g_bookmark_file_load_from_file
1647 g_bookmark_file_load_from_data
1648 g_bookmark_file_load_from_data_dirs
1649 g_bookmark_file_to_data
1650 g_bookmark_file_to_file
1651 g_bookmark_file_has_item
1652 g_bookmark_file_has_group
1653 g_bookmark_file_has_application
1654 g_bookmark_file_get_size
1655 g_bookmark_file_get_uris G_GNUC_MALLOC
1656
1657 <SUBSECTION>
1658 g_bookmark_file_get_title
1659 g_bookmark_file_get_description
1660 g_bookmark_file_get_mime_type
1661 g_bookmark_file_get_is_private
1662 g_bookmark_file_get_icon
1663 g_bookmark_file_get_added
1664 g_bookmark_file_get_modified
1665 g_bookmark_file_get_visited
1666 g_bookmark_file_get_groups
1667 g_bookmark_file_get_applications
1668 g_bookmark_file_get_app_info
1669
1670 <SUBSECTION>
1671 g_bookmark_file_set_title
1672 g_bookmark_file_set_description
1673 g_bookmark_file_set_mime_type
1674 g_bookmark_file_set_is_private
1675 g_bookmark_file_set_icon
1676 g_bookmark_file_set_added
1677 g_bookmark_file_set_groups
1678 g_bookmark_file_set_modified
1679 g_bookmark_file_set_visited
1680 g_bookmark_file_set_app_info
1681 g_bookmark_file_add_group
1682 g_bookmark_file_add_application
1683 g_bookmark_file_remove_group
1684 g_bookmark_file_remove_application
1685 g_bookmark_file_remove_item
1686 g_bookmark_file_move_item
1687
1688 <SUBSECTION Private>
1689 g_bookmark_file_error_quark
1690 </SECTION>
1691
1692 <SECTION>
1693 <TITLE>Dynamic Loading of Modules</TITLE>
1694 <FILE>modules</FILE>
1695 <INCLUDE>gmodule.h</INCLUDE>
1696 GModule
1697 g_module_supported
1698 g_module_build_path
1699 g_module_open
1700 GModuleFlags
1701 g_module_symbol
1702 g_module_name
1703 g_module_make_resident
1704 g_module_close
1705 g_module_error
1706 <SUBSECTION>
1707 GModuleCheckInit
1708 GModuleUnload
1709 G_MODULE_SUFFIX
1710 G_MODULE_EXPORT
1711 G_MODULE_IMPORT
1712 </SECTION>
1713
1714 <SECTION>
1715 <TITLE>Automatic String Completion</TITLE>
1716 <FILE>completion</FILE>
1717 GCompletion
1718 g_completion_new
1719 GCompletionFunc
1720 g_completion_add_items
1721 g_completion_remove_items
1722 g_completion_clear_items
1723 g_completion_complete
1724 g_completion_complete_utf8
1725 g_completion_set_compare
1726 GCompletionStrncmpFunc
1727 g_completion_free
1728 </SECTION>
1729
1730 <SECTION>
1731 <TITLE>Windows Compatibility Functions</TITLE>
1732 <FILE>windows</FILE>
1733 MAXPATHLEN
1734
1735 g_win32_error_message
1736 g_win32_getlocale
1737 g_win32_get_package_installation_directory
1738 g_win32_get_package_installation_directory_of_module
1739 g_win32_get_package_installation_subdirectory
1740 g_win32_get_windows_version
1741 g_win32_locale_filename_from_utf8
1742 G_WIN32_DLLMAIN_FOR_DLL_NAME
1743 G_WIN32_HAVE_WIDECHAR_API
1744 G_WIN32_IS_NT_BASED
1745
1746 <SUBSECTION Private>
1747 g_win32_ftruncate
1748
1749 </SECTION>
1750
1751 # Data Structures
1752
1753 <SECTION>
1754 <TITLE>Memory Chunks</TITLE>
1755 <FILE>memory_chunks</FILE>
1756 GMemChunk
1757 G_ALLOC_AND_FREE
1758 G_ALLOC_ONLY
1759
1760 <SUBSECTION>
1761 g_mem_chunk_new
1762 g_mem_chunk_alloc
1763 g_mem_chunk_alloc0
1764 g_mem_chunk_free
1765 g_mem_chunk_destroy
1766
1767 <SUBSECTION>
1768 g_mem_chunk_create
1769 g_chunk_new
1770 g_chunk_new0
1771 g_chunk_free
1772
1773 <SUBSECTION>
1774 g_mem_chunk_reset
1775 g_mem_chunk_clean
1776 g_blow_chunks
1777
1778 <SUBSECTION>
1779 g_mem_chunk_info
1780 g_mem_chunk_print
1781
1782 </SECTION>
1783
1784 <SECTION>
1785 <TITLE>Memory Slices</TITLE>
1786 <FILE>memory_slices</FILE>
1787 g_slice_alloc
1788 g_slice_alloc0
1789 g_slice_copy
1790 g_slice_free1
1791 g_slice_free_chain_with_offset
1792
1793 <SUBSECTION>
1794 g_slice_new
1795 g_slice_new0
1796 g_slice_dup
1797 g_slice_free
1798 g_slice_free_chain
1799
1800 <SUBSECTION Private>
1801 GSliceConfig
1802 g_slice_set_config
1803 g_slice_get_config
1804 g_slice_get_config_state
1805 </SECTION>
1806
1807 <SECTION>
1808 <TITLE>Doubly-Linked Lists</TITLE>
1809 <FILE>linked_lists_double</FILE>
1810 GList
1811
1812 <SUBSECTION>
1813 g_list_append
1814 g_list_prepend
1815 g_list_insert
1816 g_list_insert_before
1817 g_list_insert_sorted
1818 g_list_remove
1819 g_list_remove_link
1820 g_list_delete_link
1821 g_list_remove_all
1822 g_list_free
1823
1824 <SUBSECTION>
1825 g_list_alloc
1826 g_list_free_1
1827 g_list_free1
1828
1829 <SUBSECTION>
1830 g_list_length
1831 g_list_copy
1832 g_list_reverse
1833 g_list_sort
1834 GCompareFunc
1835 g_list_insert_sorted_with_data
1836 g_list_sort_with_data
1837 GCompareDataFunc
1838 g_list_concat
1839 g_list_foreach
1840 GFunc
1841
1842 <SUBSECTION>
1843 g_list_first
1844 g_list_last
1845 g_list_previous
1846 g_list_next
1847 g_list_nth
1848 g_list_nth_data
1849 g_list_nth_prev
1850
1851 <SUBSECTION>
1852 g_list_find
1853 g_list_find_custom
1854 g_list_position
1855 g_list_index
1856
1857 <SUBSECTION>
1858 g_list_push_allocator
1859 g_list_pop_allocator
1860 </SECTION>
1861
1862 <SECTION>
1863 <TITLE>Singly-Linked Lists</TITLE>
1864 <FILE>linked_lists_single</FILE>
1865 GSList
1866
1867 <SUBSECTION>
1868 g_slist_alloc
1869 g_slist_append
1870 g_slist_prepend
1871 g_slist_insert
1872 g_slist_insert_before
1873 g_slist_insert_sorted
1874 g_slist_remove
1875 g_slist_remove_link
1876 g_slist_delete_link
1877 g_slist_remove_all
1878 g_slist_free
1879 g_slist_free_1
1880 g_slist_free1
1881
1882 <SUBSECTION>
1883 g_slist_length
1884 g_slist_copy
1885 g_slist_reverse
1886 g_slist_insert_sorted_with_data
1887 g_slist_sort
1888 g_slist_sort_with_data
1889 g_slist_concat
1890 g_slist_foreach
1891
1892 <SUBSECTION>
1893 g_slist_last
1894 g_slist_next
1895 g_slist_nth
1896 g_slist_nth_data
1897
1898 <SUBSECTION>
1899 g_slist_find
1900 g_slist_find_custom
1901 g_slist_position
1902 g_slist_index
1903
1904 <SUBSECTION>
1905 g_slist_push_allocator
1906 g_slist_pop_allocator
1907 </SECTION>
1908
1909 <SECTION>
1910 <TITLE>Double-ended Queues</TITLE>
1911 <FILE>queue</FILE>
1912
1913 GQueue
1914 g_queue_new
1915 g_queue_free
1916 G_QUEUE_INIT
1917 g_queue_init
1918 g_queue_clear
1919 g_queue_is_empty
1920 g_queue_get_length
1921 g_queue_reverse
1922 g_queue_copy
1923 g_queue_foreach
1924 g_queue_find
1925 g_queue_find_custom
1926 g_queue_sort
1927 g_queue_push_head
1928 g_queue_push_tail
1929 g_queue_push_nth
1930 g_queue_pop_head
1931 g_queue_pop_tail
1932 g_queue_pop_nth
1933 g_queue_peek_head
1934 g_queue_peek_tail
1935 g_queue_peek_nth
1936 g_queue_index
1937 g_queue_remove
1938 g_queue_remove_all
1939 g_queue_insert_before
1940 g_queue_insert_after
1941 g_queue_insert_sorted
1942 g_queue_push_head_link
1943 g_queue_push_tail_link
1944 g_queue_push_nth_link
1945 g_queue_pop_head_link
1946 g_queue_pop_tail_link
1947 g_queue_pop_nth_link
1948 g_queue_peek_head_link
1949 g_queue_peek_tail_link
1950 g_queue_peek_nth_link
1951 g_queue_link_index
1952 g_queue_unlink
1953 g_queue_delete_link
1954 </SECTION>
1955
1956 <SECTION>
1957 <TITLE>Sequences</TITLE>
1958 <FILE>sequence</FILE>
1959
1960 GSequence
1961 GSequenceIter
1962 GSequenceIterCompareFunc
1963
1964 <SUBSECTION>
1965 g_sequence_new
1966 g_sequence_free
1967 g_sequence_get_length
1968 g_sequence_foreach
1969 g_sequence_foreach_range
1970 g_sequence_sort
1971 g_sequence_sort_iter
1972
1973 <SUBSECTION>
1974 g_sequence_get_begin_iter
1975 g_sequence_get_end_iter
1976 g_sequence_get_iter_at_pos
1977 g_sequence_append
1978 g_sequence_prepend
1979 g_sequence_insert_before
1980 g_sequence_move
1981 g_sequence_swap
1982 g_sequence_insert_sorted
1983 g_sequence_insert_sorted_iter
1984 g_sequence_sort_changed
1985 g_sequence_sort_changed_iter
1986 g_sequence_remove
1987 g_sequence_remove_range
1988 g_sequence_move_range
1989 g_sequence_search
1990 g_sequence_search_iter
1991
1992 <SUBSECTION>
1993 g_sequence_get
1994 g_sequence_set
1995
1996 <SUBSECTION>
1997 g_sequence_iter_is_begin
1998 g_sequence_iter_is_end
1999 g_sequence_iter_next
2000 g_sequence_iter_prev
2001 g_sequence_iter_get_position
2002 g_sequence_iter_move
2003 g_sequence_iter_get_sequence
2004
2005 <SUBSECTION>
2006 g_sequence_iter_compare
2007 g_sequence_range_get_midpoint
2008 </SECTION>
2009
2010 <SECTION>
2011 <TITLE>Trash Stacks</TITLE>
2012 <FILE>trash_stack</FILE>
2013 GTrashStack
2014
2015 g_trash_stack_push
2016 g_trash_stack_pop
2017 g_trash_stack_peek
2018 g_trash_stack_height
2019 </SECTION>
2020
2021 <SECTION>
2022 <TITLE>Hash Tables</TITLE>
2023 <FILE>hash_tables</FILE>
2024 GHashTable
2025 g_hash_table_new
2026 g_hash_table_new_full
2027 GHashFunc
2028 GEqualFunc
2029 g_hash_table_insert
2030 g_hash_table_replace
2031 g_hash_table_size
2032 g_hash_table_lookup
2033 g_hash_table_lookup_extended
2034 g_hash_table_foreach
2035 g_hash_table_find
2036 GHFunc
2037 g_hash_table_remove
2038 g_hash_table_steal
2039 g_hash_table_foreach_remove
2040 g_hash_table_foreach_steal
2041 g_hash_table_remove_all
2042 g_hash_table_steal_all
2043 g_hash_table_get_keys
2044 g_hash_table_get_values
2045 GHRFunc
2046 g_hash_table_freeze
2047 g_hash_table_thaw
2048 g_hash_table_destroy
2049 g_hash_table_ref
2050 g_hash_table_unref
2051 GHashTableIter
2052 g_hash_table_iter_init
2053 g_hash_table_iter_next
2054 g_hash_table_iter_get_hash_table
2055 g_hash_table_iter_remove
2056 g_hash_table_iter_steal
2057
2058 <SUBSECTION>
2059 g_direct_equal
2060 g_direct_hash
2061 g_int_equal
2062 g_int_hash
2063 g_int64_equal
2064 g_int64_hash
2065 g_double_equal
2066 g_double_hash
2067 g_str_equal
2068 g_str_hash
2069
2070 </SECTION>
2071
2072 <SECTION>
2073 <TITLE>Strings</TITLE>
2074 <FILE>strings</FILE>
2075 GString
2076 g_string_new
2077 g_string_new_len
2078 g_string_sized_new
2079 g_string_assign
2080 g_string_sprintf
2081 g_string_sprintfa
2082 g_string_vprintf
2083 g_string_append_vprintf
2084 g_string_printf
2085 g_string_append_printf
2086 g_string_append
2087 g_string_append_c
2088 g_string_append_unichar
2089 g_string_append_len
2090 g_string_append_uri_escaped
2091 g_string_prepend
2092 g_string_prepend_c
2093 g_string_prepend_unichar
2094 g_string_prepend_len
2095 g_string_insert
2096 g_string_insert_c
2097 g_string_insert_unichar
2098 g_string_insert_len
2099 g_string_overwrite
2100 g_string_overwrite_len
2101 g_string_erase
2102 g_string_truncate
2103 g_string_set_size
2104 g_string_free
2105
2106 <SUBSECTION>
2107 g_string_up
2108 g_string_down
2109
2110 <SUBSECTION>
2111 g_string_hash
2112 g_string_equal
2113
2114 </SECTION>
2115
2116 <SECTION>
2117 <TITLE>String Chunks</TITLE>
2118 <FILE>string_chunks</FILE>
2119 GStringChunk
2120 g_string_chunk_new
2121 g_string_chunk_insert
2122 g_string_chunk_insert_const
2123 g_string_chunk_insert_len
2124 g_string_chunk_clear
2125 g_string_chunk_free
2126
2127 </SECTION>
2128
2129 <SECTION>
2130 <TITLE>Arrays</TITLE>
2131 <FILE>arrays</FILE>
2132 GArray
2133 g_array_new
2134 g_array_sized_new
2135 g_array_ref
2136 g_array_unref
2137 g_array_get_element_size
2138 g_array_append_val
2139 g_array_append_vals
2140 g_array_prepend_val
2141 g_array_prepend_vals
2142 g_array_insert_val
2143 g_array_insert_vals
2144 g_array_remove_index
2145 g_array_remove_index_fast
2146 g_array_remove_range
2147 g_array_sort
2148 g_array_sort_with_data
2149 g_array_index
2150 g_array_set_size
2151 g_array_free
2152 </SECTION>
2153
2154 <SECTION>
2155 <TITLE>Pointer Arrays</TITLE>
2156 <FILE>arrays_pointer</FILE>
2157 GPtrArray
2158 g_ptr_array_new
2159 g_ptr_array_sized_new
2160 g_ptr_array_new_with_free_func
2161 g_ptr_array_set_free_func
2162 g_ptr_array_ref
2163 g_ptr_array_unref
2164 g_ptr_array_add
2165 g_ptr_array_remove
2166 g_ptr_array_remove_index
2167 g_ptr_array_remove_fast
2168 g_ptr_array_remove_index_fast
2169 g_ptr_array_remove_range
2170 g_ptr_array_sort
2171 g_ptr_array_sort_with_data
2172 g_ptr_array_set_size
2173 g_ptr_array_index
2174 g_ptr_array_free
2175 g_ptr_array_foreach
2176
2177 </SECTION>
2178
2179 <SECTION>
2180 <TITLE>Byte Arrays</TITLE>
2181 <FILE>arrays_byte</FILE>
2182 GByteArray
2183 g_byte_array_new
2184 g_byte_array_sized_new
2185 g_byte_array_ref
2186 g_byte_array_unref
2187 g_byte_array_append
2188 g_byte_array_prepend
2189 g_byte_array_remove_index
2190 g_byte_array_remove_index_fast
2191 g_byte_array_remove_range
2192 g_byte_array_sort
2193 g_byte_array_sort_with_data
2194 g_byte_array_set_size
2195 g_byte_array_free
2196
2197 </SECTION>
2198
2199 <SECTION>
2200 <TITLE>Balanced Binary Trees</TITLE>
2201 <FILE>trees-binary</FILE>
2202 GTree
2203 g_tree_new
2204 g_tree_ref
2205 g_tree_unref
2206 g_tree_new_with_data
2207 g_tree_new_full
2208 g_tree_insert
2209 g_tree_replace
2210 g_tree_nnodes
2211 g_tree_height
2212 g_tree_lookup
2213 g_tree_lookup_extended
2214 g_tree_foreach
2215 g_tree_traverse
2216 GTraverseFunc
2217 GTraverseType
2218 g_tree_search
2219 g_tree_remove
2220 g_tree_steal
2221 g_tree_destroy
2222 </SECTION>
2223
2224 <SECTION>
2225 <TITLE>N-ary Trees</TITLE>
2226 <FILE>trees-nary</FILE>
2227 GNode
2228 g_node_new
2229 g_node_copy
2230 GCopyFunc
2231 g_node_copy_deep
2232
2233 <SUBSECTION>
2234 g_node_insert
2235 g_node_insert_before
2236 g_node_insert_after
2237 g_node_append
2238 g_node_prepend
2239
2240 <SUBSECTION>
2241 g_node_insert_data
2242 g_node_insert_data_before
2243 g_node_append_data
2244 g_node_prepend_data
2245
2246 <SUBSECTION>
2247 g_node_reverse_children
2248 g_node_traverse
2249 GTraverseFlags
2250 GNodeTraverseFunc
2251 g_node_children_foreach
2252 GNodeForeachFunc
2253
2254 <SUBSECTION>
2255 g_node_get_root
2256 g_node_find
2257 g_node_find_child
2258 g_node_child_index
2259 g_node_child_position
2260 g_node_first_child
2261 g_node_last_child
2262 g_node_nth_child
2263 g_node_first_sibling
2264 g_node_next_sibling
2265 g_node_prev_sibling
2266 g_node_last_sibling
2267
2268 <SUBSECTION>
2269 G_NODE_IS_LEAF
2270 G_NODE_IS_ROOT
2271 g_node_depth
2272 g_node_n_nodes
2273 g_node_n_children
2274 g_node_is_ancestor
2275 g_node_max_height
2276
2277 <SUBSECTION>
2278 g_node_unlink
2279 g_node_destroy
2280
2281 <SUBSECTION>
2282 g_node_push_allocator
2283 g_node_pop_allocator
2284 </SECTION>
2285
2286
2287 <SECTION>
2288 <TITLE>Quarks</TITLE>
2289 <FILE>quarks</FILE>
2290 GQuark
2291 g_quark_from_string
2292 g_quark_from_static_string
2293 g_quark_to_string
2294 g_quark_try_string
2295 g_intern_string
2296 g_intern_static_string
2297 </SECTION>
2298
2299 <SECTION>
2300 <TITLE>Keyed Data Lists</TITLE>
2301 <FILE>datalist</FILE>
2302 GData
2303 g_datalist_init
2304
2305 <SUBSECTION>
2306 g_datalist_id_set_data
2307 g_datalist_id_set_data_full
2308 g_datalist_id_get_data
2309 g_datalist_id_remove_data
2310 g_datalist_id_remove_no_notify
2311
2312 <SUBSECTION>
2313 g_datalist_set_data
2314 g_datalist_set_data_full
2315 g_datalist_get_data
2316 g_datalist_remove_data
2317 g_datalist_remove_no_notify
2318
2319 <SUBSECTION>
2320 g_datalist_foreach
2321 g_datalist_clear
2322 g_datalist_set_flags
2323 g_datalist_unset_flags
2324 g_datalist_get_flags
2325 G_DATALIST_FLAGS_MASK
2326 </SECTION>
2327
2328
2329 <SECTION>
2330 <TITLE>Datasets</TITLE>
2331 <FILE>datasets</FILE>
2332 g_dataset_id_set_data
2333 g_dataset_id_set_data_full
2334 GDestroyNotify
2335 g_dataset_id_get_data
2336 g_dataset_id_remove_data
2337 g_dataset_id_remove_no_notify
2338
2339 <SUBSECTION>
2340 g_dataset_set_data
2341 g_dataset_set_data_full
2342 g_dataset_get_data
2343 g_dataset_remove_data
2344 g_dataset_remove_no_notify
2345
2346 <SUBSECTION>
2347 g_dataset_foreach
2348 GDataForeachFunc
2349 g_dataset_destroy
2350
2351 </SECTION>
2352
2353 <SECTION>
2354 <TITLE>Relations and Tuples</TITLE>
2355 <FILE>relations</FILE>
2356 GRelation
2357 g_relation_new
2358 g_relation_index
2359 g_relation_insert
2360 g_relation_exists
2361 g_relation_count
2362 g_relation_select
2363 g_relation_delete
2364 g_relation_destroy
2365
2366 <SUBSECTION>
2367 g_relation_print
2368
2369 <SUBSECTION>
2370 GTuples
2371 g_tuples_destroy
2372 g_tuples_index
2373 </SECTION>
2374
2375 <SECTION>
2376 <TITLE>Caches</TITLE>
2377 <FILE>caches</FILE>
2378 GCache
2379 g_cache_new
2380 g_cache_insert
2381 g_cache_remove
2382 g_cache_destroy
2383
2384 <SUBSECTION>
2385 g_cache_key_foreach
2386 g_cache_value_foreach
2387
2388 <SUBSECTION>
2389 GCacheDestroyFunc
2390 GCacheDupFunc
2391 GCacheNewFunc
2392 </SECTION>
2393
2394 <SECTION>
2395 <TITLE>Memory Allocators</TITLE>
2396 <FILE>allocators</FILE>
2397 GAllocator
2398 g_allocator_new
2399 g_allocator_free
2400
2401 <SUBSECTION Private>
2402 G_ALLOCATOR_LIST
2403 G_ALLOCATOR_NODE
2404 G_ALLOCATOR_SLIST
2405 </SECTION>
2406
2407 <SECTION>
2408 <TITLE>Random Numbers</TITLE>
2409 <FILE>random_numbers</FILE>
2410 GRand
2411 g_rand_new_with_seed
2412 g_rand_new_with_seed_array
2413 g_rand_new
2414 g_rand_copy
2415 g_rand_free
2416 g_rand_set_seed
2417 g_rand_set_seed_array
2418 g_rand_boolean
2419 g_rand_int
2420 g_rand_int_range
2421 g_rand_double
2422 g_rand_double_range
2423 g_random_set_seed
2424 g_random_boolean
2425 g_random_int
2426 g_random_int_range
2427 g_random_double
2428 g_random_double_range
2429 </SECTION>
2430
2431 <SECTION>
2432 <TITLE>Character Set Conversion</TITLE>
2433 <FILE>conversions</FILE>
2434 g_convert
2435 g_convert_with_fallback
2436 GIConv
2437 g_convert_with_iconv
2438 G_CONVERT_ERROR
2439 g_iconv_open
2440 g_iconv
2441 g_iconv_close
2442 g_locale_to_utf8
2443 g_filename_to_utf8
2444 g_filename_from_utf8
2445 g_filename_from_uri
2446 g_filename_to_uri
2447 g_get_filename_charsets
2448 g_filename_display_name
2449 g_filename_display_basename
2450 g_locale_from_utf8
2451 GConvertError
2452
2453 <SUBSECTION>
2454 g_get_charset
2455
2456 <SUBSECTION Private>
2457 g_convert_error_quark
2458 </SECTION>
2459
2460 <SECTION>
2461 <TITLE>Unicode Manipulation</TITLE>
2462 <FILE>unicode</FILE>
2463 gunichar
2464 gunichar2
2465
2466 <SUBSECTION>
2467 g_unichar_validate
2468 g_unichar_isalnum
2469 g_unichar_isalpha
2470 g_unichar_iscntrl
2471 g_unichar_isdefined
2472 g_unichar_isdigit
2473 g_unichar_isgraph
2474 g_unichar_islower
2475 g_unichar_ismark
2476 g_unichar_isprint
2477 g_unichar_ispunct
2478 g_unichar_isspace
2479 g_unichar_istitle
2480 g_unichar_isupper
2481 g_unichar_isxdigit
2482 g_unichar_iswide
2483 g_unichar_iswide_cjk
2484 g_unichar_iszerowidth
2485 g_unichar_toupper
2486 g_unichar_tolower
2487 g_unichar_totitle
2488 g_unichar_digit_value
2489 g_unichar_xdigit_value
2490 GUnicodeType
2491 g_unichar_type
2492 GUnicodeBreakType
2493 g_unichar_break_type
2494 g_unichar_combining_class
2495 g_unicode_canonical_ordering
2496 g_unicode_canonical_decomposition
2497 g_unichar_get_mirror_char
2498 GUnicodeScript
2499 g_unichar_get_script
2500
2501 <SUBSECTION>
2502 g_utf8_next_char
2503 g_utf8_get_char
2504 g_utf8_get_char_validated
2505 g_utf8_offset_to_pointer
2506 g_utf8_pointer_to_offset
2507 g_utf8_prev_char
2508 g_utf8_find_next_char
2509 g_utf8_find_prev_char
2510 g_utf8_strlen
2511 g_utf8_strncpy
2512 g_utf8_strchr
2513 g_utf8_strrchr
2514 g_utf8_strreverse
2515 g_utf8_validate
2516
2517 <SUBSECTION>
2518 g_utf8_strup
2519 g_utf8_strdown
2520 g_utf8_casefold
2521 g_utf8_normalize
2522 GNormalizeMode
2523 g_utf8_collate
2524 g_utf8_collate_key
2525 g_utf8_collate_key_for_filename
2526
2527 <SUBSECTION>
2528 g_utf8_to_utf16
2529 g_utf8_to_ucs4
2530 g_utf8_to_ucs4_fast
2531 g_utf16_to_ucs4
2532 g_utf16_to_utf8
2533 g_ucs4_to_utf16
2534 g_ucs4_to_utf8
2535 g_unichar_to_utf8
2536 </SECTION>
2537
2538 <SECTION>
2539 <TITLE>I18N</TITLE>
2540 <FILE>i18n</FILE>
2541 <INCLUDE>glib.h,glib/gi18n.h</INCLUDE>
2542 Q_
2543 C_
2544 N_
2545 NC_
2546 g_dgettext
2547 g_dngettext
2548 g_dpgettext
2549 g_dpgettext2
2550 g_strip_context
2551 <SUBSECTION>
2552 g_get_language_names
2553 </SECTION>
2554
2555 <SECTION>
2556 <TITLE>Base64 Encoding</TITLE>
2557 <FILE>base64</FILE>
2558 g_base64_encode_step
2559 g_base64_encode_close
2560 g_base64_encode
2561 g_base64_decode_step
2562 g_base64_decode
2563 g_base64_decode_inplace
2564 </SECTION>
2565
2566 <SECTION>
2567 <TITLE>URI Functions</TITLE>
2568 <FILE>gurifuncs</FILE>
2569 G_URI_RESERVED_CHARS_ALLOWED_IN_PATH
2570 G_URI_RESERVED_CHARS_ALLOWED_IN_PATH_ELEMENT
2571 G_URI_RESERVED_CHARS_ALLOWED_IN_USERINFO
2572 G_URI_RESERVED_CHARS_GENERIC_DELIMITERS
2573 G_URI_RESERVED_CHARS_SUBCOMPONENT_DELIMITERS
2574 g_uri_parse_scheme
2575 g_uri_escape_string
2576 g_uri_unescape_string
2577 g_uri_unescape_segment
2578 g_uri_list_extract_uris
2579 </SECTION>
2580
2581 <SECTION>
2582 <TITLE>Data Checksums</TITLE>
2583 <FILE>checksum</FILE>
2584 GChecksumType
2585 g_checksum_type_get_length
2586 GChecksum
2587 g_checksum_new
2588 g_checksum_copy
2589 g_checksum_free
2590 g_checksum_reset
2591 g_checksum_update
2592 g_checksum_get_string
2593 g_checksum_get_digest
2594 <SUBSECTION>
2595 g_compute_checksum_for_data
2596 g_compute_checksum_for_string
2597 </SECTION>
2598
2599 <SECTION>
2600 <TITLE>Testing</TITLE>
2601 <FILE>testing</FILE>
2602 g_test_minimized_result
2603 g_test_maximized_result
2604 g_test_init
2605 g_test_quick
2606 g_test_slow
2607 g_test_thorough
2608 g_test_perf
2609 g_test_verbose
2610 g_test_quiet
2611 g_test_run
2612 g_test_add_func
2613 g_test_add_data_func
2614 g_test_add
2615
2616 g_test_message
2617 g_test_bug_base
2618 g_test_bug
2619
2620 g_test_timer_start
2621 g_test_timer_elapsed
2622 g_test_timer_last
2623
2624 g_test_queue_free
2625 g_test_queue_destroy
2626 g_test_queue_unref
2627
2628 GTestTrapFlags
2629 g_test_trap_fork
2630 g_test_trap_has_passed
2631 g_test_trap_reached_timeout
2632 g_test_trap_assert_passed
2633 g_test_trap_assert_failed
2634 g_test_trap_assert_stdout
2635 g_test_trap_assert_stdout_unmatched
2636 g_test_trap_assert_stderr
2637 g_test_trap_assert_stderr_unmatched
2638
2639 g_test_rand_bit
2640 g_test_rand_int
2641 g_test_rand_int_range
2642 g_test_rand_double
2643 g_test_rand_double_range
2644
2645 g_assert
2646 g_assert_not_reached
2647 g_assert_cmpstr
2648 g_assert_cmpint
2649 g_assert_cmpuint
2650 g_assert_cmphex
2651 g_assert_cmpfloat
2652 g_assert_no_error
2653 g_assert_error
2654
2655 GTestCase
2656 GTestSuite
2657 g_test_create_case
2658 g_test_create_suite
2659 g_test_get_root
2660 g_test_suite_add
2661 g_test_suite_add_suite
2662 g_test_run_suite
2663
2664 <SUBSECTION Private>
2665 g_test_trap_assertions
2666 g_assertion_message
2667 g_assertion_message_expr
2668 g_assertion_message_cmpstr
2669 g_assertion_message_cmpnum
2670 g_assertion_message_error
2671
2672 g_test_add_vtable
2673 GTestConfig
2674 g_test_config_vars
2675 GTestLogType
2676 GTestLogMsg
2677 GTestLogBuffer
2678
2679 g_test_log_type_name
2680 g_test_log_buffer_new
2681 g_test_log_buffer_free
2682 g_test_log_buffer_push
2683 g_test_log_buffer_pop
2684 g_test_log_msg_free
2685 </SECTION>
2686
2687
2688 <SECTION>
2689 <FILE>ghostutils</FILE>
2690 <TITLE>Hostname Utilities</TITLE>
2691 g_hostname_to_ascii
2692 g_hostname_to_unicode
2693 <SUBSECTION>
2694 g_hostname_is_non_ascii
2695 g_hostname_is_ascii_encoded
2696 <SUBSECTION>
2697 g_hostname_is_ip_address
2698 </SECTION>