~midori/midori/trunk

« back to all changes in this revision

Viewing changes to katze/katze.vapi

  • Committer: Christian Dywan
  • Date: 2012-11-20 00:35:07 UTC
  • Revision ID: git-v1:c037a00e238fb985d3b19d5371a0cbb876026615
Setup Midori.App in all unit tests

This is needed to ensure stdout goes to console.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
[CCode (cprefix = "Katze", lower_case_cprefix = "katze_")]
5
5
namespace Katze {
6
 
    static string assert_str_equal (string input, string result, string expected);
 
6
    static void assert_str_equal (string input, string result, string expected);
7
7
 
8
8
    [CCode (cheader_filename = "katze/katze.h")]
9
9
    public class Array : Katze.Item {