summaryrefslogtreecommitdiff
path: root/gio/src/file.hg
Commit message (Expand)AuthorAgeFilesLines
* Gio::File: Remove refreturn to avoid memory leaks.Kjell Ahlstedt2013-01-141-52/+37
* Strip trailing whitespace.Mark Vender2012-11-051-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
* Fix --disable-api-exceptions buildDaniel Elstner2009-03-231-9/+15
* Change license header to mention Lesser General Public License version 2.1Deng Xiyue2009-01-191-4/+4
* Added make_directory_with_parents(), query_file_type(), monitor().Murray Cumming2008-07-161-2/+80
* query_default_handler(), set_display_name(), query_info(),Murray Cumming2008-03-291-1/+1
* Documentation: Remove/fix mentions of 0 when we mean something else.Murray Cumming2008-03-281-13/+12
* Include giomm/error.h Because Gio::Error is thrown by some of theseMurray Cumming2008-03-181-0/+1
* load_contents(), load_contents_finish(), load_partial_contents_finish():Murray Cumming2008-03-031-16/+59
* Correct hand-coded documentation, to talk about throwing exceptions ratherMurray Cumming2008-02-271-102/+100
* 2.15.7:Murray Cumming2008-02-261-0/+39
* 'upgraded' the doxygen config file since doxygen was complaining aboutJonathon Jongsma2008-02-261-19/+19
* Initial work for another API change: g_file_contains_file() has beenWouter Bolsterlee2008-02-251-3/+3
* Comment out _WRAP_VFUNC() lines because we decided that they are notMurray Cumming2008-02-201-14/+14
* equal(), get_relative_file(), contains_file(): Take const File parameters.Murray Cumming2008-02-201-8/+8
* update to match new gio API which adds a GMountMountFlags argument to allJonathon Jongsma2008-02-121-8/+9
* Moved the Priorities enum into Though all the giomm stuff seems to alreadyMurray Cumming2008-02-071-22/+22
* Added an overload of query_default_handler() without the cancellable.Murray Cumming2008-02-051-0/+11
* Added copy_async(), with overloads without slot_progress (which isMarko Anastasov2008-02-041-0/+72
* remove an obsolete TODO add LoadableIcon vfunc definitionsJonathon Jongsma2008-02-041-1/+0
* changed size param of create_sized() to type guint (in agreement withJosé Alburquerque2008-02-041-0/+89
* Added types. Regenerated.Murray Cumming2008-02-031-1/+28
* find_enclosing_mout(), append_to(): Reordered parameters and addedMurray Cumming2008-02-031-5/+66
* add BufferedInputStream classJonathon Jongsma2008-02-021-2/+2
* Added overloads of create_file(), remove(), trash(), make_directory(),Murray Cumming2008-02-021-14/+138
* Added the signal.Murray Cumming2008-02-021-21/+195
* get_child_for_display_name(): Change the display_name parameter to aMurray Cumming2008-01-291-2/+2
* Split intoMurray Cumming2008-01-271-1/+1
* Do not include gio.h from our public headers, to avoid polluting theMurray Cumming2008-01-271-2/+4
* Make equal() non virtual - equal_vfunc() is instead.Murray Cumming2008-01-271-19/+228
* Added a read() method overload with no cancellable parameter. Try loadingMurray Cumming2008-01-231-3/+16
* Regenerated.Murray Cumming2008-01-211-3/+65