GNOME Bugzilla – Bug 618498
Migrate API docs from templates to source files (GdkWindow)
Last modified: 2010-05-14 15:21:27 UTC
Created attachment 160946 [details] [review] Patch that migrates API docs. Patch that migrates GdkWindow related docs to comments in sources.
Review of attachment 160946 [details] [review]: The patch looks good, only some minor comments ::: gdk/gdktypes.h @@ +61,3 @@ + * GDK_PARENT_RELATIVE: + * + * A special value for <literal>GdkPixmap*</literal> variables, indicating You can use #GdkPixmap here ::: gdk/gdkwindow.c @@ +101,3 @@ + * cairo_t *cr; + * + * // get our child (in this case, the event box) Do not use C99 comments, use /**/ instead
Created attachment 161034 [details] [review] Updated patch
Comment on attachment 161034 [details] [review] Updated patch Updated patch per recommendations.
Comment on attachment 161034 [details] [review] Updated patch Committed a bit different patch in commit ff61948d1393c7500ecbea4b03c87c744ce371b7 I've put the doc example code in examples/gdk
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.