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