Skip to content
Commit dcd4eb31 authored by Sirbu Lavinia Stefania's avatar Sirbu Lavinia Stefania Committed by Carlos Soriano Sánchez
Browse files

bookmark-list: port to G_DECLARE* type declaration

Currently we are using the old GObject class declarations, which have two
problems.

One problem is that we cannot use smart pointers like g_autoptr. The other
problem is the boilerplate code generated that makes the code less readable,
so harder to understand.

To fix this use G_DECLARE* type.

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