summaryrefslogtreecommitdiff
path: root/gio/src/file.hg
diff options
context:
space:
mode:
Diffstat (limited to 'gio/src/file.hg')
-rw-r--r--gio/src/file.hg9
1 files changed, 8 insertions, 1 deletions
diff --git a/gio/src/file.hg b/gio/src/file.hg
index e640934b..0f9997cd 100644
--- a/gio/src/file.hg
+++ b/gio/src/file.hg
@@ -1342,7 +1342,6 @@ public:
g_file_make_directory_finish,
errthrow)
-
_WRAP_METHOD(bool make_directory_with_parents(const Glib::RefPtr<Cancellable>& cancellable{?}),
g_file_make_directory_with_parents,
errthrow)
@@ -1351,6 +1350,14 @@ public:
g_file_make_symbolic_link,
errthrow)
+ _WRAP_METHOD(void make_symbolic_link_async(const std::string& symlink_value,
+ const SlotAsyncReady& slot{callback}, const Glib::RefPtr<Cancellable>& cancellable{.} = {},
+ int io_priority{.} = Glib::PRIORITY_DEFAULT), g_file_make_symbolic_link_async,
+ slot_name slot, slot_callback SignalProxy_async_callback)
+
+ _WRAP_METHOD(bool make_symbolic_link_finish(const Glib::RefPtr<AsyncResult>& result),
+ g_file_make_symbolic_link_finish, errthrow)
+
_WRAP_METHOD(Glib::RefPtr<FileAttributeInfoList> query_settable_attributes(const Glib::RefPtr<Cancellable>& cancellable{?}),
g_file_query_settable_attributes,
errthrow)