GNOME Bugzilla – Bug 752502
Documentation fix for GdkGLContext
Last modified: 2015-07-19 18:19:12 UTC
Created attachment 307573 [details] [review] Change property description from GdkWindow to GdkDisplay A little error in the documentation in gdk/gdkglcontext.c
Review of attachment 307573 [details] [review]: Thanks for the patch! ::: gdk/gdkglcontext.c @@ +256,3 @@ * GdkGLContext:display: * + * The #GdkDisplay the gl context is from. The wording is a bit awkward — it was awkward in the beginning, so it's really my fault. I'd rewrite it as: The #GdkDisplay used to create the #GdkGLContext.
Created attachment 307574 [details] [review] GdkGLContext little fix to property names and descriptions Changed as suggested + did a quick pass on the other properties there too.
Review of attachment 307574 [details] [review]: Looks good, thanks!