~kamstrup/dee/benchmark

« back to all changes in this revision

Viewing changes to vapi/Dee-0.5-custom.vala

  • Committer: Tarmac
  • Author(s): Michal Hruby
  • Date: 2011-11-29 16:41:22 UTC
  • mfrom: (308.2.2 more-sugar)
  • Revision ID: tarmac-20111129164122-mv9xobl1dex5jkae
. Fixes: . Reviewed by Didier Roche.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
namespace Dee {
2
 
 
3
2
        [CCode (free_function = "g_free")]
4
 
  [Compact]
 
3
        [Compact]
5
4
        public class Filter {
6
5
                [CCode (has_construct_function = false)]
7
6
                public Filter.collator (uint column);
14
13
                [CCode (has_construct_function = false)]
15
14
                public Filter.regex (uint column, GLib.Regex regex);
16
15
        }
17
 
        
 
16
        [CCode (ref_function = "", unref_function = "")]
 
17
        [Compact]
 
18
        public class ModelIter {
 
19
        }
18
20
        public interface ResultSet {
19
21
                [CCode (cname = "_vala_dee_result_set_iterator")]
20
22
                public Dee.ResultSet iterator ();