mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +01:00
Put back G_GNUC_HAVE_VISIBILITY doc that was removed accidentally.
2007-01-17 Behdad Esfahbod <behdad@gnome.org> * glib/tmpl/macros_misc.sgml: Put back G_GNUC_HAVE_VISIBILITY doc that was removed accidentally. svn path=/trunk/; revision=5289
This commit is contained in:
parent
9ed02dd4f7
commit
4651177384
@ -1,3 +1,8 @@
|
||||
2007-01-17 Behdad Esfahbod <behdad@gnome.org>
|
||||
|
||||
* glib/tmpl/macros_misc.sgml: Put back G_GNUC_HAVE_VISIBILITY
|
||||
doc that was removed accidentally.
|
||||
|
||||
2007-01-15 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gobject/tmpl/gparamspec.sgml; Document G_PARAM_STATIC_NICK.
|
||||
|
@ -297,6 +297,16 @@ See the GNU C documentation for details.
|
||||
|
||||
|
||||
|
||||
<!-- ##### MACRO G_HAVE_GNUC_VISIBILITY ##### -->
|
||||
<para>
|
||||
This macro is defined as 1 if the the compiler supports ELF visibility
|
||||
attributes (currently only <command>gcc</command>).
|
||||
</para>
|
||||
|
||||
Since: 2.6
|
||||
|
||||
|
||||
|
||||
<!-- ##### MACRO G_GNUC_INTERNAL ##### -->
|
||||
<para>
|
||||
Expands to the GNU C <literal>visibility(hidden)</literal> attribute if the
|
||||
|
Loading…
Reference in New Issue
Block a user