summaryrefslogtreecommitdiff
path: root/glib/goption.h
Commit message (Expand)AuthorAgeFilesLines
* New function to get the formatted help string. (#336089, Dom Lachowicz)Matthias Clasen2007-04-251-1/+3
* Allow optional summary and description texts before and after the optionMatthias Clasen2006-05-131-2/+14
* add documentation for G_OPTION_ARG_INT64Bastien Nocera2006-05-111-1/+2
* Support floating point arguments in goptionMatthias Clasen2006-03-271-1/+2
* Add and implement a new flag to turn off the automatic <groupname>-Matthias Clasen2005-07-121-5/+7
* Add G_OPTION_FLAG_NO_ARG and G_OPTION_FLAG_FILENAME to allow greaterMatthias Clasen2005-06-181-1/+3
* Don't mark g_option_error_quark() as const, to be consistent with all theMatthias Clasen2004-11-231-1/+1
* Add G_OPTION_FLAG_REVERSE, to reverse the sense of a G_OPTION_ARG_NONETor Lillqvist2004-11-041-1/+2
* Add tests for the handling of non-option arguments, "--" andMatthias Clasen2004-10-291-3/+2
* Rename g_context_option_error_quark() to g_option_error_quark(), becauseMurray Cumming2004-09-271-2/+2
* Remove trailing commas.Jon Kåre Hellan2004-08-191-2/+2
* Pedantically use g types throughout.Matthias Clasen2004-08-031-8/+8
* Move GTranslateFunc to gtypes.hAnders Carlsson2004-08-021-4/+0
* Add GOption.Anders Carlsson2004-08-021-0/+144