[evolution-data-server/tintou/webdav_discover_sources_vala] M!49 - vala: Make webdav_discover_sources E.Source methods




commit 9d1505cd3518ff32bd03050fd898abf89d31d389
Author: Corentin Noël <corentin noel collabora com>
Date:   Thu Nov 5 11:50:13 2020 +0100

    M!49 - vala: Make webdav_discover_sources E.Source methods
    
    This is required as the _async and _finish functions both takes an E.Source as their
    first argument which is how an async method is defined.
    
    Closes https://gitlab.gnome.org/GNOME/evolution-data-server/-/merge_requests/49

 src/vala/EDataServer-1.2.metadata | 5 +++++
 1 file changed, 5 insertions(+)
---
diff --git a/src/vala/EDataServer-1.2.metadata b/src/vala/EDataServer-1.2.metadata
index b643b5dee..d84ba1fb2 100644
--- a/src/vala/EDataServer-1.2.metadata
+++ b/src/vala/EDataServer-1.2.metadata
@@ -26,3 +26,8 @@ strftime.tm type="Posix.tm"
 mktime_utc.tm type="Posix.tm"
 time_format_date_and_time.date_tm type="Posix.tm"
 time_format_time.date_tm type="Posix.tm"
+
+webdav_discover_sources parent="E.Source" symbol_type="method" instance_idx=0
+webdav_discover_sources_full parent="E.Source" symbol_type="method" instance_idx=0
+webdav_discover_sources_full_sync parent="E.Source" symbol_type="method" instance_idx=0
+webdav_discover_sources_sync parent="E.Source" symbol_type="method" instance_idx=0


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]