From ac30b958c8ccd954b784a598b8080683929755d2 Mon Sep 17 00:00:00 2001 From: Anders Carlsson Date: Sat, 27 Oct 2001 00:13:48 +0000 Subject: [PATCH] Change FALSE to TRUE in documentation for gdk_atom_intern, to document the 2001-10-27 Anders Carlsson * gdk/tmpl/properties.sgml: Change FALSE to TRUE in documentation for gdk_atom_intern, to document the correct behavior. This fixes #58798. --- docs/reference/ChangeLog | 9 +++++++++ docs/reference/gdk/tmpl/properties.sgml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index c1d102cab0..6fbe73ee0b 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,12 @@ +2001-10-27 Anders Carlsson + + * gdk/tmpl/properties.sgml: Change FALSE to TRUE in + documentation for gdk_atom_intern, to document the + correct behavior. This fixes #58798. + + * gtk/gtk-sections.txt: Update GtkStyle since it's now a + GObject and not a struct. This fixes #55807. + Thu Oct 18 16:40:00 2001 Jonathan Blandford * gtk/gtk-docs.sgml: add GtkCellEditable and GtkTreeModelSort. diff --git a/docs/reference/gdk/tmpl/properties.sgml b/docs/reference/gdk/tmpl/properties.sgml index 370175cf6b..1374038e0b 100644 --- a/docs/reference/gdk/tmpl/properties.sgml +++ b/docs/reference/gdk/tmpl/properties.sgml @@ -148,7 +148,7 @@ Find or create an atom corresponding to a given string. @only_if_exists: if %TRUE, do not create a new atom, but just return the atom if it already exists. @Returns: the atom corresponding to @atom_name, or, if - @only_if_exists is false, and an atom does not + @only_if_exists is TRUE, and an atom does not already exists for the string, %GDK_NONE.