Skip to content
Commit 81861bc2 authored by Steve Frécinaux's avatar Steve Frécinaux
Browse files

Drop pygobject_construct() from public API.

These functions were introduced in 2005 because python objects could not
"just" be instantiated using g_object_new(), but this is not true
anymore since the introduction of new-style constructors. Hence this API
has no reason to be there anymore.

Nowadays, people who want to construct GObjects defined in python should
just use g_object_new().

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