From: Behdad Esfahbod Date: Wed, 17 Jan 2007 17:38:22 +0000 (+0000) Subject: Put back G_GNUC_HAVE_VISIBILITY doc that was removed accidentally. X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=4651177384e8bae4497e0099582d5cc34a649407;p=dana%2Fcg-glib.git Put back G_GNUC_HAVE_VISIBILITY doc that was removed accidentally. 2007-01-17 Behdad Esfahbod * glib/tmpl/macros_misc.sgml: Put back G_GNUC_HAVE_VISIBILITY doc that was removed accidentally. svn path=/trunk/; revision=5289 --- diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index b5e32d98..686bcc99 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,8 @@ +2007-01-17 Behdad Esfahbod + + * glib/tmpl/macros_misc.sgml: Put back G_GNUC_HAVE_VISIBILITY + doc that was removed accidentally. + 2007-01-15 Matthias Clasen * gobject/tmpl/gparamspec.sgml; Document G_PARAM_STATIC_NICK. diff --git a/docs/reference/glib/tmpl/macros_misc.sgml b/docs/reference/glib/tmpl/macros_misc.sgml index c8cd2930..580aebc5 100644 --- a/docs/reference/glib/tmpl/macros_misc.sgml +++ b/docs/reference/glib/tmpl/macros_misc.sgml @@ -297,6 +297,16 @@ See the GNU C documentation for details. + + +This macro is defined as 1 if the the compiler supports ELF visibility +attributes (currently only gcc). + + +Since: 2.6 + + + Expands to the GNU C visibility(hidden) attribute if the