>From 5297d64c0481303ed6ac3512adc829867ed91648 Mon Sep 17 00:00:00 2001 From: Jacques-Pascal Deplaix Date: Fri, 29 Apr 2011 21:56:19 +0200 Subject: [PATCH] Vte vapi: Vte.Terminal.fork_command_full some arguments can be nullable --- vapi/vte.vapi | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/vapi/vte.vapi b/vapi/vte.vapi index 92e437b..2bdc87d 100644 --- a/vapi/vte.vapi +++ b/vapi/vte.vapi @@ -60,7 +60,7 @@ namespace Vte { public void feed_child (string text, long length); public void feed_child_binary (string data, long length); public int fork_command (string? command, [CCode (array_length = false)] string[]? argv, [CCode (array_length = false)] string[]? envv, string? working_directory, bool lastlog, bool utmp, bool wtmp); - public bool fork_command_full (Vte.PtyFlags pty_flags, string? working_directory, [CCode (array_length = false)] string[]? argv, [CCode (array_length = false)] string[]? envv, GLib.SpawnFlags spawn_flags, GLib.SpawnChildSetupFunc child_setup, GLib.Pid child_pid) throws GLib.Error; + public bool fork_command_full (Vte.PtyFlags pty_flags, string? working_directory, [CCode (array_length = false)] string[] argv, [CCode (array_length = false)] string[]? envv, GLib.SpawnFlags spawn_flags, GLib.SpawnChildSetupFunc? child_setup, GLib.Pid *child_pid) throws GLib.Error; public int forkpty (string[] envv, string working_directory, bool lastlog, bool utmp, bool wtmp); public unowned Gtk.Adjustment get_adjustment (); public bool get_allow_bold (); -- 1.7.5