summaryrefslogtreecommitdiff
path: root/gio/src/dataoutputstream.hg
Commit message (Collapse)AuthorAgeFilesLines
* gio/src/*.hg: Mark classes and functions with GIOMM_APIChun-wei Fan2020-03-071-2/+2
| | | | | | This prepares the build to export symbols using compiler directives, in our bid to drop gendef.exe. We will also mark pre-declarations of usage of glibmm class items with GLIBMM_API as well.
* Gio::DataOutputStream::put_string(): Don't pass std:string by valueKjell Ahlstedt2018-03-011-1/+1
|
* Update the Free Software Foundation address in copyright noticesKjell Ahlstedt2017-08-301-2/+1
| | | | Bug 786824
* Gio::Seekable: More implementations, fix base class of DataOutputStreamKjell Ahlstedt2017-07-041-8/+7
| | | | | | | | | | | * gio/src/bufferedinputstream.hg: * gio/src/bufferedoutputstream.hg: Implement Seekable. * gio/src/dataoutputstream.hg: Implement Seekable. Change the base class from BufferedOutputStream to FilterOutputStream. GSeekable was implemented in the underlying glib classes with glib bug 673034. The base class of Gio::DataOutputStream has problably been wrong from the beginning. GDataInputStream has base class GBufferedInputStream, but GDataOutputStream has base class GFilterOutputStream.
* Simplified lots of code by using the {?} _WRAP_METHOD() syntax.Murray Cumming2012-09-151-36/+8
| | | | | | | | | | | | | | | | | | | | | | * gio/src/application.[hg|ccg]: * gio/src/bufferedinputstream.[hg|ccg]: * gio/src/datainputstream.[hg|ccg]: * gio/src/dataoutputstream.[hg|ccg]: * gio/src/dbusconnection.[hg|ccg]: * gio/src/fileenumerator.[hg|ccg]: * gio/src/initable.[hg|ccg]: * gio/src/inputstream.[hg|ccg]: * gio/src/iostream.[hg|ccg]: * gio/src/outputstream.[hg|ccg]: * gio/src/resolver.[hg|ccg]: * gio/src/seekable.[hg|ccg]: * gio/src/socket.[hg|ccg]: * gio/src/socketaddressenumerator.[hg|ccg]: * gio/src/socketclient.[hg|ccg]: This relatively new gmmproc syntax lets us avoid the manual implementations and declarations just to have overloads without the Cancellable parameters. * gio/src/unixconnection.hg: This had no method overloads without Cancellable parameters but now it does.
* Remove the reduced API options and code, as discussed on mailing list.Murray Cumming2010-05-311-32/+0
| | | | | | | | | * configure.ac: Removed the --enable-api-exceptions, --enable-api-properties, --enable-api-vfuncs and --enable-api-default-signal-handlers options. * build/reduced.m4: Removed. * tools/m4/*.m4: * tools/pm/Output.pm: Remove any use of ifdefs and auto_ptr for reduced API. * *.[hg|ccg|h|cc]: Remove the idefed code.
* Rename @since back to @newinDaniel Elstner2009-08-201-1/+1
| | | | | | | | | | | | * docs/reference/Doxyfile.in (ALIASES): Rename the @since alias back to its old name @newin, but otherwise keep the parameters. Apparently there is a @since command predefined in Doxygen which I hadn't noticed. It does seem to get overridden silently, but it is better not to rely on this. * tools/pm/DocsParser.pm (convert_tags_to_doxygen): Output @newin instead of @since. * {glib,gio}/src/*.hg, {glib,gio}/{glib,gio}mm/*.h: Replace all uses of @since with @newin.
* Implement parametric Doxygen alias @since{m,n}Daniel Elstner2009-08-181-1/+1
| | | | | | | | | | | | * docs/reference/Doxyfile.in (ALIASES): Define a parametrized alias @since{major,minor} to replace the old @newin?p?* aliases which had to be defined manually for every version number used. (PREDEFINED): Predefine G_GNUC_NORETURN, G_GNUC_NULL_TERMINATED and G_GNUC_PURE to the empty expansion. Remove GTKMM_* macros. * tools/pm/DocsParser.pm (convert_tags_to_doxygen): Change "Since:" substitution to output the new generic @since alias. * {glib,gio}/src/*.hg, {glib,gio}/{glib,gio}mm/*.h: Change all uses of @newin?p?* to @since{major,minor}.
* Added unix types. Regenerated. Added buffer_size property. AddedMurray Cumming2009-02-061-0/+1
| | | | | | | | | | | | | | | | | | | 2009-02-06 Murray Cumming <murrayc@murrayc.com> * tools/extra_defs_gen/generate_defs_gio.cc: Added unix types. * gio/src/gio_signals.defs: Regenerated. * gio/src/bufferedinputstream.hg: Added buffer_size property. * gio/src/bufferedoutputstream.hg: Added buffer_size and auto_grow properties. * gio/src/datainputstream.hg: Added byte_order and newline_type properties. * gio/src/dataoutputstream.hg: Added byte_order property. * gio/src/filterinputstream.hg: Added close_base_ stream property. * gio/src/filteroutputstream.hg: * gio/src/unixinputstream.hg: Added fd and close_fd properties. * gio/src/unixoutputstream.hg: Added fd and close_fd properties. svn path=/trunk/; revision=782
* 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/+2
| | | | | | | | | | | | | | | | | | | | | | | | 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
* Removed get/set_newline_type(), which doesn't exist in the C API.Marko Anastasov2008-02-141-2/+0
| | | | | | | | | 2008-02-14 Marko Anastasov <marko.anastasov@gmail.com> * gio/src/dataoutputstream.hg: Removed get/set_newline_type(), which doesn't exist in the C API. svn path=/trunk/; revision=600
* 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
* add DataOutputStream classJonathon Jongsma2008-02-031-0/+128
* gio/src/Makefile_list_of_hg.am_fragment: * gio/src/datainputstream.hg: * gio/src/dataoutputstream.hg: add DataOutputStream class * gio/src/dataoutputstream.ccg: * gio/src/enums.ccg: * gio/src/enums.hg: moved the DataStream enums to a common enums header since they're needed by both the input and output data streams. * gio/giomm.h: add new headers svn path=/trunk/; revision=568