summaryrefslogtreecommitdiff
path: root/glib/src/optiongroup.hg
Commit message (Expand)AuthorAgeFilesLines
* Gio::File docs: Fix names of thrown exceptionsKjell Ahlstedt2020-11-011-2/+1
* glib/src: Decorate classes and methods with GLIBMM_APIChun-wei Fan2020-03-071-1/+1
* Use {} for function arguments initialisationTapasweni Pathak2019-01-131-1/+1
* Update the Free Software Foundation address in copyright noticesKjell Ahlstedt2017-08-301-2/+1
* Glib::OptionGroup: Don't allow copy or move2.53.1Kjell Ahlstedt2017-03-231-2/+7
* Add some #include directivesKjell Ahlstedt2017-03-221-0/+1
* Glib::OptionGroup: Modify on_[pre|post]_parse(), on_error()Kjell Ahlstedt2017-03-211-3/+3
* Glib::OptionGroup: Take advantage of GOptionGroup's refcountKjell Ahlstedt2017-03-201-5/+17
* sigc3: .hg/.ccg files: Use sigc::slot<R(Args...)> syntax.Murray Cumming2016-11-141-3/+3
* Glib::OptionGroup: Improve the documentation of add_entry()Kjell Ahlstedt2016-09-011-7/+15
* C++11: .hg\.ccg files: Replace more typedefs with using.Murray Cumming2016-03-311-3/+3
* C++11: .hg/.ccg files: Replace typedefs with using.Murray Cumming2016-03-311-2/+2
* C++11: _CLASS_GENERIC classes: Add move operations.Murray Cumming2015-08-231-0/+6
* Glib::OptionGroup: Don't use the deprecated g_option_group_free()Kjell Ahlstedt2015-02-171-2/+4
* OptionContext: Add API documentation based on the C docs.Murray Cumming2014-01-291-0/+45
* Strip trailing whitespace.Mark Vender2012-10-291-6/+6
* Remove useless Subversion tags.Mark Vender2012-09-151-2/+0
* OptionGroup: Minor code style changes.Murray Cumming2011-02-151-0/+1
* OptionGroup: Add add_entry() that takes a slot with callback function.Kjell Ahlstedt2011-02-151-0/+15
* OptionGroup: An on_post_parse() override need not call the base class.Kjell Ahlstedt2011-02-081-0/+3
* Variant[Iter,Type]: Add class docs.José Alburquerque2010-12-151-1/+1
* OptionGroup: set_translate_slot(): Rename to set_translate_func().José Alburquerque2010-05-271-4/+4
* OptionGroup: Add set_translate_slot().José Alburquerque2010-05-271-6/+19
* Add OptionGroup::add_entry(.., double&)glibmm-2.21.1Jonathon Jongsma2009-06-301-0/+1
* Change license header to mention Lesser General Public License version 2.1Deng Xiyue2009-01-191-4/+4
* Clean up glib includes (Bug #563987)Jonathon Jongsma2008-12-101-1/+1
* Use a default value, to show that it can be done. (This change, fromMurray Cumming2007-02-101-13/+18
* 2.5.4:Murray Cumming2005-01-101-3/+11
* Add add_entry(entry, bool&), to wrap use of G_OPTION_ARG_NONE. Bug #163325Murray Cumming2005-01-091-0/+1
* Deal with some doxygen warnings about undocumented parameters. AddedMurray Cumming2004-12-181-1/+1
* Added add_entry() for vector<ustring> and add_entry_filename() forMurray Cumming2004-11-011-1/+4
* Added gobj_give_ownership(). add_group(), set_main_group(): UseMurray Cumming2004-10-301-1/+3
* Remove accessors for arg and arg_data. add_entry(): Remove arg_typeMurray Cumming2004-10-261-0/+32
* add_entry(): Fixed crash by creating a temporary array, with a nulled lastMurray Cumming2004-10-171-1/+1
* Rethought the structure now that I see how the parts work together.Murray Cumming2004-10-101-2/+3
* Wrapped more methods, but I have still not finished. Started an example.Murray Cumming2004-09-271-22/+4
* Regenerated with h2defs.py Added optionentry.[hg|ccg],Murray Cumming2004-09-261-0/+90