summaryrefslogtreecommitdiff
path: root/glib/src/shell.hg
Commit message (Collapse)AuthorAgeFilesLines
* glib/src: Decorate classes and methods with GLIBMM_APIChun-wei Fan2020-03-071-1/+4
| | | | | | This prepares for us to export symbols using compiler directives, so that we can eventually retire gendef.exe. This also makes the scripts place GLIBMM_API as appropriate for the generated Glib:Error classes and the wrap() method.
* Update the Free Software Foundation address in copyright noticesKjell Ahlstedt2017-08-301-2/+1
| | | | Bug 786824
* Add some #include directivesKjell Ahlstedt2017-03-221-0/+1
| | | | | Each header file shall include all header files that it depends on. Checked with tools/test_scripts/testheaders.sh
* Glib::Shell: Use vector instead of Glib::ArrayHandle<>.Murray Cumming2017-03-171-2/+1
| | | | | | Using Glib::ArrayHandler<>::vector_to_array() and Glib::ArrayHandler<>::array_to_vector() instead, and only in the implementatoin instead of in the API.
* 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.
* Get rid of all uses of GLIBMM_USING_STD()Daniel Elstner2009-08-161-7/+2
| | | | | | | | | | * glib/src/*.{ccg,hg}: Remove all uses of GLIBMM_USING_STD(). We definitely do not need this anymore, and probably never did. We never covered all symbols from namespace std anyway and never got any complaint about it. Also, be careful to always include the glibmmconfig.h header when it is needed. * glib/glibmm/*.{cc,h}: ditto. * glib/glibmmconfig.h.in: Clean up and re-indent.
* 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-2/+2
| | | | svn path=/trunk/; revision=749
* Some GTKMM_ prefixes that I forgot.Murray Cumming2003-01-221-1/+1
|
* Initial revisionMurray Cumming2003-01-071-0/+96