New function, a cross between g_strsplit() and strtok(). (#88329, Soeren
[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
34 <SUBSECTION>
35 gfloat
36 gdouble
37
38 <SUBSECTION>
39 gsize
40 gssize
41
42 <SUBSECTION Private>
43 gldouble
44 GLIB_SIZEOF_VOID_P
45 GLIB_SIZEOF_LONG
46 GLIB_SIZEOF_SIZE_T
47 </SECTION>
48
49 <SECTION>
50 <TITLE>Limits of Basic Types</TITLE>
51 <FILE>limits</FILE>
52 G_MININT
53 G_MAXINT
54 G_MAXUINT
55
56 <SUBSECTION>
57 G_MINSHORT
58 G_MAXSHORT
59 G_MAXUSHORT
60
61 <SUBSECTION>
62 G_MINLONG
63 G_MAXLONG
64 G_MAXULONG
65
66 <SUBSECTION>
67 G_MININT8
68 G_MAXINT8
69 G_MAXUINT8
70
71 <SUBSECTION>
72 G_MININT16
73 G_MAXINT16
74 G_MAXUINT16
75
76 <SUBSECTION>
77 G_MININT32
78 G_MAXINT32
79 G_MAXUINT32
80
81 <SUBSECTION>
82 G_MININT64
83 G_MAXINT64
84 G_MAXUINT64
85
86 <SUBSECTION>
87 G_MINFLOAT
88 G_MAXFLOAT
89
90 <SUBSECTION>
91 G_MINDOUBLE
92 G_MAXDOUBLE
93 </SECTION>
94
95 <SECTION>
96 <TITLE>Standard Macros</TITLE>
97 <FILE>macros</FILE>
98 GLIB_MAJOR_VERSION
99 GLIB_MINOR_VERSION
100 GLIB_MICRO_VERSION
101
102 <SUBSECTION>
103 G_OS_WIN32
104 G_OS_BEOS
105 G_OS_UNIX
106
107 <SUBSECTION>
108 GLIB_CHECK_VERSION
109
110 <SUBSECTION>
111 G_DIR_SEPARATOR
112 G_DIR_SEPARATOR_S
113 G_SEARCHPATH_SEPARATOR
114 G_SEARCHPATH_SEPARATOR_S
115
116 <SUBSECTION>
117 TRUE
118 FALSE
119
120 <SUBSECTION>
121 NULL
122
123 <SUBSECTION>
124 MIN
125 MAX
126
127 <SUBSECTION>
128 ABS
129 CLAMP
130
131 <SUBSECTION>
132 G_STRUCT_MEMBER
133 G_STRUCT_MEMBER_P
134 G_STRUCT_OFFSET
135
136 <SUBSECTION>
137 G_MEM_ALIGN
138
139 <SUBSECTION>
140 G_CONST_RETURN
141
142 <SUBSECTION Private>
143 glib_major_version
144 glib_micro_version
145 glib_minor_version
146 glib_interface_age
147 glib_binary_age
148 </SECTION>
149
150 <SECTION>
151 <TITLE>Type Conversion Macros</TITLE>
152 <FILE>type_conversion</FILE>
153 GINT_TO_POINTER
154 GPOINTER_TO_INT
155
156 <SUBSECTION>
157 GUINT_TO_POINTER
158 GPOINTER_TO_UINT
159 GSIZE_TO_POINTER
160 GPOINTER_TO_SIZE
161 </SECTION>
162
163 <SECTION>
164 <TITLE>Byte Order Macros</TITLE>
165 <FILE>byte_order</FILE>
166 G_BYTE_ORDER
167 G_LITTLE_ENDIAN
168 G_BIG_ENDIAN
169 G_PDP_ENDIAN
170
171 <SUBSECTION>
172 g_htonl
173 g_htons
174 g_ntohl
175 g_ntohs
176
177 <SUBSECTION>
178 GINT_FROM_BE
179 GINT_FROM_LE
180 GINT_TO_BE
181 GINT_TO_LE
182
183 <SUBSECTION>
184 GUINT_FROM_BE
185 GUINT_FROM_LE
186 GUINT_TO_BE
187 GUINT_TO_LE
188
189 <SUBSECTION>
190 GLONG_FROM_BE
191 GLONG_FROM_LE
192 GLONG_TO_BE
193 GLONG_TO_LE
194
195 <SUBSECTION>
196 GULONG_FROM_BE
197 GULONG_FROM_LE
198 GULONG_TO_BE
199 GULONG_TO_LE
200
201 <SUBSECTION>
202 GINT16_FROM_BE
203 GINT16_FROM_LE
204 GINT16_TO_BE
205 GINT16_TO_LE
206
207 <SUBSECTION>
208 GUINT16_FROM_BE
209 GUINT16_FROM_LE
210 GUINT16_TO_BE
211 GUINT16_TO_LE
212
213 <SUBSECTION>
214 GINT32_FROM_BE
215 GINT32_FROM_LE
216 GINT32_TO_BE
217 GINT32_TO_LE
218
219 <SUBSECTION>
220 GUINT32_FROM_BE
221 GUINT32_FROM_LE
222 GUINT32_TO_BE
223 GUINT32_TO_LE
224
225 <SUBSECTION>
226 GINT64_FROM_BE
227 GINT64_FROM_LE
228 GINT64_TO_BE
229 GINT64_TO_LE
230
231 <SUBSECTION>
232 GUINT64_FROM_BE
233 GUINT64_FROM_LE
234 GUINT64_TO_BE
235 GUINT64_TO_LE
236
237 <SUBSECTION>
238 GUINT16_SWAP_BE_PDP
239 GUINT16_SWAP_LE_BE
240 GUINT16_SWAP_LE_PDP
241
242 <SUBSECTION>
243 GUINT32_SWAP_BE_PDP
244 GUINT32_SWAP_LE_BE
245 GUINT32_SWAP_LE_PDP
246
247 <SUBSECTION>
248 GUINT64_SWAP_LE_BE
249
250 <SUBSECTION Private>
251 GUINT16_SWAP_LE_BE_CONSTANT
252 GUINT32_SWAP_LE_BE_CONSTANT
253 GUINT64_SWAP_LE_BE_CONSTANT
254 GUINT16_SWAP_LE_BE_IA32
255 GUINT32_SWAP_LE_BE_IA32
256 GUINT64_SWAP_LE_BE_IA32
257 GUINT16_SWAP_LE_BE_IA64
258 GUINT32_SWAP_LE_BE_IA64
259 GUINT64_SWAP_LE_BE_IA64
260 GUINT32_SWAP_LE_BE_X86_64
261 GUINT64_SWAP_LE_BE_X86_64
262
263 </SECTION>
264
265 <SECTION>
266 <TITLE>Numerical Definitions</TITLE>
267 <FILE>numerical</FILE>
268 G_IEEE754_FLOAT_BIAS
269 G_IEEE754_DOUBLE_BIAS
270 GFloatIEEE754
271 GDoubleIEEE754
272
273 <SUBSECTION>
274 <SUBSECTION>
275 G_E
276 G_LN2
277 G_LN10
278 G_PI
279 G_PI_2
280 G_PI_4
281 G_SQRT2
282 G_LOG_2_BASE_10
283 </SECTION>
284
285 <SECTION>
286 <TITLE>Miscellaneous Macros</TITLE>
287 <FILE>macros_misc</FILE>
288 G_INLINE_FUNC
289
290 <SUBSECTION>
291 G_STMT_START
292 G_STMT_END
293
294 <SUBSECTION>
295 G_BEGIN_DECLS
296 G_END_DECLS
297
298 <SUBSECTION>
299 G_N_ELEMENTS
300
301 <SUBSECTION>
302 G_VA_COPY
303
304 <SUBSECTION>
305 G_STRINGIFY
306
307 <SUBSECTION>
308 G_GNUC_EXTENSION
309 G_GNUC_CONST
310 G_GNUC_DEPRECATED
311 G_GNUC_NORETURN
312 G_GNUC_UNUSED
313 G_GNUC_PURE
314 G_GNUC_PRINTF
315 G_GNUC_SCANF
316 G_GNUC_FORMAT
317 G_GNUC_FUNCTION
318 G_GNUC_PRETTY_FUNCTION
319 G_GNUC_NO_INSTRUMENT
320
321 <SUBSECTION>
322 G_LIKELY
323 G_UNLIKELY
324
325 <SUBSECTION>
326 G_STRLOC
327
328 <SUBSECTION>
329 G_GINT16_MODIFIER
330 G_GINT16_FORMAT
331 G_GUINT16_FORMAT
332 G_GINT32_MODIFIER
333 G_GINT32_FORMAT
334 G_GUINT32_FORMAT
335 G_GINT64_MODIFIER
336 G_GINT64_FORMAT
337 G_GUINT64_FORMAT
338
339 <SUBSECTION Private>
340 GLIB_VAR
341 G_STRINGIFY_ARG
342 G_HAVE_INLINE
343 G_CAN_INLINE
344 inline
345 G_HAVE___INLINE
346 G_HAVE___INLINE__
347 G_HAVE_GNUC_VARARGS
348 G_HAVE_ISO_VARARGS
349 G_HAVE_GROWING_STACK
350 </SECTION>
351
352 <SECTION>
353 <TITLE>Error Reporting</TITLE>
354 <FILE>error_reporting</FILE>
355 GError
356 g_error_new
357 g_error_new_literal
358 g_error_free
359 g_error_copy
360 g_error_matches
361 g_set_error
362 g_propagate_error
363 g_clear_error
364 </SECTION>
365
366 <SECTION>
367 <TITLE>The Main Event Loop</TITLE>
368 <FILE>main</FILE>
369 GMainLoop
370 g_main_loop_new
371 g_main_loop_ref
372 g_main_loop_unref
373 g_main_loop_run
374 g_main_loop_quit
375 g_main_loop_is_running
376 g_main_loop_get_context
377 g_main_new
378 g_main_destroy
379 g_main_run
380 g_main_quit
381 g_main_is_running
382
383 <SUBSECTION>
384 G_PRIORITY_HIGH
385 G_PRIORITY_DEFAULT
386 G_PRIORITY_HIGH_IDLE
387 G_PRIORITY_DEFAULT_IDLE
388 G_PRIORITY_LOW
389
390 <SUBSECTION>
391 GMainContext
392 g_main_context_new
393 g_main_context_ref
394 g_main_context_unref
395 g_main_context_default
396 g_main_context_iteration
397 g_main_iteration
398 g_main_context_pending
399 g_main_pending
400 g_main_context_find_source_by_id
401 g_main_context_find_source_by_user_data
402 g_main_context_find_source_by_funcs_user_data
403 g_main_context_wakeup
404 g_main_context_acquire
405 g_main_context_release
406 g_main_context_wait
407 g_main_context_prepare
408 g_main_context_query
409 g_main_context_check
410 g_main_context_dispatch
411 g_main_context_set_poll_func
412 g_main_context_get_poll_func
413 GPollFunc
414 g_main_context_add_poll
415 g_main_context_remove_poll
416 g_main_set_poll_func
417
418 <SUBSECTION>
419 g_timeout_source_new
420 g_timeout_add
421 g_timeout_add_full
422
423 <SUBSECTION>
424 g_idle_source_new
425 g_idle_add
426 g_idle_add_full
427 g_idle_remove_by_data
428
429 <SUBSECTION>
430 GPollFD
431
432 <SUBSECTION>
433 GSource
434 GSourceDummyMarshal
435 GSourceFuncs
436 GSourceCallbackFuncs
437 g_source_new
438 g_source_ref
439 g_source_unref
440 g_source_attach
441 g_source_destroy
442 g_source_set_priority
443 g_source_get_priority
444 g_source_set_can_recurse
445 g_source_get_can_recurse
446 g_source_get_id
447 g_source_get_context
448 g_source_set_callback
449 GSourceFunc
450 g_source_set_callback_indirect
451 g_source_add_poll
452 g_source_remove_poll
453 g_source_get_current_time
454 g_source_remove
455 g_source_remove_by_funcs_user_data
456 g_source_remove_by_user_data
457
458 <SUBSECTION Private>
459 GLIB_HAVE_SYS_POLL_H
460 GLIB_HAVE_ALLOCA_H
461 alloca
462 GLIB_SYSDEF_POLLERR
463 GLIB_SYSDEF_POLLHUP
464 GLIB_SYSDEF_POLLIN
465 GLIB_SYSDEF_POLLNVAL
466 GLIB_SYSDEF_POLLOUT
467 GLIB_SYSDEF_POLLPRI
468 G_WIN32_MSG_HANDLE
469 g_idle_funcs
470 g_timeout_funcs
471 </SECTION>
472
473 <SECTION>
474 <TITLE>Threads</TITLE>
475 <FILE>threads</FILE>
476 <SUBSECTION>
477 G_THREADS_ENABLED
478 G_THREADS_IMPL_POSIX
479 G_THREADS_IMPL_SOLARIS
480 G_THREADS_IMPL_NONE
481
482 <SUBSECTION>
483 G_THREAD_ERROR
484 GThreadError
485
486 <SUBSECTION>
487 GThreadFunctions
488 g_thread_init
489 g_thread_supported
490
491 <SUBSECTION>
492 GThreadFunc
493 GThreadPriority
494 GThread
495 g_thread_create
496 g_thread_create_full
497 g_thread_self
498 g_thread_join
499 g_thread_set_priority
500 g_thread_yield
501 g_thread_exit
502
503 <SUBSECTION>
504 GMutex
505 g_mutex_new
506 g_mutex_lock
507 g_mutex_trylock
508 g_mutex_unlock
509 g_mutex_free
510
511 <SUBSECTION>
512 GStaticMutex
513 G_STATIC_MUTEX_INIT
514 g_static_mutex_init
515 g_static_mutex_lock
516 g_static_mutex_trylock
517 g_static_mutex_unlock
518 g_static_mutex_get_mutex
519 g_static_mutex_free
520
521 <SUBSECTION>
522 G_LOCK_DEFINE
523 G_LOCK_DEFINE_STATIC
524 G_LOCK_EXTERN
525 G_LOCK
526 G_TRYLOCK
527 G_UNLOCK
528
529 <SUBSECTION>
530 GStaticRecMutex
531 G_STATIC_REC_MUTEX_INIT
532 g_static_rec_mutex_init
533 g_static_rec_mutex_lock
534 g_static_rec_mutex_trylock
535 g_static_rec_mutex_unlock
536 g_static_rec_mutex_lock_full
537 g_static_rec_mutex_unlock_full
538 g_static_rec_mutex_free
539
540 <SUBSECTION>
541 GStaticRWLock
542 G_STATIC_RW_LOCK_INIT
543 g_static_rw_lock_init
544 g_static_rw_lock_reader_lock
545 g_static_rw_lock_reader_trylock
546 g_static_rw_lock_reader_unlock
547 g_static_rw_lock_writer_lock
548 g_static_rw_lock_writer_trylock
549 g_static_rw_lock_writer_unlock
550 g_static_rw_lock_free
551
552 <SUBSECTION>
553 GCond
554 g_cond_new
555 g_cond_signal
556 g_cond_broadcast
557 g_cond_wait
558 g_cond_timed_wait
559 g_cond_free
560
561 <SUBSECTION>
562 GPrivate
563 g_private_new
564 g_private_get
565 g_private_set
566
567 <SUBSECTION>
568 GStaticPrivate
569 G_STATIC_PRIVATE_INIT
570 g_static_private_init
571 g_static_private_get
572 g_static_private_set
573 g_static_private_free
574
575 <SUBSECTION>
576 GOnce
577 GOnceStatus
578 G_ONCE_INIT
579 g_once
580
581 <SUBSECTION Private>
582 G_THREAD_ECF
583 G_THREAD_CF
584 G_THREAD_UF
585 g_static_mutex_get_mutex_impl
586 g_static_mutex_get_mutex_impl_shortcut
587 G_MUTEX_DEBUG_MAGIC
588 g_thread_init_with_errorcheck_mutexes
589 G_LOCK_NAME
590 glib_dummy_decl
591 GSystemThread
592 g_thread_use_default_impl
593 g_threads_got_initialized
594 g_thread_functions_for_glib_use
595 g_thread_init_glib
596 g_thread_error_quark
597 g_once_impl
598 </SECTION>
599
600 <SECTION>
601 <TITLE>Thread Pools</TITLE>
602 <FILE>thread_pools</FILE>
603 GThreadPool
604 g_thread_pool_new
605 g_thread_pool_push
606 g_thread_pool_set_max_threads
607 g_thread_pool_get_max_threads
608 g_thread_pool_get_num_threads
609 g_thread_pool_unprocessed
610 g_thread_pool_free
611 g_thread_pool_set_max_unused_threads
612 g_thread_pool_get_max_unused_threads
613 g_thread_pool_get_num_unused_threads
614 g_thread_pool_stop_unused_threads
615 </SECTION>
616
617 <SECTION>
618 <TITLE>Asynchronous Queues</TITLE>
619 <FILE>async_queues</FILE>
620 GAsyncQueue
621 g_async_queue_new
622 g_async_queue_ref
623 g_async_queue_unref
624 g_async_queue_push
625 g_async_queue_pop
626 g_async_queue_try_pop
627 g_async_queue_timed_pop
628 g_async_queue_length
629
630 <SUBSECTION>
631 g_async_queue_lock
632 g_async_queue_unlock
633 g_async_queue_ref_unlocked
634 g_async_queue_unref_and_unlock
635 g_async_queue_push_unlocked
636 g_async_queue_pop_unlocked
637 g_async_queue_try_pop_unlocked
638 g_async_queue_timed_pop_unlocked
639 g_async_queue_length_unlocked
640 </SECTION>
641
642 <SECTION>
643 <TITLE>IO Channels</TITLE>
644 <FILE>iochannels</FILE>
645 GIOChannel
646
647 <SUBSECTION>
648 g_io_channel_unix_new
649 g_io_channel_unix_get_fd
650
651 <SUBSECTION>
652 g_io_channel_init
653
654 <SUBSECTION>
655 g_io_channel_new_file
656 g_io_channel_read_chars
657 g_io_channel_read_unichar
658 g_io_channel_read_line
659 g_io_channel_read_line_string
660 g_io_channel_read_to_end
661 g_io_channel_write_chars
662 g_io_channel_write_unichar
663 g_io_channel_flush
664 g_io_channel_seek_position
665 GSeekType
666 g_io_channel_shutdown
667
668 <SUBSECTION>
669 GIOStatus
670 GIOChannelError
671 G_IO_CHANNEL_ERROR
672 g_io_channel_error_from_errno
673
674 <SUBSECTION>
675 g_io_channel_ref
676 g_io_channel_unref
677
678 <SUBSECTION>
679 g_io_create_watch
680 g_io_add_watch
681 g_io_add_watch_full
682 GIOCondition
683 GIOFunc
684
685 <SUBSECTION>
686 GIOFuncs
687
688 <SUBSECTION>
689 g_io_channel_get_buffer_size
690 g_io_channel_set_buffer_size
691 g_io_channel_get_buffer_condition
692 g_io_channel_get_flags
693 g_io_channel_set_flags
694 GIOFlags
695 g_io_channel_get_line_term
696 g_io_channel_set_line_term
697 g_io_channel_get_buffered
698 g_io_channel_set_buffered
699 g_io_channel_get_encoding
700 g_io_channel_set_encoding
701 g_io_channel_get_close_on_unref
702 g_io_channel_set_close_on_unref
703
704 <SUBSECTION Private>
705 g_io_channel_win32_new_fd
706 g_io_channel_win32_new_messages
707 g_io_channel_win32_new_socket
708 g_io_channel_win32_poll
709 g_io_channel_win32_make_pollfd
710 g_io_channel_win32_get_fd
711  
712 <SUBSECTION>
713 g_io_channel_read
714 GIOError
715 g_io_channel_write
716 g_io_channel_seek
717 g_io_channel_close
718
719 <SUBSECTION Private>
720 g_io_channel_error_quark
721 g_io_watch_funcs
722 </SECTION>
723
724 <SECTION>
725 <TITLE>Memory Allocation</TITLE>
726 <FILE>memory</FILE>
727 g_new
728 g_new0
729 g_renew
730
731 <SUBSECTION>
732 g_malloc
733 g_malloc0
734 g_realloc
735 g_try_malloc
736 g_try_realloc
737
738 <SUBSECTION>
739 g_free
740
741 <SUBSECTION>
742 g_alloca
743 g_newa
744
745 <SUBSECTION>
746 g_memmove
747 g_memdup
748
749 <SUBSECTION>
750 GMemVTable
751 g_mem_set_vtable
752 g_mem_is_system_malloc
753
754 <SUBSECTION>
755 glib_mem_profiler_table
756 g_mem_profile
757 </SECTION>
758
759 <SECTION>
760 <TITLE>Warnings and Assertions</TITLE>
761 <FILE>warnings</FILE>
762 g_print
763 g_set_print_handler
764 GPrintFunc
765
766 <SUBSECTION>
767 g_printerr
768 g_set_printerr_handler
769
770 <SUBSECTION>
771 g_return_if_fail
772 g_return_val_if_fail
773 g_return_if_reached
774 g_return_val_if_reached
775
776 <SUBSECTION>
777 g_assert
778 g_assert_not_reached
779
780 <SUBSECTION>
781 g_on_error_query
782 g_on_error_stack_trace
783
784 <SUBSECTION>
785 G_BREAKPOINT
786 </SECTION>
787
788 <SECTION>
789 <TITLE>Glob-style pattern matching</TITLE>
790 <FILE>patterns</FILE>
791 GPatternSpec
792 g_pattern_spec_new
793 g_pattern_spec_free
794 g_pattern_spec_equal
795 g_pattern_match
796 g_pattern_match_string
797 g_pattern_match_simple
798 </SECTION>
799
800 <SECTION>
801 <TITLE>Message Logging</TITLE>
802 <FILE>messages</FILE>
803 G_LOG_DOMAIN
804 G_LOG_FATAL_MASK
805 G_LOG_LEVEL_USER_SHIFT
806 GLogFunc
807 GLogLevelFlags
808
809 <SUBSECTION>
810 g_log
811 g_logv
812 g_message
813 g_warning
814 g_critical
815 g_error
816
817 <SUBSECTION>
818 g_log_set_handler
819 g_log_remove_handler
820 g_log_set_always_fatal
821 g_log_set_fatal_mask
822 g_log_default_handler
823 </SECTION>
824
825 <SECTION>
826 <TITLE>Timers</TITLE>
827 <FILE>timers</FILE>
828 GTimer
829 g_timer_new
830 g_timer_start
831 g_timer_stop
832 g_timer_continue
833 g_timer_elapsed
834 g_timer_reset
835 g_timer_destroy
836 </SECTION>
837
838 <SECTION>
839 <TITLE>Spawning Processes</TITLE>
840 <FILE>spawn</FILE>
841 GSpawnError
842 G_SPAWN_ERROR
843 GSpawnFlags
844 GSpawnChildSetupFunc
845 g_spawn_async_with_pipes
846 g_spawn_async
847 g_spawn_sync
848 g_spawn_command_line_async
849 g_spawn_command_line_sync
850 <SUBSECTION Private>
851 g_spawn_error_quark
852 </SECTION>
853
854 <SECTION>
855 <TITLE>Simple XML Subset Parser</TITLE>
856 <FILE>markup</FILE>
857 GMarkupError
858 G_MARKUP_ERROR
859 GMarkupParseFlags
860 GMarkupParseContext
861 GMarkupParser
862 g_markup_escape_text
863 g_markup_printf_escaped
864 g_markup_vprintf_escaped
865 g_markup_parse_context_end_parse
866 g_markup_parse_context_free
867 g_markup_parse_context_get_position
868 g_markup_parse_context_get_element
869 g_markup_parse_context_new
870 g_markup_parse_context_parse
871 <SUBSECTION Private>
872 g_markup_error_quark
873 </SECTION>
874
875
876 <SECTION>
877 <TITLE>Shell-related Utilities</TITLE>
878 <FILE>shell</FILE>
879 GShellError
880 G_SHELL_ERROR
881 g_shell_parse_argv
882 g_shell_quote
883 g_shell_unquote
884 <SUBSECTION Private>
885 g_shell_error_quark
886 </SECTION>
887
888
889 <SECTION>
890 <TITLE>File Utilities</TITLE>
891 <FILE>fileutils</FILE>
892 GFileError
893 G_FILE_ERROR
894 GFileTest
895 g_file_error_from_errno
896 g_file_get_contents
897 g_file_test
898 g_mkstemp
899 g_file_open_tmp
900 g_file_read_link
901
902 <SUBSECTION>
903 GDir
904 g_dir_open
905 g_dir_read_name
906 g_dir_rewind
907 g_dir_close
908
909 <SUBSECTION Private>
910 g_file_error_quark
911 </SECTION>
912
913
914 <SECTION>
915 <TITLE>String Utility Functions</TITLE>
916 <FILE>string_utils</FILE>
917 <INCLUDE>glib.h,glib/gprintf.h</INCLUDE>
918 g_strdup
919 g_strndup
920 g_strdupv
921 g_strnfill
922 g_stpcpy
923 g_strstr_len
924 g_strrstr
925 g_strrstr_len
926 g_str_has_prefix
927 g_str_has_suffix
928
929 <SUBSECTION>
930 g_strlcpy
931 g_strlcat
932
933 <SUBSECTION>
934 g_strdup_printf
935 g_strdup_vprintf
936 g_printf
937 g_vprintf
938 g_fprintf
939 g_vfprintf
940 g_sprintf
941 g_vsprintf
942 g_snprintf
943 g_vsnprintf
944 g_vasprintf
945 g_printf_string_upper_bound
946
947 <SUBSECTION>
948 g_ascii_isalnum
949 g_ascii_isalpha
950 g_ascii_iscntrl
951 g_ascii_isdigit
952 g_ascii_isgraph
953 g_ascii_islower
954 g_ascii_isprint
955 g_ascii_ispunct
956 g_ascii_isspace
957 g_ascii_isupper
958 g_ascii_isxdigit
959
960 <SUBSECTION>
961 g_ascii_digit_value
962 g_ascii_xdigit_value
963
964 <SUBSECTION>
965 g_ascii_strcasecmp
966 g_ascii_strncasecmp
967
968 <SUBSECTION>
969 g_ascii_strup
970 g_ascii_strdown
971
972 <SUBSECTION>
973 g_ascii_tolower
974 g_ascii_toupper
975
976 <SUBSECTION>
977 g_string_ascii_up
978 g_string_ascii_down
979
980 <SUBSECTION>
981 g_strup
982 g_strdown
983
984 <SUBSECTION>
985 g_strcasecmp
986 g_strncasecmp
987
988 <SUBSECTION>
989 g_strreverse
990
991 <SUBSECTION>
992 g_ascii_strtoull
993 G_ASCII_DTOSTR_BUF_SIZE
994 g_ascii_strtod
995 g_ascii_dtostr
996 g_ascii_formatd
997 g_strtod
998
999 <SUBSECTION>
1000 g_strchug
1001 g_strchomp
1002 g_strstrip
1003
1004 <SUBSECTION>
1005 g_strdelimit
1006 G_STR_DELIMITERS
1007 g_strescape
1008 g_strcompress
1009 g_strcanon
1010 g_strsplit
1011 g_strsplit_set
1012 g_strfreev
1013 g_strconcat
1014 g_strjoin
1015 g_strjoinv
1016
1017 <SUBSECTION>
1018 g_strerror
1019 g_strsignal
1020
1021 <SUBSECTION Private>
1022 GAsciiType
1023 </SECTION>
1024
1025 <SECTION>
1026 <TITLE>Date and Time Functions</TITLE>
1027 <FILE>date</FILE>
1028 G_USEC_PER_SEC
1029 GTimeVal
1030 g_get_current_time
1031 g_usleep
1032 g_time_val_add
1033
1034 <SUBSECTION>
1035 GDate
1036 GTime
1037 GDateDMY
1038 GDateDay
1039 GDateMonth
1040 GDateYear
1041 GDateWeekday
1042
1043 <SUBSECTION>
1044 G_DATE_BAD_DAY
1045 G_DATE_BAD_JULIAN
1046 G_DATE_BAD_YEAR
1047
1048 <SUBSECTION>
1049 g_date_new
1050 g_date_new_dmy
1051 g_date_new_julian
1052 g_date_clear
1053 g_date_free
1054
1055 <SUBSECTION>
1056 g_date_set_day
1057 g_date_set_month
1058 g_date_set_year
1059 g_date_set_dmy
1060 g_date_set_julian
1061 g_date_set_time
1062 g_date_set_parse
1063
1064 <SUBSECTION>
1065 g_date_add_days
1066 g_date_subtract_days
1067 g_date_add_months
1068 g_date_subtract_months
1069 g_date_add_years
1070 g_date_subtract_years
1071 g_date_days_between
1072 g_date_compare
1073 g_date_clamp
1074 g_date_order
1075
1076 <SUBSECTION>
1077 g_date_get_day
1078 g_date_get_month
1079 g_date_get_year
1080 g_date_get_julian
1081 g_date_get_weekday
1082 g_date_get_day_of_year
1083
1084 <SUBSECTION>
1085 g_date_get_days_in_month
1086 g_date_is_first_of_month
1087 g_date_is_last_of_month
1088 g_date_is_leap_year
1089 g_date_get_monday_week_of_year
1090 g_date_get_monday_weeks_in_year
1091 g_date_get_sunday_week_of_year
1092 g_date_get_sunday_weeks_in_year
1093
1094 <SUBSECTION>
1095 g_date_strftime
1096 g_date_to_struct_tm
1097
1098 <SUBSECTION>
1099 g_date_valid
1100 g_date_valid_day
1101 g_date_valid_month
1102 g_date_valid_year
1103 g_date_valid_dmy
1104 g_date_valid_julian
1105 g_date_valid_weekday
1106
1107 <SUBSECTION Private>
1108 g_date_weekday
1109 g_date_month
1110 g_date_year
1111 g_date_day
1112 g_date_julian
1113 g_date_day_of_year
1114 g_date_monday_week_of_year
1115 g_date_sunday_week_of_year
1116 g_date_days_in_month
1117 g_date_monday_weeks_in_year
1118 g_date_sunday_weeks_in_year
1119 </SECTION>
1120
1121 <SECTION>
1122 <TITLE>Hook Functions</TITLE>
1123 <FILE>hooks</FILE>
1124 GHookList
1125 GHookFinalizeFunc
1126 GHook
1127 GHookFunc
1128 GHookCheckFunc
1129
1130 <SUBSECTION>
1131 g_hook_list_init
1132 g_hook_list_invoke
1133 g_hook_list_invoke_check
1134 g_hook_list_marshal
1135 GHookMarshaller
1136 g_hook_list_marshal_check
1137 GHookCheckMarshaller
1138 g_hook_list_clear
1139
1140 <SUBSECTION>
1141 g_hook_alloc
1142 g_hook_append
1143 g_hook_prepend
1144 g_hook_insert_before
1145 g_hook_insert_sorted
1146 GHookCompareFunc
1147 g_hook_compare_ids
1148
1149 <SUBSECTION>
1150 g_hook_get
1151 g_hook_find
1152 GHookFindFunc
1153 g_hook_find_data
1154 g_hook_find_func
1155 g_hook_find_func_data
1156
1157 <SUBSECTION>
1158 g_hook_first_valid
1159 g_hook_next_valid
1160
1161 GHookFlagMask
1162 G_HOOK_FLAGS
1163 G_HOOK_FLAG_USER_SHIFT
1164
1165 <SUBSECTION>
1166 G_HOOK
1167 G_HOOK_IS_VALID
1168 G_HOOK_ACTIVE
1169 G_HOOK_IN_CALL
1170 G_HOOK_IS_UNLINKED
1171
1172 <SUBSECTION>
1173 g_hook_ref
1174 g_hook_unref
1175
1176 g_hook_free
1177 g_hook_destroy
1178 g_hook_destroy_link
1179 </SECTION>
1180
1181 <SECTION>
1182 <TITLE>Miscellaneous Utility Functions</TITLE>
1183 <FILE>misc_utils</FILE>
1184 g_get_application_name
1185 g_set_application_name
1186 g_get_prgname
1187 g_set_prgname
1188 g_getenv
1189 g_setenv
1190 g_unsetenv
1191 g_get_user_name
1192 g_get_real_name
1193
1194 <SUBSECTION>
1195 g_get_home_dir
1196 g_get_tmp_dir
1197 g_get_current_dir
1198 g_basename
1199 g_dirname
1200 g_path_is_absolute
1201 g_path_skip_root
1202 g_path_get_basename
1203 g_path_get_dirname
1204 g_build_filename
1205 g_build_path
1206
1207 <SUBSECTION>
1208 g_find_program_in_path
1209
1210 <SUBSECTION>
1211 g_bit_nth_lsf
1212 g_bit_nth_msf
1213 g_bit_storage
1214
1215 <SUBSECTION>
1216 g_spaced_primes_closest
1217
1218 <SUBSECTION>
1219 g_atexit
1220
1221 <SUBSECTION>
1222 g_parse_debug_string
1223 GDebugKey
1224
1225 <SUBSECTION>
1226 GVoidFunc
1227 GFreeFunc
1228
1229 <SUBSECTION>
1230 g_qsort_with_data
1231
1232 <SUBSECTION>
1233 g_nullify_pointer
1234
1235 <SUBSECTION Private>
1236 G_NATIVE_ATEXIT
1237 g_ATEXIT
1238 ATEXIT
1239
1240 </SECTION>
1241
1242 <SECTION>
1243 <TITLE>Lexical Scanner</TITLE>
1244 <FILE>scanner</FILE>
1245 GScanner
1246 g_scanner_new
1247 GScannerConfig
1248
1249 <SUBSECTION>
1250 g_scanner_input_file
1251 g_scanner_sync_file_offset
1252 g_scanner_input_text
1253 g_scanner_peek_next_token
1254 g_scanner_get_next_token
1255
1256 <SUBSECTION>
1257 g_scanner_cur_line
1258 g_scanner_cur_position
1259 g_scanner_cur_token
1260 g_scanner_cur_value
1261 g_scanner_eof
1262
1263 <SUBSECTION>
1264 g_scanner_set_scope
1265 g_scanner_scope_add_symbol
1266 g_scanner_scope_foreach_symbol
1267 g_scanner_scope_lookup_symbol
1268 g_scanner_scope_remove_symbol
1269
1270 <SUBSECTION>
1271 g_scanner_freeze_symbol_table
1272 g_scanner_thaw_symbol_table
1273 g_scanner_lookup_symbol
1274
1275 <SUBSECTION>
1276 g_scanner_warn
1277 g_scanner_error
1278 g_scanner_unexp_token
1279 GScannerMsgFunc
1280
1281 <SUBSECTION>
1282 g_scanner_destroy
1283
1284 <SUBSECTION>
1285 GTokenType
1286 GTokenValue
1287 GErrorType
1288 G_CSET_a_2_z
1289 G_CSET_A_2_Z
1290 G_CSET_DIGITS
1291 G_CSET_LATINC
1292 G_CSET_LATINS
1293
1294 <SUBSECTION>
1295 g_scanner_add_symbol
1296 g_scanner_remove_symbol
1297 g_scanner_foreach_symbol
1298 </SECTION>
1299
1300 <SECTION>
1301 <TITLE>Dynamic Loading of Modules</TITLE>
1302 <FILE>modules</FILE>
1303 <INCLUDE>gmodule.h</INCLUDE>
1304 GModule
1305 g_module_supported
1306 g_module_build_path
1307 g_module_open
1308 GModuleFlags
1309 g_module_symbol
1310 g_module_name
1311 g_module_make_resident
1312 g_module_close
1313 g_module_error
1314 <SUBSECTION>
1315 GModuleCheckInit
1316 GModuleUnload
1317 G_MODULE_SUFFIX
1318 G_MODULE_EXPORT
1319 G_MODULE_IMPORT
1320 </SECTION>
1321
1322 <SECTION>
1323 <TITLE>Automatic String Completion</TITLE>
1324 <FILE>completion</FILE>
1325 GCompletion
1326 g_completion_new
1327 GCompletionFunc
1328 g_completion_add_items
1329 g_completion_remove_items
1330 g_completion_clear_items
1331 g_completion_complete
1332 g_completion_set_compare
1333 GCompletionStrncmpFunc
1334 g_completion_free
1335 </SECTION>
1336
1337 <SECTION>
1338 <TITLE>Windows Compatability Functions</TITLE>
1339 <FILE>windows</FILE>
1340 MAXPATHLEN
1341 pid_t
1342 pipe
1343 ftruncate
1344
1345 g_win32_error_message
1346 g_win32_getlocale
1347 g_win32_get_package_installation_directory
1348 g_win32_get_package_installation_subdirectory
1349
1350 G_WIN32_DLLMAIN_FOR_DLL_NAME
1351
1352 <SUBSECTION Private>
1353 g_win32_ftruncate
1354
1355 </SECTION>
1356
1357 # Data Structures
1358
1359 <SECTION>
1360 <TITLE>Memory Chunks</TITLE>
1361 <FILE>memory_chunks</FILE>
1362 GMemChunk
1363 G_ALLOC_AND_FREE
1364 G_ALLOC_ONLY
1365
1366 <SUBSECTION>
1367 g_mem_chunk_new
1368 g_mem_chunk_alloc
1369 g_mem_chunk_alloc0
1370 g_mem_chunk_free
1371 g_mem_chunk_destroy
1372
1373 <SUBSECTION>
1374 g_mem_chunk_create
1375 g_chunk_new
1376 g_chunk_new0
1377 g_chunk_free
1378
1379 <SUBSECTION>
1380 g_mem_chunk_reset
1381 g_mem_chunk_clean
1382 g_blow_chunks
1383
1384 <SUBSECTION>
1385 g_mem_chunk_info
1386 g_mem_chunk_print
1387
1388 </SECTION>
1389
1390 <SECTION>
1391 <TITLE>Doubly-Linked Lists</TITLE>
1392 <FILE>linked_lists_double</FILE>
1393 GList
1394
1395 <SUBSECTION>
1396 g_list_append
1397 g_list_prepend
1398 g_list_insert
1399 g_list_insert_before
1400 g_list_insert_sorted
1401 g_list_remove
1402 g_list_remove_link
1403 g_list_delete_link
1404 g_list_remove_all
1405 g_list_free
1406
1407 <SUBSECTION>
1408 g_list_alloc
1409 g_list_free_1
1410
1411 <SUBSECTION>
1412 g_list_length
1413 g_list_copy
1414 g_list_reverse
1415 g_list_sort
1416 GCompareFunc
1417 g_list_sort_with_data
1418 GCompareDataFunc
1419 g_list_concat
1420 g_list_foreach
1421 GFunc
1422
1423 <SUBSECTION>
1424 g_list_first
1425 g_list_last
1426 g_list_previous
1427 g_list_next
1428 g_list_nth
1429 g_list_nth_data
1430 g_list_nth_prev
1431
1432 <SUBSECTION>
1433 g_list_find
1434 g_list_find_custom
1435 g_list_position
1436 g_list_index
1437
1438 <SUBSECTION>
1439 g_list_push_allocator
1440 g_list_pop_allocator
1441 </SECTION>
1442
1443 <SECTION>
1444 <TITLE>Singly-Linked Lists</TITLE>
1445 <FILE>linked_lists_single</FILE>
1446 GSList
1447
1448 <SUBSECTION>
1449 g_slist_alloc
1450 g_slist_append
1451 g_slist_prepend
1452 g_slist_insert
1453 g_slist_insert_before
1454 g_slist_insert_sorted
1455 g_slist_remove
1456 g_slist_remove_link
1457 g_slist_delete_link
1458 g_slist_remove_all
1459 g_slist_free
1460 g_slist_free_1
1461
1462 <SUBSECTION>
1463 g_slist_length
1464 g_slist_copy
1465 g_slist_reverse
1466 g_slist_sort
1467 g_slist_sort_with_data
1468 g_slist_concat
1469 g_slist_foreach
1470
1471 <SUBSECTION>
1472 g_slist_last
1473 g_slist_next
1474 g_slist_nth
1475 g_slist_nth_data
1476
1477 <SUBSECTION>
1478 g_slist_find
1479 g_slist_find_custom
1480 g_slist_position
1481 g_slist_index
1482
1483 <SUBSECTION>
1484 g_slist_push_allocator
1485 g_slist_pop_allocator
1486 </SECTION>
1487
1488 <SECTION>
1489 <TITLE>Double-ended Queues</TITLE>
1490 <FILE>queue</FILE>
1491
1492 GQueue
1493 g_queue_new
1494 g_queue_free
1495 g_queue_push_head
1496 g_queue_push_tail
1497 g_queue_pop_head
1498 g_queue_pop_tail
1499 g_queue_is_empty
1500 g_queue_peek_head
1501 g_queue_peek_tail
1502 g_queue_push_head_link
1503 g_queue_push_tail_link
1504 g_queue_pop_head_link
1505 g_queue_pop_tail_link
1506 </SECTION>
1507
1508 <SECTION>
1509 <TITLE>Trash Stacks</TITLE>
1510 <FILE>trash_stack</FILE>
1511 GTrashStack
1512
1513 g_trash_stack_push
1514 g_trash_stack_pop
1515 g_trash_stack_peek
1516 g_trash_stack_height
1517 </SECTION>
1518
1519 <SECTION>
1520 <TITLE>Hash Tables</TITLE>
1521 <FILE>hash_tables</FILE>
1522 GHashTable
1523 g_hash_table_new
1524 g_hash_table_new_full
1525 GHashFunc
1526 GEqualFunc
1527 g_hash_table_insert
1528 g_hash_table_replace
1529 g_hash_table_size
1530 g_hash_table_lookup
1531 g_hash_table_lookup_extended
1532 g_hash_table_foreach
1533 GHFunc
1534 g_hash_table_remove
1535 g_hash_table_steal
1536 g_hash_table_foreach_remove
1537 g_hash_table_foreach_steal
1538 GHRFunc
1539 g_hash_table_freeze
1540 g_hash_table_thaw
1541 g_hash_table_destroy
1542
1543 <SUBSECTION>
1544 g_direct_equal
1545 g_direct_hash
1546 g_int_equal
1547 g_int_hash
1548 g_str_equal
1549 g_str_hash
1550
1551 </SECTION>
1552
1553 <SECTION>
1554 <TITLE>Strings</TITLE>
1555 <FILE>strings</FILE>
1556 GString
1557 g_string_new
1558 g_string_new_len
1559 g_string_sized_new
1560 g_string_assign
1561 g_string_sprintf
1562 g_string_sprintfa
1563 g_string_printf
1564 g_string_append_printf
1565 g_string_append
1566 g_string_append_c
1567 g_string_append_unichar
1568 g_string_append_len
1569 g_string_prepend
1570 g_string_prepend_c
1571 g_string_prepend_unichar
1572 g_string_prepend_len
1573 g_string_insert
1574 g_string_insert_c
1575 g_string_insert_unichar
1576 g_string_insert_len
1577 g_string_erase
1578 g_string_truncate
1579 g_string_set_size
1580 g_string_free
1581
1582 <SUBSECTION>
1583 g_string_up
1584 g_string_down
1585
1586 <SUBSECTION>
1587 g_string_hash
1588 g_string_equal
1589
1590 </SECTION>
1591
1592 <SECTION>
1593 <TITLE>String Chunks</TITLE>
1594 <FILE>string_chunks</FILE>
1595 GStringChunk
1596 g_string_chunk_new
1597 g_string_chunk_insert
1598 g_string_chunk_insert_const
1599 g_string_chunk_insert_len
1600 g_string_chunk_free
1601
1602 </SECTION>
1603
1604 <SECTION>
1605 <TITLE>Arrays</TITLE>
1606 <FILE>arrays</FILE>
1607 GArray
1608 g_array_new
1609 g_array_sized_new
1610 g_array_append_val
1611 g_array_append_vals
1612 g_array_prepend_val
1613 g_array_prepend_vals
1614 g_array_insert_val
1615 g_array_insert_vals
1616 g_array_remove_index
1617 g_array_remove_index_fast
1618 g_array_remove_range
1619 g_array_sort
1620 g_array_sort_with_data
1621 g_array_index
1622 g_array_set_size
1623 g_array_free
1624 </SECTION>
1625
1626 <SECTION>
1627 <TITLE>Pointer Arrays</TITLE>
1628 <FILE>arrays_pointer</FILE>
1629 GPtrArray
1630 g_ptr_array_new
1631 g_ptr_array_sized_new
1632 g_ptr_array_add
1633 g_ptr_array_remove
1634 g_ptr_array_remove_index
1635 g_ptr_array_remove_fast
1636 g_ptr_array_remove_index_fast
1637 g_ptr_array_remove_range
1638 g_ptr_array_sort
1639 g_ptr_array_sort_with_data
1640 g_ptr_array_set_size
1641 g_ptr_array_index
1642 g_ptr_array_free
1643 g_ptr_array_foreach
1644
1645 </SECTION>
1646
1647 <SECTION>
1648 <TITLE>Byte Arrays</TITLE>
1649 <FILE>arrays_byte</FILE>
1650 GByteArray
1651 g_byte_array_new
1652 g_byte_array_sized_new
1653 g_byte_array_append
1654 g_byte_array_prepend
1655 g_byte_array_remove_index
1656 g_byte_array_remove_index_fast
1657 g_byte_array_remove_range
1658 g_byte_array_sort
1659 g_byte_array_sort_with_data
1660 g_byte_array_set_size
1661 g_byte_array_free
1662
1663 </SECTION>
1664
1665 <SECTION>
1666 <TITLE>Balanced Binary Trees</TITLE>
1667 <FILE>trees-binary</FILE>
1668 GTree
1669 g_tree_new
1670 g_tree_new_with_data
1671 g_tree_new_full
1672 g_tree_insert
1673 g_tree_replace
1674 g_tree_nnodes
1675 g_tree_height
1676 g_tree_lookup
1677 g_tree_lookup_extended
1678 g_tree_foreach
1679 g_tree_traverse
1680 GTraverseFunc
1681 GTraverseType
1682 g_tree_search
1683 g_tree_remove
1684 g_tree_steal
1685 g_tree_destroy
1686 </SECTION>
1687
1688 <SECTION>
1689 <TITLE>N-ary Trees</TITLE>
1690 <FILE>trees-nary</FILE>
1691 GNode
1692 g_node_new
1693 g_node_copy
1694
1695 <SUBSECTION>
1696 g_node_insert
1697 g_node_insert_before
1698 g_node_insert_after
1699 g_node_append
1700 g_node_prepend
1701
1702 <SUBSECTION>
1703 g_node_insert_data
1704 g_node_insert_data_before
1705 g_node_append_data
1706 g_node_prepend_data
1707
1708 <SUBSECTION>
1709 g_node_reverse_children
1710 g_node_traverse
1711 GTraverseFlags
1712 GNodeTraverseFunc
1713 g_node_children_foreach
1714 GNodeForeachFunc
1715
1716 <SUBSECTION>
1717 g_node_get_root
1718 g_node_find
1719 g_node_find_child
1720 g_node_child_index
1721 g_node_child_position
1722 g_node_first_child
1723 g_node_last_child
1724 g_node_nth_child
1725 g_node_first_sibling
1726 g_node_next_sibling
1727 g_node_prev_sibling
1728 g_node_last_sibling
1729
1730 <SUBSECTION>
1731 G_NODE_IS_LEAF
1732 G_NODE_IS_ROOT
1733 g_node_depth
1734 g_node_n_nodes
1735 g_node_n_children
1736 g_node_is_ancestor
1737 g_node_max_height
1738
1739 <SUBSECTION>
1740 g_node_unlink
1741 g_node_destroy
1742
1743 <SUBSECTION>
1744 g_node_push_allocator
1745 g_node_pop_allocator
1746 </SECTION>
1747
1748
1749 <SECTION>
1750 <TITLE>Quarks</TITLE>
1751 <FILE>quarks</FILE>
1752 GQuark
1753 g_quark_from_string
1754 g_quark_from_static_string
1755 g_quark_to_string
1756 g_quark_try_string
1757
1758 </SECTION>
1759
1760 <SECTION>
1761 <TITLE>Keyed Data Lists</TITLE>
1762 <FILE>datalist</FILE>
1763 GData
1764 g_datalist_init
1765
1766 <SUBSECTION>
1767 g_datalist_id_set_data
1768 g_datalist_id_set_data_full
1769 g_datalist_id_get_data
1770 g_datalist_id_remove_data
1771 g_datalist_id_remove_no_notify
1772
1773 <SUBSECTION>
1774 g_datalist_set_data
1775 g_datalist_set_data_full
1776 g_datalist_get_data
1777 g_datalist_remove_data
1778 g_datalist_remove_no_notify
1779
1780 <SUBSECTION>
1781 g_datalist_foreach
1782 g_datalist_clear
1783 </SECTION>
1784
1785
1786 <SECTION>
1787 <TITLE>Datasets</TITLE>
1788 <FILE>datasets</FILE>
1789 g_dataset_id_set_data
1790 g_dataset_id_set_data_full
1791 GDestroyNotify
1792 g_dataset_id_get_data
1793 g_dataset_id_remove_data
1794 g_dataset_id_remove_no_notify
1795
1796 <SUBSECTION>
1797 g_dataset_set_data
1798 g_dataset_set_data_full
1799 g_dataset_get_data
1800 g_dataset_remove_data
1801 g_dataset_remove_no_notify
1802
1803 <SUBSECTION>
1804 g_dataset_foreach
1805 GDataForeachFunc
1806 g_dataset_destroy
1807
1808 </SECTION>
1809
1810 <SECTION>
1811 <TITLE>Relations and Tuples</TITLE>
1812 <FILE>relations</FILE>
1813 GRelation
1814 g_relation_new
1815 g_relation_index
1816 g_relation_insert
1817 g_relation_exists
1818 g_relation_count
1819 g_relation_select
1820 g_relation_delete
1821 g_relation_destroy
1822
1823 <SUBSECTION>
1824 g_relation_print
1825
1826 <SUBSECTION>
1827 GTuples
1828 g_tuples_destroy
1829 g_tuples_index
1830 </SECTION>
1831
1832 <SECTION>
1833 <TITLE>Caches</TITLE>
1834 <FILE>caches</FILE>
1835 GCache
1836 g_cache_new
1837 g_cache_insert
1838 g_cache_remove
1839 g_cache_destroy
1840
1841 <SUBSECTION>
1842 g_cache_key_foreach
1843 g_cache_value_foreach
1844
1845 <SUBSECTION>
1846 GCacheDestroyFunc
1847 GCacheDupFunc
1848 GCacheNewFunc
1849 </SECTION>
1850
1851 <SECTION>
1852 <TITLE>Memory Allocators</TITLE>
1853 <FILE>allocators</FILE>
1854 GAllocator
1855 g_allocator_new
1856 g_allocator_free
1857
1858 <SUBSECTION Private>
1859 G_ALLOCATOR_LIST
1860 G_ALLOCATOR_NODE
1861 G_ALLOCATOR_SLIST
1862 </SECTION>
1863
1864 <SECTION>
1865 <TITLE>Random Numbers</TITLE>
1866 <FILE>random_numbers</FILE>
1867 GRand
1868 g_rand_new_with_seed
1869 g_rand_new
1870 g_rand_free
1871 g_rand_set_seed
1872 g_rand_boolean
1873 g_rand_int
1874 g_rand_int_range
1875 g_rand_double
1876 g_rand_double_range
1877 g_random_set_seed
1878 g_random_boolean
1879 g_random_int
1880 g_random_int_range
1881 g_random_double
1882 g_random_double_range
1883 </SECTION>
1884
1885 <SECTION>
1886 <TITLE>Character Set Conversion</TITLE>
1887 <FILE>conversions</FILE>
1888 g_convert
1889 g_convert_with_fallback
1890 GIConv
1891 g_convert_with_iconv
1892 G_CONVERT_ERROR
1893 g_iconv_open
1894 g_iconv
1895 g_iconv_close
1896 g_locale_to_utf8
1897 g_filename_to_utf8
1898 g_filename_from_utf8
1899 g_filename_from_uri
1900 g_filename_to_uri
1901 g_locale_from_utf8
1902 GConvertError
1903
1904 <SUBSECTION>
1905 g_get_charset
1906
1907 <SUBSECTION Private>
1908 g_convert_error_quark
1909 </SECTION>
1910
1911 <SECTION>
1912 <TITLE>Unicode Manipulation</TITLE>
1913 <FILE>unicode</FILE>
1914 gunichar
1915 gunichar2
1916
1917 <SUBSECTION>
1918 g_unichar_validate
1919 g_unichar_isalnum
1920 g_unichar_isalpha
1921 g_unichar_iscntrl
1922 g_unichar_isdigit
1923 g_unichar_isgraph
1924 g_unichar_islower
1925 g_unichar_isprint
1926 g_unichar_ispunct
1927 g_unichar_isspace
1928 g_unichar_isupper
1929 g_unichar_isxdigit
1930 g_unichar_istitle
1931 g_unichar_isdefined
1932 g_unichar_iswide
1933 g_unichar_toupper
1934 g_unichar_tolower
1935 g_unichar_totitle
1936 g_unichar_digit_value
1937 g_unichar_xdigit_value
1938 GUnicodeType
1939 g_unichar_type
1940 GUnicodeBreakType
1941 g_unichar_break_type
1942 g_unicode_canonical_ordering
1943 g_unicode_canonical_decomposition
1944 g_unichar_get_mirror_char
1945
1946 <SUBSECTION>
1947 g_utf8_next_char
1948 g_utf8_get_char
1949 g_utf8_get_char_validated
1950 g_utf8_offset_to_pointer
1951 g_utf8_pointer_to_offset
1952 g_utf8_prev_char
1953 g_utf8_find_next_char
1954 g_utf8_find_prev_char
1955 g_utf8_strlen
1956 g_utf8_strncpy
1957 g_utf8_strchr
1958 g_utf8_strrchr
1959 g_utf8_strreverse
1960 g_utf8_validate
1961
1962 <SUBSECTION>
1963 g_utf8_strup
1964 g_utf8_strdown
1965 g_utf8_casefold
1966 g_utf8_normalize
1967 GNormalizeMode
1968 g_utf8_collate
1969 g_utf8_collate_key
1970
1971 <SUBSECTION>
1972 g_utf8_to_utf16
1973 g_utf8_to_ucs4
1974 g_utf8_to_ucs4_fast
1975 g_utf16_to_ucs4
1976 g_utf16_to_utf8
1977 g_ucs4_to_utf16
1978 g_ucs4_to_utf8
1979 g_unichar_to_utf8
1980 </SECTION>
1981
1982 <SECTION>
1983 <TITLE>I18N</TITLE>
1984 <FILE>i18n</FILE>
1985 <INCLUDE>glib.h,glib/gi18n.h</INCLUDE>
1986 _
1987 Q_
1988 N_
1989 g_strip_context
1990
1991 </SECTION>