mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-05-01 11:36:51 +02:00
amend G_TYPE_CHAR according to #303622.
Wed May 31 11:35:48 2006 Tim Janik <timj@gtk.org> * gobject/tmpl/gtype.sgml (Note): amend G_TYPE_CHAR according to #303622.
This commit is contained in:
parent
580d28904e
commit
01e5d78f6d
@ -1,3 +1,7 @@
|
|||||||
|
Wed May 31 11:35:48 2006 Tim Janik <timj@gtk.org>
|
||||||
|
|
||||||
|
* gobject/tmpl/gtype.sgml (Note): amend G_TYPE_CHAR according to #303622.
|
||||||
|
|
||||||
2006-05-28 Matthias Clasen <mclasen@redhat.com>
|
2006-05-28 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* glib/tmpl/markup.sgml: Document G_MARKUP_TREAT_CDATA_AS_TEXT.
|
* glib/tmpl/markup.sgml: Document G_MARKUP_TREAT_CDATA_AS_TEXT.
|
||||||
|
@ -125,7 +125,6 @@ Flags that affect the behaviour of the parser.
|
|||||||
<literal><![CDATA[</literal> and <literal>]]></literal>) is
|
<literal><![CDATA[</literal> and <literal>]]></literal>) is
|
||||||
passed to the @text function. This flag was added in GLib 2.12.
|
passed to the @text function. This flag was added in GLib 2.12.
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### STRUCT GMarkupParseContext ##### -->
|
<!-- ##### STRUCT GMarkupParseContext ##### -->
|
||||||
<para>
|
<para>
|
||||||
A parse context is used to parse a stream of bytes that you expect to
|
A parse context is used to parse a stream of bytes that you expect to
|
||||||
@ -162,7 +161,6 @@ g_markup_parse_context_parse() will report that error back to its caller.
|
|||||||
called for CDATA marked sections.
|
called for CDATA marked sections.
|
||||||
@error: Callback to invoke when an error occurs.
|
@error: Callback to invoke when an error occurs.
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION g_markup_escape_text ##### -->
|
<!-- ##### FUNCTION g_markup_escape_text ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
@ -120,6 +120,8 @@ A convenience function/macro to log a normal message.
|
|||||||
|
|
||||||
@...:
|
@...:
|
||||||
|
|
||||||
|
@...:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### MACRO g_warning ##### -->
|
<!-- ##### MACRO g_warning ##### -->
|
||||||
<para>
|
<para>
|
||||||
@ -132,6 +134,8 @@ A convenience function/macro to log a warning message.
|
|||||||
|
|
||||||
@...:
|
@...:
|
||||||
|
|
||||||
|
@...:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### MACRO g_critical ##### -->
|
<!-- ##### MACRO g_critical ##### -->
|
||||||
<para>
|
<para>
|
||||||
@ -148,6 +152,8 @@ example.
|
|||||||
|
|
||||||
@...:
|
@...:
|
||||||
|
|
||||||
|
@...:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### MACRO g_error ##### -->
|
<!-- ##### MACRO g_error ##### -->
|
||||||
<para>
|
<para>
|
||||||
@ -165,6 +171,8 @@ assertion failure.
|
|||||||
|
|
||||||
@...:
|
@...:
|
||||||
|
|
||||||
|
@...:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### MACRO g_debug ##### -->
|
<!-- ##### MACRO g_debug ##### -->
|
||||||
<para>
|
<para>
|
||||||
@ -175,6 +183,8 @@ A convenience function/macro to log a debug message.
|
|||||||
|
|
||||||
@...:
|
@...:
|
||||||
|
|
||||||
|
@...:
|
||||||
|
|
||||||
@...:
|
@...:
|
||||||
@Since: 2.6
|
@Since: 2.6
|
||||||
|
|
||||||
|
@ -644,6 +644,17 @@ For that purpose, use g_utf8_strreverse().
|
|||||||
@Returns: the same pointer passed in as @string.
|
@Returns: the same pointer passed in as @string.
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION g_ascii_strtoll ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@nptr:
|
||||||
|
@endptr:
|
||||||
|
@base:
|
||||||
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION g_ascii_strtoull ##### -->
|
<!-- ##### FUNCTION g_ascii_strtoull ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
@ -1668,6 +1668,8 @@ The fundamental type from which all interfaces are derived.
|
|||||||
<!-- ##### MACRO G_TYPE_CHAR ##### -->
|
<!-- ##### MACRO G_TYPE_CHAR ##### -->
|
||||||
<para>
|
<para>
|
||||||
The fundamental type corresponding to #gchar.
|
The fundamental type corresponding to #gchar.
|
||||||
|
The type designated by G_TYPE_CHAR is unconditionally an 8-bit signed integer.
|
||||||
|
This may or may not be the same type a the C type "gchar".
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user