]> 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>
Fri, 10 Feb 2023 17:19:14 +0000 (18:19 +0100)
vapi/gnome-desktop-3.0.vapi
vapi/gnome-desktop-4.vapi

index 34dbac65cb8f23056a230ac5aaf934bfed9a9a26..60bec1a0518bb50dab7366e0b7826f1af4f192ef 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 6378f4920c382f0a94e521ffb2ff1ce4c1dd892f..8514b77b4d6fd9ccdaf3fd9d4a7f4d38bf3747da 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; }
        }