Skip to content
Commit ca169977 authored by Yash Singh's avatar Yash Singh Committed by Ernestas Kulik
Browse files

column-chooser: Port to G_DECLARE* type declaration

Currently, the type declaration is done manually. This patch reduces the no. of macros being used and improves
readability. It removes NautilusColumnChooserClass struct and changes the NautilusColumnChooser's type to
final as there is no need for data-hiding here, and it is not being subclassed anywhere.

https://bugzilla.gnome.org/show_bug.cgi?id=777609
parent 24c0222e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment