]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
vapi: Update gnome-desktop-3.0 and gnome-desktop-4
authorFina Wilke <code@felinira.net>
Thu, 19 Jan 2023 17:08:27 +0000 (18:08 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Sat, 11 Feb 2023 19:19:16 +0000 (20:19 +0100)
vapi/gnome-desktop-3.0.vapi
vapi/gnome-desktop-4.vapi

index 7a5b2954bf0650906d2a1f3218502598e5a83b40..abd414b0dffbfdce2182ca8de92b93815e4f947d 100644 (file)
@@ -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; }
        }
index 04ef5b299f5ec9f545f00c46943e1f8223148989..f0653883a3050c29b6c048a77be1984461becbcd 100644 (file)
@@ -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; }
        }