summaryrefslogtreecommitdiff
path: root/gio/src/file.ccg
Commit message (Expand)AuthorAgeFilesLines
* C++11: Use nullptr.Murray Cumming2015-07-161-57/+57
* C++11: More use of auto.Murray Cumming2015-07-151-23/+23
* C++11: Some use of the auto keyword.Murray Cumming2015-07-151-9/+9
* Gio::File: Add replace_contents_bytes_aync().Murray Cumming2015-03-031-0/+46
* Gio::File: Add measure_disk_usage() and measure_disk_usage_async().Murray Cumming2013-09-201-5/+86
* Gio::File: Wrap some new methods.Murray Cumming2013-07-311-0/+66
* Strip trailing whitespace.Mark Vender2012-10-291-2/+2
* File: Add remove_async() and remove_finish().Murray Cumming2012-09-161-0/+35
* Gio::File: Correct the previous commit.Murray Cumming2012-09-151-0/+5
* Gio::File: Simplify the code by using {?} in _WRAP_METHOD()Murray Cumming2012-09-151-187/+0
* Remove the reduced API options and code, as discussed on mailing list.Murray Cumming2010-05-311-603/+0
* Bug #611521 - Free Gio::SlotFileProgress (and friends) at completionDebarshi Ray2010-03-081-12/+56
* Use 0 instead of NULL.Murray Cumming2010-01-291-110/+110
* Use Glib::unwrap() instead of ->gobj(),Murray Cumming2010-01-291-48/+48
* File: Added has_parent() and supports_thread_contexts().Murray Cumming2010-01-291-0/+6
* File: Added start_mountable(), stop_mountable(), poll_mountable().Murray Cumming2010-01-281-0/+86
* File: Added create_file_readwrite() and creat_file_readwrite_async().Murray Cumming2010-01-281-0/+71
* unmount_mountable(), eject_mountable(): Add overrides with MountOperation.Murray Cumming2010-01-281-17/+102
* File, Cancellable: Added some new methods.Murray Cumming2010-01-281-0/+107
* Deprecate wrapper methods of deprecated functionsDaniel Elstner2009-08-211-0/+8
* Gio::File::load_contents() override to allow ignoring the etag contents. (Bug...Hubert Figuiere2009-06-171-0/+76
* Fix --disable-api-exceptions buildDaniel Elstner2009-03-231-1/+1
* Change license header to mention Lesser General Public License version 2.1Deng Xiyue2009-01-191-4/+4
* Added implementation of the make_directory_with_parents() method overloadMurray Cumming2009-01-031-0/+19
* Added make_directory_with_parents(), query_file_type(), monitor().Murray Cumming2008-07-161-0/+44
* Pass NULL to the underlying C function for the etags parameter in theArmin Burgmeier2008-07-021-8/+8
* Pass NULL to the underlying C function for the etags parameter in variousArmin Burgmeier2008-06-291-4/+4
* query_default_handler(), set_display_name(), query_info(),Murray Cumming2008-03-291-12/+0
* create(), replace(): Do not take an extra reference, because the CMurray Cumming2008-03-281-20/+6
* load_contents(), load_contents_finish(), load_partial_contents_finish():Murray Cumming2008-03-031-5/+93
* 2.15.7:Murray Cumming2008-02-261-0/+32
* update to match new gio API which adds a GMountMountFlags argument to allJonathon Jongsma2008-02-121-8/+16
* Added an overload of query_default_handler() without the cancellable.Murray Cumming2008-02-051-0/+21
* Added copy_async(), with overloads without slot_progress (which isMarko Anastasov2008-02-041-0/+94
* changed size param of create_sized() to type guint (in agreement withJosé Alburquerque2008-02-041-0/+120
* Added types. Regenerated.Murray Cumming2008-02-031-0/+21
* find_enclosing_mout(), append_to(): Reordered parameters and addedMurray Cumming2008-02-031-0/+62
* add BufferedInputStream classJonathon Jongsma2008-02-021-22/+1
* Added overloads of create_file(), remove(), trash(), make_directory(),Murray Cumming2008-02-021-2/+158
* Added the signal.Murray Cumming2008-02-021-0/+182
* Do not include gio.h from our public headers, to avoid polluting theMurray Cumming2008-01-271-1/+2
* Make equal() non virtual - equal_vfunc() is instead.Murray Cumming2008-01-271-19/+192
* Added a read() method overload with no cancellable parameter. Try loadingMurray Cumming2008-01-231-0/+21
* Regenerated.Murray Cumming2008-01-211-0/+76
* FileAttributeMatcher::create(): Add a default value and documentation.Murray Cumming2008-01-201-1/+1
* enumerate_children(), enumerate_children_async(), query_info(),Murray Cumming2008-01-201-6/+114
* poll_for_media(): Added documentation. Wrapped 2 vfuncs (though the .defsMurray Cumming2008-01-181-44/+142
* eject(),Murray Cumming2008-01-171-8/+29
* *_async() functions: Rearrange the parameters, so the (optional)Murray Cumming2008-01-151-67/+32
* Rename create() to create_file(), create_async() to create_file_async()Murray Cumming2008-01-111-2/+2