mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-04 18:26:19 +01:00
Fixed typo
2007-12-31 Wouter Bolsterlee <wbolster@svn.gnome.org> * glib/tmpl/macros_misc.sgml: Fixed typo svn path=/trunk/; revision=6223
This commit is contained in:
parent
9002395011
commit
66e7df9f7e
@ -1,3 +1,7 @@
|
|||||||
|
2007-12-31 Wouter Bolsterlee <wbolster@svn.gnome.org>
|
||||||
|
|
||||||
|
* glib/tmpl/macros_misc.sgml: Fixed typo
|
||||||
|
|
||||||
2007-12-30 Matthias Clasen <mclasen@redhat.com>
|
2007-12-30 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* gio/Makefile.am:
|
* gio/Makefile.am:
|
||||||
|
@ -253,7 +253,7 @@ Since: 2.8
|
|||||||
|
|
||||||
<!-- ##### MACRO G_GNUC_WARN_UNUSED_RESULT ##### -->
|
<!-- ##### MACRO G_GNUC_WARN_UNUSED_RESULT ##### -->
|
||||||
<para>
|
<para>
|
||||||
Expands to the GNU C <literal>warn_unused_ersult</literal> function attribute
|
Expands to the GNU C <literal>warn_unused_result</literal> function attribute
|
||||||
if the compiler is <command>gcc</command>, or "" if it isn't. This function
|
if the compiler is <command>gcc</command>, or "" if it isn't. This function
|
||||||
attribute makes the compiler emit a warning if the result of a function call
|
attribute makes the compiler emit a warning if the result of a function call
|
||||||
is ignored. See the GNU C documentation for details.
|
is ignored. See the GNU C documentation for details.
|
||||||
|
Loading…
Reference in New Issue
Block a user