summaryrefslogtreecommitdiff
path: root/gio/src/fileinfo.hg
diff options
context:
space:
mode:
authorMarko Anastasov <marko.anastasov@gmail.com>2008-01-17 19:16:07 +0000
committerMarko Anastasov <markoa@src.gnome.org>2008-01-17 19:16:07 +0000
commitfbe586c2af06bfd25dfc16123e97b2f5aeb0775a (patch)
treeaa8e43b21bda12b96bb777c46bed4c566c04fe7e /gio/src/fileinfo.hg
parentf32293f3925b83f99074d897c9801101ee27b88a (diff)
downloadglibmm-fbe586c2af06bfd25dfc16123e97b2f5aeb0775a.tar.gz
Fixed const-ness of Cancellables.
2008-01-17 Marko Anastasov <marko.anastasov@gmail.com> * gio/src/inputstream.ccg: * gio/src/inputstream.hg: Fixed const-ness of Cancellables. * gio/src/fileinputstream.ccg: * gio/src/fileinputstream.ccg: * gio/src/fileoutputstream.ccg: * gio/src/fileoutputstream.hg: Added an overload of query_info_async(), * gio/src/outputstream.ccg: * gio/src/outputstream.hg: write_async(), splice_async() without the Cancellable. Patch from José Alburquerque, bug #510080. svn path=/trunk/; revision=519
Diffstat (limited to 'gio/src/fileinfo.hg')
-rw-r--r--gio/src/fileinfo.hg3
1 files changed, 1 insertions, 2 deletions
diff --git a/gio/src/fileinfo.hg b/gio/src/fileinfo.hg
index 5d4debf7..2196e638 100644
--- a/gio/src/fileinfo.hg
+++ b/gio/src/fileinfo.hg
@@ -132,8 +132,7 @@ public:
_WRAP_METHOD(std::string get_content_type() const, g_file_info_get_content_type)
_WRAP_METHOD(goffset get_size() const, g_file_info_get_size)
- //TODO: Change this to a return value?
- _WRAP_METHOD(void get_modification_time(Glib::TimeVal& mtime) const, g_file_info_get_modification_time)
+ Glib::TimeVal modification_time() const;
_WRAP_METHOD(std::string get_symlink_target() const, g_file_info_get_symlink_target)
_WRAP_METHOD(std::string get_etag() const, g_file_info_get_etag)