summaryrefslogtreecommitdiff
path: root/glib/src/unicode.hg
Commit message (Collapse)AuthorAgeFilesLines
* glib/src/*.hg: Mark all _WRAP_ENUM() with decl_prefixChun-wei Fan2020-04-041-4/+4
| | | | | As per Kjell's suggestions, make things more future-proof by marking all _WRAP_ENUM()'s with 'decl_prefix GLIBMM_API'.
* Update the Free Software Foundation address in copyright noticesKjell Ahlstedt2017-08-301-2/+1
| | | | Bug 786824
* Improve the use of _IGNORE. Don't use gio_others.defs.Kjell Ahlstedt2012-09-181-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | * gio/src/applicationcommandline.hg: Change a _CONVERSION (due to the exclusion of gio_others.defs). * gio/src/dbusintrospection.hg: * gio/src/fileinfo.hg: Add _IGNORE. * gio/src/fileiostream.hg: * gio/src/fileoutputstream.hg: Correct an _IGNORE. * gio/src/gio.defs: Don't include gio_others.defs. One of its entries is wrong and all of them also exist (in correct form) in gio_methods.defs or gio_signals.defs. * glib/src/convert.hg: * glib/src/regex.hg: Add _IGNORE. * glib/src/date.hg: * glib/src/fileutils.hg: * glib/src/markup.hg: * glib/src/optionentry.hg: * glib/src/shell.hg: * glib/src/spawn.hg: * glib/src/thread.hg: * glib/src/threads.hg: * glib/src/unicode.hg: * glib/src/uriutils.hg: Remove _IGNORE(g_iconv). * glib/src/variantiter.hg: Add an _IGNORE. Remove _IGNORE(g_variant_iter_new).
* Remove useless Subversion tags.Mark Vender2012-09-151-2/+0
| | | | *.[hg|ccg]: Remove uselless Subversion tags.
* Add _IGNORE's for g_iconv().José Alburquerque2010-05-251-1/+3
| | | | | | | | | | | | | | * glib/src/date.hg: * glib/src/fileutils.hg: * glib/src/markup.hg: * glib/src/optionentry.hg: * glib/src/shell.hg: * glib/src/spawn.hg: * glib/src/thread.hg: * glib/src/unicode.hg: * glib/src/uriutils.hg: For some reason, gmmproc thinks that g_iconv should be wrapped in these files so include _IGNORE's so that it is clear what has not been wrapped yet.
* 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
* Clean up glib includes (Bug #563987)Jonathon Jongsma2008-12-101-4/+2
| | | | svn path=/trunk/; revision=749
* Merged from gtkmm 2.2:Frank Naumann2003-08-201-15/+21
| | | | | | | | | | | 2003-08-20 Frank Naumann <fnaumann@freemint.de> * glib/src/thread.hg, glib/src/unicode.hg: Warning bugfix for VisualStudio .NET 2003; made wrapper functions returning bool from glib functions returning int (C lacks builtin type bool) explicit by adding an != 0 check. Otherwise VisualStudio .NET warn about implicit int -> bool cast.
* Initial revisionMurray Cumming2003-01-071-0/+141