Skip to content
Commit c86b2fe8 authored by Simon Feltman's avatar Simon Feltman
Browse files

Add GIBaseInfo.equal method

Break PyGIBaseInfo rich compare into two methods: equal and richcompare.
Equal is a direct exposure of the GI method and richcompare makes use of
this with additional support for Pyton "==" and "!=" operators.

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