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-Tag: 0.56.4~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=47675a69da8efdc4d61658a6c86ceabe80c58a4a;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 7a5b2954b..abd414b0d 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 04ef5b299..f0653883a 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; } }