]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
Regenerate GIDL-based bindings
authorRico Tzschichholz <ricotz@ubuntu.com>
Thu, 5 Jul 2018 10:50:40 +0000 (12:50 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Thu, 5 Jul 2018 10:50:40 +0000 (12:50 +0200)
vapi/gnome-vfs-2.0.vapi
vapi/gtk+-2.0.vapi
vapi/libgda-4.0.vapi
vapi/libgnomeui-2.0.vapi
vapi/purple.vapi

index 9d9ee5d7a4f561ece2f9534da945bfd844ca4476..2a066efc7488345c6e392e513345f5170dc06fce 100644 (file)
@@ -146,16 +146,16 @@ namespace GnomeVFS {
        [Compact]
        public class FileInfo {
                public weak GnomeVFS.ACL acl;
-               public ulong atime;
+               public time_t atime;
                public GnomeVFS.FileSize block_count;
-               public ulong ctime;
+               public time_t ctime;
                public GnomeVFS.FileFlags flags;
                public uint gid;
                public weak GnomeVFS.InodeNumber inode;
                public uint io_block_size;
                public uint link_count;
                public weak string mime_type;
-               public ulong mtime;
+               public time_t mtime;
                public weak string name;
                public GnomeVFS.FilePermissions permissions;
                public uint refcount;
index 7d7da860945f7344c292dff10b3fe7bd6eb8a98f..8b9679e0c1725ec0baa8b8b2f41f58323a87efd3 100644 (file)
@@ -3559,9 +3559,9 @@ namespace Gtk {
        [Compact]
        public class RecentInfo {
                public bool exists ();
-               public ulong get_added ();
+               public time_t get_added ();
                public int get_age ();
-               public bool get_application_info (string app_name, out unowned string app_exec, out uint count, out ulong time_);
+               public bool get_application_info (string app_name, out unowned string app_exec, out uint count, out time_t time_);
                [CCode (array_length_type = "gsize")]
                public string[] get_applications ();
                public unowned string get_description ();
@@ -3570,12 +3570,12 @@ namespace Gtk {
                public string[] get_groups ();
                public Gdk.Pixbuf? get_icon (int size);
                public unowned string get_mime_type ();
-               public ulong get_modified ();
+               public time_t get_modified ();
                public bool get_private_hint ();
                public string get_short_name ();
                public unowned string get_uri ();
                public string? get_uri_display ();
-               public ulong get_visited ();
+               public time_t get_visited ();
                public bool has_application (string app_name);
                public bool has_group (string group_name);
                public bool is_local ();
index 1724634ceb612468ea7f34e6bc6651ab03cc51c4..a5b44227df1a55f7847ea49fa55fb314aa25b3ca 100644 (file)
@@ -2612,7 +2612,7 @@ namespace Gda {
        [CCode (cheader_filename = "libgda/libgda.h")]
        public static GLib.Value value_new_from_xml (Xml.Node node);
        [CCode (cheader_filename = "libgda/libgda.h")]
-       public static GLib.Value value_new_timestamp_from_timet (ulong val);
+       public static GLib.Value value_new_timestamp_from_timet (time_t val);
        [CCode (cheader_filename = "libgda/libgda.h")]
        public static void value_reset_with_type (GLib.Value value, GLib.Type type);
        [CCode (cheader_filename = "libgda/libgda.h")]
index fc121e5a455f5a994b4ff5bebe8eacc1488ee576..2e54d50888b1e15f03ed97dcf4c9e1963dc7dd47 100644 (file)
@@ -164,16 +164,16 @@ namespace Gnome {
        [CCode (cheader_filename = "libgnomeui/libgnomeui.h")]
        public class DateEdit : Gtk.HBox, Gtk.Buildable, Gtk.Orientable, Atk.Implementor {
                [CCode (has_construct_function = false, type = "GtkWidget*")]
-               public DateEdit (ulong the_time, bool show_time, bool use_24_format);
-               public void @construct (ulong the_time, Gnome.DateEditFlags flags);
+               public DateEdit (time_t the_time, bool show_time, bool use_24_format);
+               public void @construct (time_t the_time, Gnome.DateEditFlags flags);
                [CCode (has_construct_function = false, type = "GtkWidget*")]
-               public DateEdit.flags (ulong the_time, Gnome.DateEditFlags flags);
+               public DateEdit.flags (time_t the_time, Gnome.DateEditFlags flags);
                public int get_flags ();
-               public ulong get_initial_time ();
-               public ulong get_time ();
+               public time_t get_initial_time ();
+               public time_t get_time ();
                public void set_flags (Gnome.DateEditFlags flags);
                public void set_popup_range (int low_hour, int up_hour);
-               public void set_time (ulong the_time);
+               public void set_time (time_t the_time);
                [NoAccessorMethod]
                public Gnome.DateEditFlags dateedit_flags { get; set; }
                [NoAccessorMethod]
@@ -299,12 +299,12 @@ namespace Gnome {
        public class ThumbnailFactory : GLib.Object {
                [CCode (has_construct_function = false)]
                public ThumbnailFactory (Gnome.ThumbnailSize size);
-               public bool can_thumbnail (string uri, string mime_type, ulong mtime);
-               public void create_failed_thumbnail (string uri, ulong mtime);
+               public bool can_thumbnail (string uri, string mime_type, time_t mtime);
+               public void create_failed_thumbnail (string uri, time_t mtime);
                public unowned Gdk.Pixbuf generate_thumbnail (string uri, string mime_type);
-               public bool has_valid_failed_thumbnail (string uri, ulong mtime);
-               public unowned string lookup (string uri, ulong mtime);
-               public void save_thumbnail (Gdk.Pixbuf thumbnail, string uri, ulong original_mtime);
+               public bool has_valid_failed_thumbnail (string uri, time_t mtime);
+               public unowned string lookup (string uri, time_t mtime);
+               public void save_thumbnail (Gdk.Pixbuf thumbnail, string uri, time_t original_mtime);
        }
        [CCode (cheader_filename = "libgnomeui/libgnomeui.h")]
        [Compact]
@@ -678,7 +678,7 @@ namespace Gnome {
        [CCode (cheader_filename = "libgnomeui/libgnomeui.h")]
        public static bool thumbnail_has_uri (Gdk.Pixbuf pixbuf, string uri);
        [CCode (cheader_filename = "libgnomeui/libgnomeui.h")]
-       public static bool thumbnail_is_valid (Gdk.Pixbuf pixbuf, string uri, ulong mtime);
+       public static bool thumbnail_is_valid (Gdk.Pixbuf pixbuf, string uri, time_t mtime);
        [CCode (cheader_filename = "libgnomeui/libgnomeui.h")]
        public static unowned string thumbnail_md5 (string uri);
        [CCode (cheader_filename = "libgnomeui/libgnomeui.h")]
index f1ed221b0efbbf33e4f6ff1d677e713ebc84057f..9622562d7e4ef4aa3b109c79c22e2cf59d0c531d 100644 (file)
@@ -274,7 +274,7 @@ namespace Purple {
                public static unowned Purple.BuddyIcon icons_find (Purple.Account account, string username);
                public static unowned Purple.StoredImage icons_find_account_icon (Purple.Account account);
                public static unowned Purple.StoredImage icons_find_custom_icon (Purple.Contact contact);
-               public static ulong icons_get_account_icon_timestamp (Purple.Account account);
+               public static time_t icons_get_account_icon_timestamp (Purple.Account account);
                public static unowned string icons_get_cache_dir ();
                public unowned string icons_get_checksum_for_user ();
                public static void* icons_get_handle ();
@@ -353,7 +353,7 @@ namespace Purple {
                public static unowned GLib.List get_pools ();
                public static unowned GLib.List get_schemes ();
                public unowned string get_subject_name ();
-               public bool get_times (ulong activation, ulong expiration);
+               public bool get_times (time_t activation, time_t expiration);
                public unowned string get_unique_id ();
                public static unowned GLib.List get_verifiers ();
                public static unowned Purple.Certificate import (Purple.CertificateScheme scheme, string filename);
@@ -551,7 +551,7 @@ namespace Purple {
                public Purple.ConnectionFlags flags;
                public int inpa;
                public uint keepalive;
-               public ulong last_received;
+               public time_t last_received;
                public weak string password;
                public void* proto_data;
                public weak Purple.Plugin prpl;
@@ -663,7 +663,7 @@ namespace Purple {
                public void unignore (string name);
                public Purple.ConvChatBuddyFlags user_get_flags (string user);
                public void user_set_flags (string user, Purple.ConvChatBuddyFlags flags);
-               public void write (string who, string message, Purple.MessageFlags flags, ulong mtime);
+               public void write (string who, string message, Purple.MessageFlags flags, time_t mtime);
        }
        [CCode (cheader_filename = "purple.h")]
        [Compact]
@@ -682,13 +682,13 @@ namespace Purple {
                public weak Purple.Conversation conv;
                public weak Purple.BuddyIcon icon;
                public uint send_typed_timeout;
-               public ulong type_again;
+               public time_t type_again;
                public Purple.TypingState typing_state;
                public uint typing_timeout;
                public unowned Purple.Conversation get_conversation ();
                public unowned Purple.BuddyIcon get_icon ();
                public uint get_send_typed_timeout ();
-               public ulong get_type_again ();
+               public time_t get_type_again ();
                public Purple.TypingState get_typing_state ();
                public uint get_typing_timeout ();
                public void send (string message);
@@ -701,7 +701,7 @@ namespace Purple {
                public void stop_send_typed_timeout ();
                public void stop_typing_timeout ();
                public void update_typing ();
-               public void write (string who, string message, Purple.MessageFlags flags, ulong mtime);
+               public void write (string who, string message, Purple.MessageFlags flags, time_t mtime);
        }
        [CCode (cheader_filename = "purple.h")]
        [Compact]
@@ -710,7 +710,7 @@ namespace Purple {
                public weak Purple.Conversation conv;
                public Purple.MessageFlags flags;
                public weak string what;
-               public ulong when;
+               public time_t when;
                public weak string who;
        }
        [CCode (cheader_filename = "purple.h", free_function = "purple_conversation_destroy")]
@@ -751,7 +751,7 @@ namespace Purple {
                public static Purple.MessageFlags message_get_flags (Purple.ConvMessage msg);
                public static unowned string message_get_message (Purple.ConvMessage msg);
                public static unowned string message_get_sender (Purple.ConvMessage msg);
-               public static ulong message_get_timestamp (Purple.ConvMessage msg);
+               public static time_t message_get_timestamp (Purple.ConvMessage msg);
                public void present ();
                public void set_account (Purple.Account account);
                public void set_data (string key, void* data);
@@ -761,7 +761,7 @@ namespace Purple {
                public void set_title (string title);
                public void set_ui_ops (Purple.ConversationUiOps ops);
                public void update (Purple.ConvUpdateType type);
-               public void write (string who, string message, Purple.MessageFlags flags, ulong mtime);
+               public void write (string who, string message, Purple.MessageFlags flags, time_t mtime);
        }
        [CCode (cheader_filename = "purple.h")]
        [Compact]
@@ -878,11 +878,11 @@ namespace Purple {
                public weak Purple.LogLogger logger;
                public void* logger_data;
                public weak string name;
-               public ulong time;
+               public time_t time;
                public void* tm;
                public Purple.LogType type;
                [CCode (has_construct_function = false)]
-               public Log (Purple.LogType type, string name, Purple.Account account, Purple.Conversation conv, ulong time, void* tm);
+               public Log (Purple.LogType type, string name, Purple.Account account, Purple.Conversation conv, time_t time, void* tm);
                public bool common_deleter ();
                public bool common_is_deletable ();
                public static unowned GLib.List common_lister (Purple.LogType type, string name, Purple.Account account, string ext, Purple.LogLogger logger);
@@ -903,7 +903,7 @@ namespace Purple {
                public bool is_deletable ();
                public unowned string read (Purple.LogReadFlags flags);
                public static void uninit ();
-               public void write (Purple.MessageFlags type, string from, ulong time, string message);
+               public void write (Purple.MessageFlags type, string from, time_t time, string message);
        }
        [CCode (cheader_filename = "purple.h")]
        [Compact]
@@ -1538,8 +1538,8 @@ namespace Purple {
                public unowned string get_chat_user ();
                public Purple.PresenceContext get_context ();
                public unowned Purple.Conversation get_conversation ();
-               public ulong get_idle_time ();
-               public ulong get_login_time ();
+               public time_t get_idle_time ();
+               public time_t get_login_time ();
                public unowned Purple.Status get_status (string status_id);
                public unowned GLib.List get_statuses ();
                public bool is_available ();
@@ -1547,8 +1547,8 @@ namespace Purple {
                public bool is_online ();
                public bool is_status_active (string status_id);
                public bool is_status_primitive_active (Purple.StatusPrimitive primitive);
-               public void set_idle (bool idle, ulong idle_time);
-               public void set_login_time (ulong login_time);
+               public void set_idle (bool idle, time_t idle_time);
+               public void set_login_time (time_t login_time);
                public void set_status_active (string status_id, bool active);
                public void switch_status (string status_id);
        }
@@ -1791,11 +1791,11 @@ namespace Purple {
                [CCode (cname = "purple_savedstatus_find")]
                public static unowned Purple.SavedStatus find (string title);
                [CCode (cname = "purple_savedstatus_find_by_creation_time")]
-               public static unowned Purple.SavedStatus find_by_creation_time (ulong creation_time);
+               public static unowned Purple.SavedStatus find_by_creation_time (time_t creation_time);
                [CCode (cname = "purple_savedstatus_find_transient_by_type_and_message")]
                public static unowned Purple.SavedStatus find_transient_by_type_and_message (Purple.StatusPrimitive type, string message);
                [CCode (cname = "purple_savedstatus_get_creation_time")]
-               public ulong get_creation_time ();
+               public time_t get_creation_time ();
                [CCode (cname = "purple_savedstatus_get_current")]
                public static unowned Purple.SavedStatus get_current ();
                [CCode (cname = "purple_savedstatus_get_default")]
@@ -2022,7 +2022,7 @@ namespace Purple {
        [CCode (cheader_filename = "purple.h")]
        [Compact]
        public class StunNatDiscovery {
-               public ulong lookup_time;
+               public time_t lookup_time;
                [CCode (array_length = false)]
                public weak GLib.ObjectPath[] publicip;
                public weak string servername;
@@ -2211,7 +2211,7 @@ namespace Purple {
                public size_t current_buffer_size;
                public void* data;
                public weak GLib.FileStream dest_fp;
-               public ulong end_time;
+               public time_t end_time;
                public int fd;
                public weak string filename;
                public weak string local_filename;
@@ -2222,7 +2222,7 @@ namespace Purple {
                public weak string remote_ip;
                public int remote_port;
                public size_t size;
-               public ulong start_time;
+               public time_t start_time;
                public Purple.XferStatusType status;
                public Purple.XferType type;
                public void* ui_data;
@@ -2240,7 +2240,7 @@ namespace Purple {
                public unowned Purple.Account get_account ();
                public size_t get_bytes_remaining ();
                public size_t get_bytes_sent ();
-               public ulong get_end_time ();
+               public time_t get_end_time ();
                public unowned string get_filename ();
                public unowned string get_local_filename ();
                public uint get_local_port ();
@@ -2249,7 +2249,7 @@ namespace Purple {
                public uint get_remote_port ();
                public unowned string get_remote_user ();
                public size_t get_size ();
-               public ulong get_start_time ();
+               public time_t get_start_time ();
                public Purple.XferStatusType get_status ();
                public void* get_thumbnail (size_t len);
                public unowned string get_thumbnail_mimetype ();
@@ -3528,7 +3528,7 @@ namespace Purple {
        [CCode (cheader_filename = "purple.h")]
        public static void idle_init ();
        [CCode (cheader_filename = "purple.h")]
-       public static void idle_set (ulong time);
+       public static void idle_set (time_t time);
        [CCode (cheader_filename = "purple.h")]
        public static void idle_set_ui_ops (Purple.IdleUiOps ops);
        [CCode (cheader_filename = "purple.h")]
@@ -3978,9 +3978,9 @@ namespace Purple {
        [CCode (cheader_filename = "purple.h")]
        public static void prpl_got_account_actions (Purple.Account account);
        [CCode (cheader_filename = "purple.h")]
-       public static void prpl_got_account_idle (Purple.Account account, bool idle, ulong idle_time);
+       public static void prpl_got_account_idle (Purple.Account account, bool idle, time_t idle_time);
        [CCode (cheader_filename = "purple.h")]
-       public static void prpl_got_account_login_time (Purple.Account account, ulong login_time);
+       public static void prpl_got_account_login_time (Purple.Account account, time_t login_time);
        [CCode (cheader_filename = "purple.h")]
        public static void prpl_got_account_status (Purple.Account account, string status_id);
        [CCode (cheader_filename = "purple.h")]
@@ -3990,9 +3990,9 @@ namespace Purple {
        [CCode (cheader_filename = "purple.h")]
        public static void prpl_got_media_caps (Purple.Account account, string who);
        [CCode (cheader_filename = "purple.h")]
-       public static void prpl_got_user_idle (Purple.Account account, string name, bool idle, ulong idle_time);
+       public static void prpl_got_user_idle (Purple.Account account, string name, bool idle, time_t idle_time);
        [CCode (cheader_filename = "purple.h")]
-       public static void prpl_got_user_login_time (Purple.Account account, string name, ulong login_time);
+       public static void prpl_got_user_login_time (Purple.Account account, string name, time_t login_time);
        [CCode (cheader_filename = "purple.h")]
        public static void prpl_got_user_status (Purple.Account account, string name, string status_id);
        [CCode (cheader_filename = "purple.h")]
@@ -4070,13 +4070,13 @@ namespace Purple {
        [CCode (cheader_filename = "purple.h", cname = "serv_got_attention")]
        public static void serv_got_attention (Purple.Connection gc, string who, uint type_code);
        [CCode (cheader_filename = "purple.h", cname = "serv_got_chat_in")]
-       public static void serv_got_chat_in (Purple.Connection g, int id, string who, Purple.MessageFlags flags, string message, ulong mtime);
+       public static void serv_got_chat_in (Purple.Connection g, int id, string who, Purple.MessageFlags flags, string message, time_t mtime);
        [CCode (cheader_filename = "purple.h", cname = "serv_got_chat_invite")]
        public static void serv_got_chat_invite (Purple.Connection gc, string name, string who, string message, GLib.HashTable data);
        [CCode (cheader_filename = "purple.h", cname = "serv_got_chat_left")]
        public static void serv_got_chat_left (Purple.Connection g, int id);
        [CCode (cheader_filename = "purple.h", cname = "serv_got_im")]
-       public static void serv_got_im (Purple.Connection gc, string who, string msg, Purple.MessageFlags flags, ulong mtime);
+       public static void serv_got_im (Purple.Connection gc, string who, string msg, Purple.MessageFlags flags, time_t mtime);
        [CCode (cheader_filename = "purple.h")]
        public static void serv_got_join_chat_failed (Purple.Connection gc, GLib.HashTable data);
        [CCode (cheader_filename = "purple.h", cname = "serv_got_joined_chat")]
@@ -4252,7 +4252,7 @@ namespace Purple {
        [CCode (cheader_filename = "purple.h")]
        public static void str_strip_char (string str, GLib.ObjectPath thechar);
        [CCode (cheader_filename = "purple.h")]
-       public static ulong str_to_time (string timestamp, bool utc, void* tm, long tz_off, out unowned string rest);
+       public static time_t str_to_time (string timestamp, bool utc, void* tm, long tz_off, out unowned string rest);
        [CCode (cheader_filename = "purple.h")]
        public static unowned string strcasereplace (string str, string delimiter, string replacement);
        [CCode (cheader_filename = "purple.h")]
@@ -4270,7 +4270,7 @@ namespace Purple {
        [CCode (cheader_filename = "purple.h")]
        public static unowned string text_strip_mnemonic (string @in);
        [CCode (cheader_filename = "purple.h")]
-       public static ulong time_build (int year, int month, int day, int hour, int min, int sec);
+       public static time_t time_build (int year, int month, int day, int hour, int min, int sec);
        [CCode (cheader_filename = "purple.h")]
        public static unowned string time_format (void* tm);
        [CCode (cheader_filename = "purple.h")]