summaryrefslogtreecommitdiff
path: root/gio/src/bufferedinputstream.hg
Commit message (Collapse)AuthorAgeFilesLines
* Change license header to mention Lesser General Public License version 2.1Deng Xiyue2009-01-191-4/+4
| | | | | | | | | | 2009-01-20 Deng Xiyue <manphiz@gmail.com> * Change license header to mention Lesser General Public License version 2.1 instead of Library General Public License, to be consistent with COPYING. svn path=/trunk/; revision=779
* Put these in a Streams doxygen group. We should think of some more groups,Murray Cumming2008-03-031-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | 2008-03-03 Murray Cumming <murrayc@murrayc.com> * gio/src/bufferedinputstream.hg: * gio/src/bufferedoutputstream.hg: * gio/src/datainputstream.hg: * gio/src/dataoutputstream.hg: * gio/src/fileinputstream.hg: * gio/src/fileoutputstream.hg: * gio/src/filterinputstream.hg: * gio/src/filteroutputstream.hg: * gio/src/inputstream.hg: * gio/src/memoryinputstream.hg: * gio/src/mount.hg: * gio/src/outputstream.hg: * gio/src/seekable.hg: * gio/src/unixinputstream.hg: * gio/src/unixoutputstream.hg: Put these in a Streams doxygen group. We should think of some more groups, maybe by looking at the C documentation. svn path=/trunk/; revision=630
* Correct hand-coded documentation, to talk about throwing exceptions ratherMurray Cumming2008-02-271-1/+1
| | | | | | | | | | | | | | | | | | 2008-02-27 Murray Cumming <murrayc@murrayc.com> * gio/src/asyncresult.hg: * gio/src/file.hg: * gio/src/fileenumerator.hg: * gio/src/fileinputstream.hg: * gio/src/fileoutputstream.hg: * gio/src/gio_docs_override.xml: * gio/src/inputstream.hg: * gio/src/outputstream.hg: Correct hand-coded documentation, to talk about throwing exceptions rather than setting or returning errors. * gio/src/mount.hg: Add class documentation based on the C documentation. svn path=/trunk/; revision=627
* 'upgraded' the doxygen config file since doxygen was complaining aboutJonathon Jongsma2008-02-261-2/+2
| | | | | | | | | | | | | | | * docs/reference/Doxyfile.in: 'upgraded' the doxygen config file since doxygen was complaining about obsolete options * gio/giomm/contenttype.h: * gio/src/bufferedinputstream.hg: * gio/src/file.hg: * gio/src/fileoutputstream.hg: * gio/src/outputstream.hg: * glib/src/checksum.hg: * glib/src/keyfile.hg: fixed a bunch of minor doxygen warnings svn path=/trunk/; revision=624
* Comment out _WRAP_VFUNC() lines because we decided that they are notMurray Cumming2008-02-201-1/+1
| | | | | | | | | | | | | | | | | | 2008-02-20 Murray Cumming <murrayc@murrayc.com> * gio/src/appinfo.hg: * gio/src/bufferedinputstream.hg: * gio/src/drive.hg: * gio/src/file.hg: * gio/src/filemonitor.hg: * gio/src/icon.hg: * gio/src/seekable.hg: * gio/src/volume.hg: * gio/src/volumemonitor.hg: Comment out _WRAP_VFUNC() lines because we decided that they are not useful (people will not create new implementations with giomm) and are a potential source of errors. svn path=/trunk/; revision=606
* Regenerated with h2defs.py.Marko Anastasov2008-02-121-0/+2
| | | | | | | | | | | | | | | | | | | | | | | 2008-02-12 Marko Anastasov <marko.anastasov@gmail.com> * gio/src/gio_methods.defs: Regenerated with h2defs.py. * gio/src/unixinputstream.hg: * gio/src/unixoutputstream.hg: Made wrapped constructors protected. * gio/src/bufferedinputstream.hg: * gio/src/datainputstream.hg: * gio/src/dataoutputstream.hg: Ditto for Data*Streams, and marked some hand-wrapped functions to ignore. * gio/src/mountoperation.hg: Wrote a note about ask_question signal, still to be wrapped. * gio/src/volume.hg: Added should_automount(). * gio/giomm: Updated svn:ignore properties. svn path=/trunk/; revision=598
* Moved the Priorities enum into Though all the giomm stuff seems to alreadyMurray Cumming2008-02-071-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | 2008-02-07 Murray Cumming <murrayc@murrayc.com> * glib/glibmm/Makefile.am: * glib/glibmm/main.h: Moved the Priorities enum into * glib/glibmm/priorities.h: Though all the giomm stuff seems to already include main.h anyway. It probably shouldn't, and then we can include priorities.h only. * gio/src/bufferedinputstream.hg: * gio/src/file.hg: * gio/src/fileenumerator.hg: * gio/src/fileinputstream.hg: * gio/src/fileoutputstream.hg: * gio/src/gio_methods.defs: * gio/src/inputstream.hg: * gio/src/outputstream.hg: Use Glib::PRIORITY_DEFAULT instead of G_PRIORITY_DEFAULT. * glib/src/iochannel.ccg: Add some ifdefs to avoid unused parameter warnings when exceptions are disabled, because our current trick for that is now causing another warning instead. svn path=/trunk/; revision=589
* find_enclosing_mout(), append_to(): Reordered parameters and addedMurray Cumming2008-02-031-0/+1
| | | | | | | | | | | 2008-02-03 Murray Cumming <murrayc@murrayc.com> * gio/src/file.ccg: * gio/src/file.hg: find_enclosing_mout(), append_to(): Reordered parameters and added overload without cancellable. Removed superfluous monitor_file() overload. svn path=/trunk/; revision=565
* Move a signal-specific conversion here, because these conversions areMurray Cumming2008-02-021-15/+22
| | | | | | | | | | | | 2008-02-03 Murray Cumming <murrayc@murrayc.com> * tools/m4/convert_gio.m4: * gio/src/bufferedinputstream.hg: Move a signal-specific conversion here, because these conversions are unusual and shouldn't be used by mistake elsewhere, and when they are next to the signal then it is more obvious why they take a reference (also fixed). svn path=/trunk/; revision=564
* add BufferedInputStream classJonathon Jongsma2008-02-021-0/+90
* gio/src/gio_vfuncs.defs: * gio/src/Makefile_list_of_hg.am_fragment: * gio/src/bufferedinputstream.ccg: * gio/src/bufferedinputstream.hg: add BufferedInputStream class * gio/giomm/slot_async.cc: * gio/giomm/slot_async.h: split out the SlotProxy_async_callback so it doesn't have to be implemented in every file * gio/src/drive.ccg: * gio/src/file.ccg: * gio/src/file.hg: * gio/src/fileenumerator.ccg: * gio/src/fileinputstream.ccg: * gio/src/fileoutputstream.ccg: * gio/src/inputstream.ccg: * gio/src/mount.ccg: * gio/src/outputstream.ccg: * gio/src/volume.ccg: use the common SlotProxy_async_callback function in all of these files * tools/m4/convert_gio.m4: add conversion for Cancellable * gio/giomm/Makefile.am: indenting changes svn path=/trunk/; revision=560