From 4651177384e8bae4497e0099582d5cc34a649407 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 17 Jan 2007 17:38:22 +0000 Subject: [PATCH] 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 --- docs/reference/ChangeLog | 5 +++++ docs/reference/glib/tmpl/macros_misc.sgml | 10 ++++++++++ 2 files changed, 15 insertions(+) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index b5e32d9..686bcc9 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 c8cd293..580aebc 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 -- 2.7.4