~mhr3/dee/gir-compare-row-func

« back to all changes in this revision

Viewing changes to vapi/Dee-1.0.metadata

  • Committer: Tarmac
  • Author(s): Mikkel Kamstrup Erlandsen
  • Date: 2012-01-09 17:26:12 UTC
  • mfrom: (333.1.11 sorted)
  • Revision ID: tarmac-20120109172612-fc01ukxmajou3ks0
Adds two new methods to the DeeModel interface: insert_row_sorted() and find_row_sorted(). Adding varargs convenience functions as well. There are linear default impls covering all our classes in DeeSerializableModel. We have optimized tree-based algorithms implemented for DeeSequenceModel and DeeFilterModel.

The Python support is currently broken on some bug in pygobject. I believed that my pygobject patches on https://bugzilla.gnome.org/show_bug.cgi?id=667244 would fix this, but testing unfortunately confirms that it doesn't.... Fixes: https://bugs.launchpad.net/bugs/913128. Appoved by Michal Hruby.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
        .get_row.out_row_members default=null
10
10
        .insert skip=false
11
11
        .insert_before skip=false
 
12
        .insert_sorted skip=false
 
13
        .find_sorted skip=false
12
14
        .prepend skip=false
13
15
        .set skip=false
14
16
        .set_schema skip=false