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:
Behdad Esfahbod 2007-01-17 17:38:22 +00:00 committed by Behdad Esfahbod
parent 9ed02dd4f7
commit 4651177384
2 changed files with 15 additions and 0 deletions

View File

@ -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.

View File

@ -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