Skip to content
Commit 21a510ab authored by Zurzic Zeljko's avatar Zurzic Zeljko Committed by Razvan Chitu
Browse files

undo-file-manager: make the class final and port to G_DECLARE* type declaration

Changed the old GObject class declarations in order to use smart pointers to
generate some functionalities and make the code more readable.

The class should not be derivable as its` functionality logics requires it to be
final.

To fix this use G_DECLARE* type and make the class final instead of derivable.

https://bugzilla.gnome.org/show_bug.cgi?id=773831
parent c03c8674
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