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