GNOME Bugzilla – Bug 781451
Use documented named constants instead of magic literals
Last modified: 2017-04-18 17:17:32 UTC
There are some places where we should use: * G_FILE_QUERY_INFO_NONE, not 0 * Use GLib.PRIORITY_DEFAULT, not 0 * Gio.FILE_ATTRIBUTE_STANDARD_TYPE, not 'standard::type' The named constants are documented in the API and easier to read.
Created attachment 349998 [details] [review] application: Use GIO's named constant instead of 'standard::type'
Created attachment 349999 [details] [review] application, documents: Use GLib.PRIORITY_DEFAULT instead of 0
Created attachment 350000 [details] [review] Use G_FILE_QUERY_INFO_NONE instead of 0
Review of attachment 349998 [details] [review]: ++
Review of attachment 349999 [details] [review]: ++
Review of attachment 350000 [details] [review]: ++
Thanks for the quick review!