From: Fina Wilke Date: Thu, 19 Jan 2023 17:08:27 +0000 (+0100) Subject: vapi: Update gnome-desktop-3.0 and gnome-desktop-4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b898d19a1706538423c45f6737d028bbe1defd29;p=thirdparty%2Fvala.git vapi: Update gnome-desktop-3.0 and gnome-desktop-4 --- diff --git a/vapi/gnome-desktop-3.0.vapi b/vapi/gnome-desktop-3.0.vapi index 34dbac65c..60bec1a05 100644 --- a/vapi/gnome-desktop-3.0.vapi +++ b/vapi/gnome-desktop-3.0.vapi @@ -290,6 +290,8 @@ namespace Gnome { public string string_for_datetime (GLib.DateTime now, GDesktop.ClockFormat clock_format, bool show_weekday, bool show_full_date, bool show_seconds); public string clock { get; } [NoAccessorMethod] + public bool force_seconds { get; set; } + [NoAccessorMethod] public bool time_only { get; set; } public GLib.TimeZone timezone { get; } } diff --git a/vapi/gnome-desktop-4.vapi b/vapi/gnome-desktop-4.vapi index 6378f4920..8514b77b4 100644 --- a/vapi/gnome-desktop-4.vapi +++ b/vapi/gnome-desktop-4.vapi @@ -87,6 +87,8 @@ namespace Gnome { public string string_for_datetime (GLib.DateTime now, GDesktop.ClockFormat clock_format, bool show_weekday, bool show_full_date, bool show_seconds); public string clock { get; } [NoAccessorMethod] + public bool force_seconds { get; set; } + [NoAccessorMethod] public bool time_only { get; set; } public GLib.TimeZone timezone { get; } }