GNOME Bugzilla – Bug 604821
Missing ``Since: 2.18'' tag in new GdkWindow functions/properties
Last modified: 2010-01-03 20:17:17 UTC
Following functions have been added in GTK/GDK 2.18.x but have no ``Since: 2.18'' tag in their doc: gdk_window_get_root_coords gdk_window_is_destroyed Also the new "cursor" property has no detailed documentation and the default documentation does not generate the ``Since: 2.18'' tag. All these symbols are defined in gdkwindow.c.
Created attachment 149929 [details] [review] Add missing Since: 2.18 tag
Looks fine to me. I think Javier should have general permission to just commit documentation fixes.
Comment on attachment 149929 [details] [review] Add missing Since: 2.18 tag commit 674dd557e81f77d2a6fcf7a6e1b87c7ee369a6c6
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.
Thank you for your fix, it's a pleasure for me to support the GTK project at least with a bug report. But you have missed the "cursor" property which still has no documentation and thus no Since tag. The doc could be something like: /** * GdkWindow:cursor: * * The mouse pointer for a #GdkWindow. See gdk_window_set_cursor() for details. * * Since: 2.18 */ Sorry, I have not yet set up the GTK+ development environment so I cannot test it or prepare a patch.
(In reply to comment #2) > Looks fine to me. I think Javier should have general permission to just commit > documentation fixes. Sure. Javier, feel free to commit trivial documentation fixes like this.
(In reply to comment #5) > Thank you for your fix, it's a pleasure for me to support the GTK project at > least with a bug report. Thank you to you for the bug report ;) > Sorry, I have not yet set up the GTK+ development environment so I cannot test it or prepare a patch. If you are interested, you can take a look here to make your own patches: http://live.gnome.org/GnomeLove/SubmittingPatches Regards
Created attachment 150130 [details] [review] doc for cursor property
Javier, thank you for your patches and a hint about making my own ones. Next time I will try to prepare the patch, too. Now we're waiting for the commit of your latest doc.
Comment on attachment 150130 [details] [review] doc for cursor property Thanks Rafal to remember this. commit bef70bc5bf73d6c5020f0d606c49321e9d424bd6