summaryrefslogtreecommitdiff
path: root/glib/giochannel.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "Rename user data parameters to user_data"badcel2023-01-091-1/+1
* giochannel: Add G_IO_FLAG_NONESimon McVittie2022-06-231-0/+1
* Rename user data parameters to user_dataTestingPlant2022-05-221-1/+1
* glib: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* minor typos in the documentation (a/an)Дилян Палаузов2019-08-241-1/+1
* glib/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* giochannel: Remove old win32 codepage ABI compat codeChristoph Reiter2017-04-061-11/+0
* Doc: glib: Fix all undocumented/unused/undeclared symbolsXavier Claessens2014-12-121-0/+2
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Fix deprecation warning for g_io_channel_readRobert Ancell2013-04-101-1/+1
* Make G_IO_FLAG_IS_WRITEABLE and enum valueMatthias Clasen2013-02-041-3/+1
* move GIOCondition to gmain.h from giochannel.hRyan Lortie2013-01-151-10/+0
* various: add GLIB_AVAILABLE_IN_ALL everywhere elseRyan Lortie2013-01-131-0/+43
* Move single-include guards inside include guardsMatthias Clasen2012-12-271-3/+3
* win32: re-fix the _utf8 compat function situationDan Winship2012-11-161-0/+8
* win32: misc warning fixesDan Winship2012-11-151-0/+6
* win32: add gwin32compat.h, for utf8-renaming compatibility definesDan Winship2012-11-151-4/+0
* Don't use G_DISABLE_DEPRECATED guards around deprecated functionsMatthias Clasen2011-11-031-2/+0
* Make single includes mandatoryMatthias Clasen2011-10-121-1/+1
* Use GLIB_DEPRECATED instead of G_GNUC_DEPRECATED in our headersChun-wei Fan2011-10-111-4/+11
* Add G_GNUC_DEPRECATED to deprecated APIs in glibMatthias Clasen2011-10-081-11/+11
* Fix spelling of G_IO_FLAG_IS_WRITEABLEDavid Schleef2011-09-081-1/+4
* Remove all uses of G_CONST_RETURNRyan Lortie2011-06-091-2/+2
* Revert "Remove all uses of G_CONST_RETURN"Emmanuele Bassi2011-03-151-2/+2
* Remove all uses of G_CONST_RETURNRyan Lortie2011-03-151-2/+2
* Bug 638185 - GIOCondition should be annotated as "flags"Andreas Rottmann2011-02-221-1/+1
* Fix problems on 64-bit Windows. Avoid warnings, some of which indicatedTor Lillqvist2008-07-281-0/+8
* fix a commentMatthias Clasen2008-06-191-1/+1
* #define __GLIB_H_INSIDE__ around including everything.Michael Natterer2008-05-051-1/+1
* make it possible to disable single-file includes by definingMichael Natterer2008-03-141-1/+5
* Make ref_count a gint to avoid compiler warnings. (#321977, AndrewMatthias Clasen2006-12-161-1/+1
* Make g_io_channel_ref(), g_main_context_ref(), g_hook_ref(),Matthias Clasen2004-11-081-1/+1
* Redefine also g_io_channel_new_file to the UTF-8 version on Win32.Tor Lillqvist2004-10-291-0/+4
* glib/giochannel.h Remove bogus (Win32-only) declaration ofTor Lillqvist2003-06-051-7/+4
* Trivial s/foo/foo_/ fixes to make <glib.h> includable with -WshadowSoeren Sandmann2002-11-081-1/+1
* Add a little bit of padding.Owen Taylor2002-02-231-0/+3
* Updated.Owen Taylor2002-02-151-3/+3
* Modified Files: glib/ChangeLog glib/glib/giochannel.hRon Steinke2001-09-101-2/+5
* got rid of g_set_error_handler(), g_set_warning_handler(),Tim Janik2001-09-101-1/+1
* Add closure_marshal/closure_callback fields to GSourceFuncs for use byOwen Taylor2001-09-031-0/+4
* "gboolean foo : 1" results in TRUE being -1 once assigned, use "guint fooMichael Natterer2001-08-291-6/+6
* Patch from Josh Pritikin to fix reversed key and value destroy functions.Owen Taylor2001-08-231-0/+1
* Modified Files: glib/ChangeLog glib/glib/giochannel.c glib/glib/giounix.cRon Steinke2001-08-161-15/+3
* Modified Files: glib/ChangeLog glib/glib/giochannel.hRon Steinke2001-08-051-2/+6
* Improve strfunc test to test the split function in a way that demonstratesDarin Adler2001-08-031-1/+1
* Modified Files: glib/ChangeLog glib/glib/giochannel.hRon Steinke2001-07-311-4/+15
* Modified Files: glib/ChangeLog glib/glib.def glib/glib/giochannel.cRon Steinke2001-07-201-40/+26
* Jun 29 13:36:39 2001 Owen Taylor <otaylor@redhat.com>Owen Taylor2001-06-301-34/+190
* Move glib library into a subdirectory, make all GLib include files includeOwen Taylor2001-06-261-2/+2
* giochannel.h giowin32.c Stylistic cleanups. Use G_STRLOC in g_warning()Tor Lillqvist2001-02-011-1/+1