Skip to content
Commit d8ac3a7b authored by Murray Cumming's avatar Murray Cumming
Browse files

Application: Use _WRAP_CTOR() and _WRAP_CREATE() instead of _WRAP_METHOD().

* gtk/src/application.hg: This adds a protected constructor and makes the
create() method just call that, which is the normal ways to do things.
Maybe we had wrapped gtk_application_new() directly before because it maybe
once did more than call g_object_new(), but that is fine now.
Now people can derive from this class.

This fixes bug #637445 (Yannick Guesnet)
parent 3e704034
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