Change FALSE to TRUE in documentation for gdk_atom_intern, to document the

2001-10-27  Anders Carlsson  <andersca@gnu.org>

	* gdk/tmpl/properties.sgml: Change FALSE to TRUE in
	documentation for gdk_atom_intern, to document the
	correct behavior. This fixes #58798.
This commit is contained in:
Anders Carlsson 2001-10-27 00:13:48 +00:00 committed by Anders Carlsson
parent bb8ea8c470
commit ac30b958c8
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
2001-10-27 Anders Carlsson <andersca@gnu.org>
* 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 <jrb@redhat.com>
* gtk/gtk-docs.sgml: add GtkCellEditable and GtkTreeModelSort.

View File

@ -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.