summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2018-11-20 13:03:31 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2018-12-20 16:34:01 +0100
commitb3c24826e9cc5fef3be0e27bee32d20845be6618 (patch)
treee03883b6ced9c6c927db70e300c542772a347fe2
parent223ae8314e9ab6192c6157a8b6ab77eb4bdfaebf (diff)
downloadvala-b3c24826e9cc5fef3be0e27bee32d20845be6618.tar.gz
gdk-x11-3.0: Update to 3.24.1+356f1f59
-rw-r--r--vapi/gdk-x11-3.0.vapi4
1 files changed, 2 insertions, 2 deletions
diff --git a/vapi/gdk-x11-3.0.vapi b/vapi/gdk-x11-3.0.vapi
index 6bcf1c868..90291ec03 100644
--- a/vapi/gdk-x11-3.0.vapi
+++ b/vapi/gdk-x11-3.0.vapi
@@ -77,7 +77,7 @@ namespace Gdk {
[Version (since = "2.2")]
public static unowned Gdk.X11.Display lookup_for_xdisplay (X.Display xdisplay);
[Version (since = "2.8")]
- public void set_cursor_theme (string theme, int size);
+ public void set_cursor_theme (string? theme, int size);
[Version (since = "3.0")]
public void set_startup_notification_id (string startup_id);
[Version (since = "3.10")]
@@ -212,7 +212,7 @@ namespace Gdk {
public static void register_standard_event_type (Gdk.X11.Display display, int event_base, int n_events);
[CCode (cheader_filename = "gdk/gdkx.h")]
[Version (since = "2.24")]
- public static void set_sm_client_id (string sm_client_id);
+ public static void set_sm_client_id (string? sm_client_id);
[CCode (cheader_filename = "gdk/gdkx.h")]
public static void ungrab_server ();
[CCode (cheader_filename = "gdk/gdkx.h")]