GNOME Bugzilla – Bug 780697
progress-info-manager: port away from manual decls
Last modified: 2017-03-30 19:38:02 UTC
This patch reduces the number of macros used to define the type, by means of the macro G_DECLARE*, and improves the readability of code.
Created attachment 348944 [details] [review] progress-info-manager: port away from manual decls This patch reduces the number of macros used to define the type, by means of the macro G_DECLARE*, and improves the readability of code.
Review of attachment 348944 [details] [review]: Looks good besides the coding style issue, thanks! ::: src/nautilus-progress-info-manager.c @@ +164,1 @@ l->data); There's a misalignment here with the line above (probably because self->priv became self)
Created attachment 348956 [details] [review] progress-info-manager: port away from manual decls This patch reduces the number of macros used to define the type, by means of the macro G_DECLARE*, and improves the readability of code.
Review of attachment 348956 [details] [review]: Looks good, thanks! Waiting for Ernestas / Carlos to take a look.
Review of attachment 348956 [details] [review]: LGTM thanks!