~midori/midori/trunk

« back to all changes in this revision

Viewing changes to midori/midori.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:
8
8
    [CCode (cheader_filename = "midori/midori.h")]
9
9
    public class App : GLib.Object {
10
10
        public App ();
11
 
        public static bool setup ([CCode (array_length_pos = 0.9)] ref unowned string[] args, [CCode (array_length = false)] GLib.OptionEntry[]? entries);
 
11
        public static void setup ([CCode (array_length_pos = 0.9)] ref unowned string[] args, [CCode (array_length = false)] GLib.OptionEntry[]? entries);
12
12
        public Browser create_browser ();
13
13
        public GLib.List<weak Browser> get_browsers ();
14
14