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
+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.
+<!-- ##### 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