~ken-vandine/dee/collator_desc

« back to all changes in this revision

Viewing changes to vapi/dee-1.0.vapi

  • Committer: Ken VanDine
  • Date: 2011-06-29 13:19:14 UTC
  • mfrom: (281.1.1 dee-trunk)
  • Revision ID: ken.vandine@canonical.com-20110629131914-zozwmru546v7n23r
Added dee_filter_new_collator_desc, almost the same as dee_filter_new_collator except it reverses the sort

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
                [CCode (has_construct_function = false)]
41
41
                public Filter.collator (uint column);
42
42
                [CCode (has_construct_function = false)]
 
43
                public Filter.collator_desc (uint column);
 
44
                [CCode (has_construct_function = false)]
43
45
                public Filter.for_any_column (uint column, GLib.Variant value);
44
46
                [CCode (has_construct_function = false)]
45
47
                public Filter.for_key_column (uint column, string key);