summaryrefslogtreecommitdiff
path: root/gio/src/file.hg
Commit message (Expand)AuthorAgeFilesLines
* Gio::File docs: Add @throwsKjell Ahlstedt2022-09-021-32/+116
* Gio::File: Add create_tmp()Kjell Ahlstedt2022-09-011-7/+40
* Gio: Add some methods for glibmm 2.74Kjell Ahlstedt2022-08-221-1/+8
* Glib, Gio: Add some methods for glibmm 2.72Kjell Ahlstedt2022-04-071-0/+41
* Gio::File docs: Fix names of thrown exceptionsKjell Ahlstedt2020-11-011-4/+3
* gio/src/*.hg: Mark all _WRAP_ENUM() with decl_prefixChun-wei Fan2020-04-041-5/+5
* gio/src/*.hg: Mark classes and functions with GIOMM_APIChun-wei Fan2020-03-071-3/+4
* Put _WRAP_VFUNC in protected sectionsKjell Ahlstedt2019-03-151-1/+1
* Use {} for function arguments initialisationTapasweni Pathak2019-01-131-8/+8
* Update the Free Software Foundation address in copyright noticesKjell Ahlstedt2017-08-301-2/+1
* Gio::Drive: Move enums into class.Murray Cumming2017-04-181-2/+2
* Gio::Mount: Move enums into class.Murray Cumming2017-04-181-22/+22
* Gio::File: Move some flags enums into the class.Murray Cumming2017-04-181-109/+109
* Fix build when _WRAP_ENUM generates enum classKjell Ahlstedt2017-04-111-115/+115
* Gio: Use Glib::ustring for file attributes of string typeKjell Ahlstedt2016-12-181-1/+1
* sigc3: .hg/.ccg files: Use sigc::slot<R(Args...)> syntax.Murray Cumming2016-11-141-3/+3
* Remove trailing whitespace.Murray Cumming2016-05-161-2/+2
* C++11: .hg\.ccg files: Replace more typedefs with using.Murray Cumming2016-03-311-3/+3
* C++11: .hg/.ccg files: Replace typedefs with using.Murray Cumming2016-03-311-3/+3
* Gio: More nullptr instead of 0Kjell Ahlstedt2015-11-231-5/+5
* Mention nullptr instead of NULL in documentation and some comments.Murray Cumming2015-11-201-1/+1
* Don't disable more deprecation warnings than necessaryKjell Ahlstedt2015-06-171-5/+0
* Gio::File: Add replace_contents_bytes_aync().Murray Cumming2015-03-031-0/+45
* Fix error messages from gmmprocKjell Ahlstedt2015-02-201-3/+1
* Tiny comment spelling fix.Murray Cumming2014-12-041-1/+1
* Fix some doxygen warningsKjell Ahlstedt2014-01-311-10/+11
* Added a comment.Murray Cumming2013-11-071-0/+2
* Gio::File: Add measure_disk_usage() and measure_disk_usage_async().Murray Cumming2013-09-201-0/+96
* Gio::File: Wrap some new methods.Murray Cumming2013-07-311-0/+45
* Documentation: Fix many warnings from Doxygen.Kjell Ahlstedt2013-01-271-30/+51
* Gio::File: Remove refreturn to avoid memory leaks.Kjell Ahlstedt2013-01-141-52/+37
* Strip trailing whitespace.Mark Vender2012-10-291-260/+260
* File: Add remove_async() and remove_finish().Murray Cumming2012-09-161-0/+29
* Gio::File: Correct the commit againMurray Cumming2012-09-151-1/+1
* Gio::File: Correct the previous commit.Murray Cumming2012-09-151-1/+15
* Gio::File: Simplify the code by using {?} in _WRAP_METHOD()Murray Cumming2012-09-151-237/+19
* Avoid some deprecation compiler warnings.Murray Cumming2011-10-261-0/+1
* Dealt with several TODOs.Murray Cumming2011-02-151-2/+46
* Remove the reduced API options and code, as discussed on mailing list.Murray Cumming2010-05-311-257/+0
* Gio::File: Add TypeTraits to fix Gtk::FileChooser::get_files() in gtkmm.Jonathon Jongsma2010-03-261-0/+40
* File: Added has_parent() and supports_thread_contexts().Murray Cumming2010-01-291-0/+12
* File: Added start_mountable(), stop_mountable(), poll_mountable().Murray Cumming2010-01-281-3/+131
* file.hg: Correct/Add newin2p* doxygen comments.Murray Cumming2010-01-281-6/+22
* File: Added create_file_readwrite() and creat_file_readwrite_async().Murray Cumming2010-01-281-7/+109
* unmount_mountable(), eject_mountable(): Add overrides with MountOperation.Murray Cumming2010-01-281-12/+74
* File, Cancellable: Added some new methods.Murray Cumming2010-01-281-0/+144
* Deprecate wrapper methods of deprecated functionsDaniel Elstner2009-08-211-0/+8
* Rename @since back to @newinDaniel Elstner2009-08-201-9/+9
* Implement parametric Doxygen alias @since{m,n}Daniel Elstner2009-08-181-9/+9
* Gio::File::load_contents() override to allow ignoring the etag contents. (Bug...Hubert Figuiere2009-06-171-0/+60