mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-27 22:46:15 +01:00
Fix tmpl files
Signed-off-by: David Zeuthen <davidz@redhat.com>
This commit is contained in:
parent
67a00658ea
commit
3d8095588a
@ -937,6 +937,46 @@ Turns the argument into a string literal by using the '#' stringizing operator.
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### VARIABLE glib_binary_age ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION glib_check_version ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@required_major:
|
||||||
|
@required_minor:
|
||||||
|
@required_micro:
|
||||||
|
@Returns:
|
||||||
|
|
||||||
|
<!-- ##### VARIABLE glib_interface_age ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### VARIABLE glib_major_version ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### VARIABLE glib_micro_version ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### VARIABLE glib_minor_version ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### MACRO lseek ##### -->
|
<!-- ##### MACRO lseek ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
@ -96,7 +96,6 @@ Perl-compatible regular expressions
|
|||||||
@G_REGEX_NEWLINE_LF:
|
@G_REGEX_NEWLINE_LF:
|
||||||
@G_REGEX_NEWLINE_CRLF:
|
@G_REGEX_NEWLINE_CRLF:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### ENUM GRegexMatchFlags ##### -->
|
<!-- ##### ENUM GRegexMatchFlags ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
@ -112,7 +111,6 @@ Perl-compatible regular expressions
|
|||||||
@G_REGEX_MATCH_NEWLINE_CRLF:
|
@G_REGEX_MATCH_NEWLINE_CRLF:
|
||||||
@G_REGEX_MATCH_NEWLINE_ANY:
|
@G_REGEX_MATCH_NEWLINE_ANY:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### STRUCT GRegex ##### -->
|
<!-- ##### STRUCT GRegex ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
@ -117,18 +117,15 @@ documentation.
|
|||||||
@args: the parameters to insert into the format string.
|
@args: the parameters to insert into the format string.
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION g_message ##### -->
|
<!-- ##### MACRO g_message ##### -->
|
||||||
<para>
|
<para>
|
||||||
A convenience function/macro to log a normal message.
|
A convenience function/macro to log a normal message.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@format:
|
|
||||||
@Varargs:
|
|
||||||
<!-- # Unused Parameters # -->
|
|
||||||
@...: format string, followed by parameters to insert into the format string (as with printf())
|
@...: format string, followed by parameters to insert into the format string (as with printf())
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION g_warning ##### -->
|
<!-- ##### MACRO g_warning ##### -->
|
||||||
<para>
|
<para>
|
||||||
A convenience function/macro to log a warning message.
|
A convenience function/macro to log a warning message.
|
||||||
</para>
|
</para>
|
||||||
@ -138,13 +135,10 @@ You can make warnings fatal at runtime by setting the %G_DEBUG environment
|
|||||||
variable (see <ulink url="glib-running.html">Running GLib Applications</ulink>).
|
variable (see <ulink url="glib-running.html">Running GLib Applications</ulink>).
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@format:
|
|
||||||
@Varargs:
|
|
||||||
<!-- # Unused Parameters # -->
|
|
||||||
@...: format string, followed by parameters to insert into the format string (as with printf())
|
@...: format string, followed by parameters to insert into the format string (as with printf())
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION g_critical ##### -->
|
<!-- ##### MACRO g_critical ##### -->
|
||||||
<para>
|
<para>
|
||||||
Logs a "critical warning" (#G_LOG_LEVEL_CRITICAL). It's more or less
|
Logs a "critical warning" (#G_LOG_LEVEL_CRITICAL). It's more or less
|
||||||
application-defined what constitutes a critical vs. a regular
|
application-defined what constitutes a critical vs. a regular
|
||||||
@ -159,13 +153,10 @@ the %G_DEBUG environment variable (see
|
|||||||
<ulink url="glib-running.html">Running GLib Applications</ulink>).
|
<ulink url="glib-running.html">Running GLib Applications</ulink>).
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@format:
|
|
||||||
@Varargs:
|
|
||||||
<!-- # Unused Parameters # -->
|
|
||||||
@...: format string, followed by parameters to insert into the format string (as with printf())
|
@...: format string, followed by parameters to insert into the format string (as with printf())
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION g_error ##### -->
|
<!-- ##### MACRO g_error ##### -->
|
||||||
<para>
|
<para>
|
||||||
A convenience function/macro to log an error message.
|
A convenience function/macro to log an error message.
|
||||||
Error messages are always fatal, resulting in a call to
|
Error messages are always fatal, resulting in a call to
|
||||||
@ -175,22 +166,16 @@ expect. Using this function indicates a bug in your program, i.e. an
|
|||||||
assertion failure.
|
assertion failure.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@format:
|
|
||||||
@Varargs:
|
|
||||||
<!-- # Unused Parameters # -->
|
|
||||||
@...: format string, followed by parameters to insert into the format string (as with printf())
|
@...: format string, followed by parameters to insert into the format string (as with printf())
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION g_debug ##### -->
|
<!-- ##### MACRO g_debug ##### -->
|
||||||
<para>
|
<para>
|
||||||
A convenience function/macro to log a debug message.
|
A convenience function/macro to log a debug message.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@format:
|
|
||||||
@Varargs:
|
|
||||||
@Since: 2.6
|
|
||||||
<!-- # Unused Parameters # -->
|
|
||||||
@...: format string, followed by parameters to insert into the format string (as with printf())
|
@...: format string, followed by parameters to insert into the format string (as with printf())
|
||||||
|
@Since: 2.6
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION g_log_set_handler ##### -->
|
<!-- ##### FUNCTION g_log_set_handler ##### -->
|
||||||
|
@ -22,47 +22,6 @@ typically use the features described here.
|
|||||||
<!-- ##### SECTION Image ##### -->
|
<!-- ##### SECTION Image ##### -->
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### VARIABLE glib_major_version ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### VARIABLE glib_minor_version ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### VARIABLE glib_micro_version ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### VARIABLE glib_binary_age ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### VARIABLE glib_interface_age ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION glib_check_version ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
@required_major:
|
|
||||||
@required_minor:
|
|
||||||
@required_micro:
|
|
||||||
@Returns:
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### MACRO GLIB_MAJOR_VERSION ##### -->
|
<!-- ##### MACRO GLIB_MAJOR_VERSION ##### -->
|
||||||
<para>
|
<para>
|
||||||
The major version number of the GLib library.
|
The major version number of the GLib library.
|
||||||
|
Loading…
Reference in New Issue
Block a user