diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index b5e32d984..686bcc994 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 c8cd2930a..580aebc50 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