Put back G_GNUC_HAVE_VISIBILITY doc that was removed accidentally.
authorBehdad Esfahbod <behdad@gnome.org>
Wed, 17 Jan 2007 17:38:22 +0000 (17:38 +0000)
committerBehdad Esfahbod <behdad@src.gnome.org>
Wed, 17 Jan 2007 17:38:22 +0000 (17:38 +0000)
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

docs/reference/ChangeLog
docs/reference/glib/tmpl/macros_misc.sgml

index b5e32d984d09a9be7d5a7a4c7b81bcc5dfcaf7da..686bcc994cb0d87c3267f6d824234e5e3ea21dbe 100644 (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.
index c8cd2930a1c6749485ded1025489e35289555c78..580aebc503e4ff6598bb8f23d5da1bc694a7a6e5 100644 (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