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