forked from AuroraMiddleware/gtk
Document the only_if_exists argument to gdk_atom_intern() as ignored.
2004-04-23 Matthias Clasen <mclasen@redhat.com> * gdk/tmpl/properties.sgml: Document the only_if_exists argument to gdk_atom_intern() as ignored.
This commit is contained in:
parent
b139a59978
commit
f6fbb36d3b
@ -1,3 +1,8 @@
|
||||
2004-04-23 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gdk/tmpl/properties.sgml: Document the only_if_exists argument
|
||||
to gdk_atom_intern() as ignored.
|
||||
|
||||
2004-04-21 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtk-sections.txt: Add GtkFileChooserEmbed to a
|
||||
|
@ -225,11 +225,11 @@ Finds or creates an atom corresponding to a given string.
|
||||
</para>
|
||||
|
||||
@atom_name: a 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 %TRUE, and an atom does not
|
||||
already exists for the string, %GDK_NONE.
|
||||
@only_if_exists: if %TRUE, GDK is allowed to not create a new atom, but
|
||||
just return %GDK_NONE if the requested atom doesn't already
|
||||
exists. Currently, the flag is ignored, since checking the
|
||||
existance of an atom is as expensive as creating it.
|
||||
@Returns: the atom corresponding to @atom_name.
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gdk_atom_name ##### -->
|
||||
|
Loading…
Reference in New Issue
Block a user