mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-12-06 00:24:50 +01:00
2.6.4
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2005-04-06 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* === Released 2.6.4 ===
|
||||
|
||||
2005-03-29 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/tmpl/arrays_pointer.sgml: Clarify the docs for
|
||||
|
||||
@@ -34,9 +34,6 @@ elements. Each must use separate allocators.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### STRUCT GAllocator ##### -->
|
||||
<para>
|
||||
The <structname>GAllocator</structname> struct contains private data. and should only be accessed
|
||||
|
||||
@@ -55,9 +55,6 @@ To free an array, use g_array_free().
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### STRUCT GArray ##### -->
|
||||
<para>
|
||||
Contains the public fields of an <link linkend="glib-arrays">Array</link>.
|
||||
|
||||
@@ -49,9 +49,6 @@ To free a #GByteArray, use g_byte_array_free().
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### STRUCT GByteArray ##### -->
|
||||
<para>
|
||||
The <structname>GByteArray</structname> struct allows access to the public fields of a <structname>GByteArray</structname>.
|
||||
|
||||
@@ -60,9 +60,6 @@ To free a pointer array, use g_ptr_array_free().
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### STRUCT GPtrArray ##### -->
|
||||
<para>
|
||||
Contains the public fields of a pointer array.
|
||||
@@ -227,7 +224,6 @@ Frees all of the memory allocated for the pointer array.
|
||||
|
||||
@array: a #GPtrArray.
|
||||
@free_seg: if %TRUE the array of pointers (@pdata) is freed.
|
||||
|
||||
@Returns: %NULL if @free_seg is %TRUE, otherwise the array of
|
||||
pointers (@pdata) is returned.
|
||||
|
||||
|
||||
@@ -63,9 +63,6 @@ locking function variants (those without the suffix _unlocked)
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### STRUCT GAsyncQueue ##### -->
|
||||
<para>
|
||||
The #GAsyncQueue struct is an opaque data structure, which represents
|
||||
|
||||
@@ -60,9 +60,6 @@ g_atomic_pointer_compare_and_exchange() respectively.
|
||||
</variablelist>
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_atomic_int_get ##### -->
|
||||
<para>
|
||||
Reads the value of the integer pointed to by @atomic. Also acts as
|
||||
|
||||
@@ -44,9 +44,6 @@ as the standard byte order (which is in fact the big-endian byte order).
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### MACRO G_BYTE_ORDER ##### -->
|
||||
<para>
|
||||
The host byte order.
|
||||
|
||||
@@ -26,9 +26,6 @@ A #GCache value is the actual resource.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### STRUCT GCache ##### -->
|
||||
<para>
|
||||
The #GCache struct is an opaque data structure containing information about
|
||||
|
||||
@@ -33,9 +33,6 @@ a different #GCompletionStrncmpFunc in g_completion_set_compare().
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### STRUCT GCompletion ##### -->
|
||||
<para>
|
||||
The data structure used for automatic completion.
|
||||
|
||||
@@ -161,9 +161,6 @@ export G_FILENAME_ENCODING=ISO-8859-1
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_convert ##### -->
|
||||
<para>
|
||||
|
||||
|
||||
@@ -47,9 +47,6 @@ To remove all data elements from a datalist, use g_datalist_clear().
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### STRUCT GData ##### -->
|
||||
<para>
|
||||
The #GData struct is an opaque data structure to represent a
|
||||
|
||||
@@ -49,9 +49,6 @@ To destroy a dataset, use g_dataset_destroy().
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### MACRO g_dataset_id_set_data ##### -->
|
||||
<para>
|
||||
Sets the data element associated with the given #GQuark id.
|
||||
|
||||
@@ -63,9 +63,6 @@ can request the current time as a #GTimeVal with g_get_current_time().
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### MACRO G_USEC_PER_SEC ##### -->
|
||||
<para>
|
||||
Number of microseconds in one second (1 million). This macro is provided for
|
||||
|
||||
@@ -370,9 +370,6 @@ Summary of rules for use of #GError:
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### STRUCT GError ##### -->
|
||||
<para>
|
||||
The <structname>GError</structname> structure contains
|
||||
|
||||
@@ -38,9 +38,6 @@ g_dir_read_name(), g_dir_rewind(), g_dir_close().
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### ENUM GFileError ##### -->
|
||||
<para>
|
||||
Values corresponding to <literal>errno</literal> codes returned from file operations
|
||||
|
||||
@@ -247,6 +247,10 @@ i.e. just the <filename>foo</filename> in <filename>/usr/bin/foo</filename>.
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
|
||||
<!-- ##### MACRO access ##### -->
|
||||
<para>
|
||||
|
||||
@@ -629,6 +633,27 @@ in any UNIX manual.
|
||||
@error:
|
||||
@Returns:
|
||||
|
||||
<!-- ##### FUNCTION g_get_language_names ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@Returns:
|
||||
|
||||
<!-- ##### FUNCTION g_get_system_config_dirs ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@Returns:
|
||||
|
||||
<!-- ##### FUNCTION g_get_system_data_dirs ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@Returns:
|
||||
|
||||
<!-- ##### FUNCTION g_io_channel_error_quark ##### -->
|
||||
<para>
|
||||
|
||||
|
||||
@@ -51,9 +51,6 @@ To destroy a #GHashTable use g_hash_table_destroy().
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### STRUCT GHashTable ##### -->
|
||||
<para>
|
||||
The <structname>GHashTable</structname> struct is an opaque data structure to represent a
|
||||
|
||||
@@ -17,9 +17,6 @@ and the list of hook functions can be invoked.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### STRUCT GHookList ##### -->
|
||||
<para>
|
||||
The <structname>GHookList</structname> struct represents a
|
||||
|
||||
@@ -27,9 +27,6 @@ the GETTEXT_PACKAGE macro suitably for your library:
|
||||
The gettext manual.
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### MACRO _ ##### -->
|
||||
<para>
|
||||
Marks a string for translation, gets replaced with the translated string
|
||||
@@ -96,11 +93,3 @@ be directly used, e.g. in string array initializers.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_get_language_names ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@Returns:
|
||||
|
||||
|
||||
|
||||
@@ -64,9 +64,6 @@ Convenience functions for creating #GIOChannel instances and adding them to the
|
||||
</variablelist>
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### STRUCT GIOChannel ##### -->
|
||||
<para>
|
||||
A data structure representing an IO Channel. The fields should be considered
|
||||
|
||||
@@ -97,9 +97,6 @@ Key and Group names are case-sensitive, for example a group called
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### STRUCT GKeyFile ##### -->
|
||||
<para>
|
||||
The <structname>GKeyFile</structname> struct contains only private fields
|
||||
|
||||
@@ -15,9 +15,6 @@ the standard integer and floating point types.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### MACRO G_MININT ##### -->
|
||||
<para>
|
||||
The minimum value which can be held in a #gint.
|
||||
|
||||
@@ -64,9 +64,6 @@ To free the entire list, use g_list_free().
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### STRUCT GList ##### -->
|
||||
<para>
|
||||
The #GList struct is used for each element in a doubly-linked list.
|
||||
|
||||
@@ -64,9 +64,6 @@ To free the entire list, use g_slist_free().
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### STRUCT GSList ##### -->
|
||||
<para>
|
||||
The #GSList struct is used for each element in the singly-linked list.
|
||||
|
||||
@@ -14,9 +14,6 @@ These macros provide a few commonly-used features.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### MACRO G_OS_WIN32 ##### -->
|
||||
<para>
|
||||
This macro is defined only on Windows. So you can bracket
|
||||
|
||||
@@ -15,9 +15,6 @@ by application programmers.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### MACRO G_INLINE_FUNC ##### -->
|
||||
<para>
|
||||
Used to declare inline functions. If inline functions are not supported on
|
||||
|
||||
@@ -101,9 +101,6 @@ manages all available sources of events.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### STRUCT GMainLoop ##### -->
|
||||
<para>
|
||||
The <structname>GMainLoop</structname> struct is an opaque data type
|
||||
|
||||
@@ -85,9 +85,6 @@ Sections marked as CDATA
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### ENUM GMarkupError ##### -->
|
||||
<para>
|
||||
Error codes returned by markup parsing.
|
||||
|
||||
@@ -20,9 +20,6 @@ This also means that there is no need to check if the call succeeded.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### MACRO g_new ##### -->
|
||||
<para>
|
||||
Allocates @n_structs elements of type @struct_type.
|
||||
|
||||
@@ -122,9 +122,6 @@ To help debug memory chunks, use g_mem_chunk_info() and g_mem_chunk_print().
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### STRUCT GMemChunk ##### -->
|
||||
<para>
|
||||
The #GMemChunk struct is an opaque data structure representing a memory
|
||||
|
||||
@@ -20,9 +20,6 @@ These can be extended with user-defined levels.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### MACRO G_LOG_DOMAIN ##### -->
|
||||
<para>
|
||||
Defines the log domain.
|
||||
|
||||
@@ -14,9 +14,6 @@ These are portable utility functions.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_get_application_name ##### -->
|
||||
<para>
|
||||
|
||||
@@ -130,22 +127,6 @@ cannot be determined, the string "Unknown" is returned.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_get_system_data_dirs ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_get_system_config_dirs ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_get_home_dir ##### -->
|
||||
<para>
|
||||
Gets the current user's home directory.
|
||||
|
||||
@@ -88,9 +88,6 @@ just_say_hello (const char *filename, GError **error)
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### STRUCT GModule ##### -->
|
||||
<para>
|
||||
The #GModule struct is an opaque data structure to represent a
|
||||
|
||||
@@ -24,9 +24,6 @@ The #GFloatIEEE754 and #GDoubleIEEE754 unions are used to access the
|
||||
<ulink url="http://cch.loria.fr/documentation/IEEE754/numerical_comp_guide/ncg_math.doc.html">http://cch.loria.fr/documentation/IEEE754/numerical_comp_guide/ncg_math.doc.html</ulink>
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### MACRO G_IEEE754_FLOAT_BIAS ##### -->
|
||||
<para>
|
||||
See <ulink url="http://cch.loria.fr/documentation/IEEE754/numerical_comp_guide/ncg_math.doc.html">http://cch.loria.fr/documentation/IEEE754/numerical_comp_guide/ncg_math.doc.html</ulink>
|
||||
|
||||
@@ -124,9 +124,6 @@ main (int argc, char *argv[])
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### ENUM GOptionError ##### -->
|
||||
<para>
|
||||
Error codes returned by option parsing.
|
||||
|
||||
@@ -30,9 +30,6 @@ pattern compilation.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### STRUCT GPatternSpec ##### -->
|
||||
<para>
|
||||
A <structname>GPatternSpec</structname> is the 'compiled' form of a pattern.
|
||||
|
||||
@@ -31,9 +31,6 @@ To find the #GQuark corresponding to a given string, use g_quark_try_string().
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### TYPEDEF GQuark ##### -->
|
||||
<para>
|
||||
A GQuark is an integer which uniquely identifies a particular string.
|
||||
|
||||
@@ -35,9 +35,6 @@ To free the entire queue, use g_queue_free().
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### STRUCT GQueue ##### -->
|
||||
<para>
|
||||
Contains the public fields of a <link linkend="glib-queues">Queue</link>.
|
||||
|
||||
@@ -55,9 +55,6 @@ with Glib-2.0 that you need to reproduce exactly.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### STRUCT GRand ##### -->
|
||||
<para>
|
||||
The #GRand struct is an opaque data structure. It should only be
|
||||
|
||||
@@ -56,9 +56,6 @@ To help debug #GRelation objects, use g_relation_print().
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### STRUCT GRelation ##### -->
|
||||
<para>
|
||||
The #GRelation struct is an opaque data structure to represent a
|
||||
|
||||
@@ -19,9 +19,6 @@ understand it myself. Look at gtkrc.c for some code using the scanner.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### STRUCT GScanner ##### -->
|
||||
<para>
|
||||
The data structure representing a lexical scanner.
|
||||
|
||||
@@ -14,9 +14,6 @@ shell-like commandline handling.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### ENUM GShellError ##### -->
|
||||
<para>
|
||||
Error codes returned by shell functions.
|
||||
|
||||
@@ -14,9 +14,6 @@ process launching with <function>fork()</function>/<function>exec()</function>.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### ENUM GSpawnError ##### -->
|
||||
<para>
|
||||
Error codes returned by spawning processes.
|
||||
|
||||
@@ -40,9 +40,6 @@ It is not possible to free individual strings.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### STRUCT GStringChunk ##### -->
|
||||
<para>
|
||||
An opaque data structure representing String Chunks.
|
||||
|
||||
@@ -37,9 +37,6 @@ wide characters (see g_unichar_iswide()) into account.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_strdup ##### -->
|
||||
<para>
|
||||
Duplicates a string.
|
||||
|
||||
@@ -16,9 +16,6 @@ can be used for binary data with embedded nul bytes.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### STRUCT GString ##### -->
|
||||
<para>
|
||||
The #GString struct contains the public fields of a #GString.
|
||||
|
||||
@@ -59,9 +59,6 @@ can be stopped by calling g_thread_pool_stop_unused_threads().
|
||||
</variablelist>
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### STRUCT GThreadPool ##### -->
|
||||
<para>
|
||||
The #GThreadPool struct represents a thread pool. It has six public
|
||||
|
||||
@@ -49,9 +49,6 @@ primitives to portably create and manage threads (#GThread).
|
||||
</variablelist>
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### MACRO G_THREADS_ENABLED ##### -->
|
||||
|
||||
<para>
|
||||
|
||||
@@ -17,9 +17,6 @@ get exactly right, so #GTimer provides a portable/convenient interface.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### STRUCT GTimer ##### -->
|
||||
<para>
|
||||
Opaque datatype that records a start time.
|
||||
|
||||
@@ -21,9 +21,6 @@ is a perfectly valid empty stack.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### STRUCT GTrashStack ##### -->
|
||||
<para>
|
||||
Each piece of memory that is pushed onto the stack
|
||||
|
||||
@@ -40,9 +40,6 @@ To destroy a #GTree, use g_tree_destroy().
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### STRUCT GTree ##### -->
|
||||
<para>
|
||||
The <structname>GTree</structname> struct is an opaque data structure representing a
|
||||
|
||||
@@ -49,9 +49,6 @@ g_node_destroy().
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### STRUCT GNode ##### -->
|
||||
<para>
|
||||
The <structname>GNode</structname> struct represents one node in a
|
||||
|
||||
@@ -55,9 +55,6 @@ integer; values outside the range of a 32-bit integer will be mangled.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### MACRO GINT_TO_POINTER ##### -->
|
||||
<para>
|
||||
Stuffs an integer into a pointer type.
|
||||
|
||||
@@ -37,9 +37,6 @@ for completeness - #gchar, #gint, #gshort, #glong, #gfloat, #gdouble.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### TYPEDEF gboolean ##### -->
|
||||
<para>
|
||||
A standard <type>boolean</type> type.
|
||||
|
||||
@@ -29,9 +29,6 @@ Convenience functions for converting between UTF-8 and the locale encoding.
|
||||
</variablelist>
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### TYPEDEF gunichar ##### -->
|
||||
<para>
|
||||
A type which can hold any UCS-4 character code.
|
||||
|
||||
@@ -16,9 +16,6 @@ typically use the features described here.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### VARIABLE glib_major_version ##### -->
|
||||
<para>
|
||||
The major version number of the GLib library.
|
||||
|
||||
@@ -14,9 +14,6 @@ These functions provide support for outputting messages.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_print ##### -->
|
||||
<para>
|
||||
Outputs a formatted message via the print handler.
|
||||
|
||||
@@ -14,9 +14,6 @@ UNIX emulation on Windows.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### MACRO MAXPATHLEN ##### -->
|
||||
<para>
|
||||
Provided for UNIX emulation on Windows; equivalent to UNIX
|
||||
|
||||
@@ -13,9 +13,6 @@ Enumeration and flags types
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### STRUCT GEnumClass ##### -->
|
||||
<para>
|
||||
The class of an enumeration type holds information about its
|
||||
|
||||
@@ -14,9 +14,6 @@ A mechanism to wrap opaque C structures registered by the type system
|
||||
#GParamSpecBoxed, g_param_spec_boxed()
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### USER_FUNCTION GBoxedCopyFunc ##### -->
|
||||
<para>
|
||||
This function is provided by the user and should produce a copy of the passed
|
||||
|
||||
@@ -60,9 +60,6 @@ automatically removed when the objects they point to go away.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### MACRO G_CLOSURE_NEEDS_MARSHAL ##### -->
|
||||
<para>
|
||||
Returns %TRUE if a #GClosureMarshal marshaller has not yet been set on
|
||||
|
||||
@@ -26,9 +26,6 @@ can be used as a type initializer for g_value_init() are defined by
|
||||
a separate interface. See the Standard Values API for details.
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### MACRO G_VALUE_HOLDS ##### -->
|
||||
<para>
|
||||
Returns #TRUE if @value holds (or contains) a value of @type.
|
||||
|
||||
@@ -120,6 +120,10 @@ Shift value used in converting numbers to type IDs.
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_closure_add_fnotify ##### -->
|
||||
<para>
|
||||
|
||||
|
||||
@@ -21,9 +21,6 @@ g_object_class_install_property(), g_object_set(), g_object_get(),
|
||||
g_object_set_property(), g_object_get_property(), g_value_register_transform_func()
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### MACRO G_TYPE_IS_PARAM ##### -->
|
||||
<para>
|
||||
Returns whether @type "is a" %G_TYPE_PARAM.
|
||||
|
||||
@@ -39,14 +39,12 @@ upper length limit. The first character needs to be a letter (a-z or A-Z)
|
||||
or an underscore '_'. Subsequent characters can be letters, numbers or
|
||||
any of '-_+'.
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### TYPEDEF GType ##### -->
|
||||
<para>
|
||||
A numerical value which represents the unique identifier of a registered
|
||||
|
||||
@@ -52,9 +52,6 @@ in #GTypeModuleClass.
|
||||
</variablelist>
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### STRUCT GTypeModule ##### -->
|
||||
<para>
|
||||
The members of the <structname>GTypeModule</structname> structure should not
|
||||
|
||||
@@ -70,9 +70,6 @@ handles multiple registered types per module.
|
||||
#GTypeModule and g_type_register_dynamic().
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### STRUCT GTypePlugin ##### -->
|
||||
<para>
|
||||
The <structname>GTypePlugin</structname> typedef is used as a placeholder
|
||||
|
||||
@@ -14,9 +14,6 @@ The base object type
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### STRUCT GObject ##### -->
|
||||
<para>
|
||||
All the fields in the <structname>GObject</structname> structure are private
|
||||
|
||||
@@ -24,9 +24,6 @@ All other characters are replaced by a '-' during construction.
|
||||
#GParamSpec, #GValue, g_object_class_install_property().
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### MACRO G_IS_PARAM_SPEC_BOOLEAN ##### -->
|
||||
<para>
|
||||
Return whether the given #GParamSpec is of type %G_TYPE_PARAM_BOOLEAN.
|
||||
|
||||
@@ -70,9 +70,6 @@ wildcard and matches any detail argument passed in to emission.
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### STRUCT GSignalInvocationHint ##### -->
|
||||
<para>
|
||||
The #GSignalInvocationHint structure is used to pass on additional information
|
||||
|
||||
@@ -16,9 +16,6 @@ in order for it to be used as a boxed type through %G_TYPE_VALUE_ARRAY.
|
||||
#GValue, #GParamSpecValueArray, g_param_spec_value_array()
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### STRUCT GValueArray ##### -->
|
||||
<para>
|
||||
A #GValueArray contains an array of #GValue elements.
|
||||
|
||||
@@ -14,9 +14,6 @@ Converting varargs to generic values
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### UNION GTypeCValue ##### -->
|
||||
<para>
|
||||
A union holding one collected value.
|
||||
|
||||
Reference in New Issue
Block a user