GNOME Bugzilla – Bug 780680
progress-persistence-handler: port away from manual decls
Last modified: 2017-03-29 14:49:54 UTC
See patch.
Created attachment 348927 [details] [review] progress-persistence-handler: 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 348927 [details] [review]: ::: src/nautilus-progress-persistence-handler.h @@ +29,3 @@ G_BEGIN_DECLS +#define NAUTILUS_TYPE_PROGRESS_PERSISTENCE_HANDLER\ This line does not need to be changed.
Created attachment 348928 [details] [review] progress-persistence-handler: 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 348928 [details] [review]: LGTM, waiting for Carlos or Ernestas to take a look too.
Review of attachment 348928 [details] [review]: LGTM as well, thanks, Diana!
Attachment 348928 [details] pushed as 54a3c21 - progress-persistence-handler: port away from manual decls
Congrats on your first contribution, Diana!