From b898d19a1706538423c45f6737d028bbe1defd29 Mon Sep 17 00:00:00 2001 From: Fina Wilke Date: Thu, 19 Jan 2023 18:08:27 +0100 Subject: vapi: Update gnome-desktop-3.0 and gnome-desktop-4 --- vapi/gnome-desktop-3.0.vapi | 2 ++ vapi/gnome-desktop-4.vapi | 2 ++ 2 files changed, 4 insertions(+) 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; } } -- cgit v1.2.1