summaryrefslogtreecommitdiff
path: root/glib/src/optionentry.ccg
Commit message (Expand)AuthorAgeFilesLines
* C++11: Use nullptr.Murray Cumming2015-07-161-3/+3
* Strip trailing whitespace.Mark Vender2012-10-291-6/+6
* Remove useless Subversion tags.Mark Vender2012-09-151-3/+0
* Use 0 instead of NULL.Murray Cumming2010-01-291-6/+6
* 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-2/+1
* set_long_name(): Do not use NULL for an empty string, because has aMurray Cumming2008-04-131-1/+4
* Hand-code set_description(), set_arg_description() and set_long_name(), toMurray Cumming2008-04-111-1/+34
* Constructor: Avoid memory leak caused by double instantiation of gobject_.Murray Cumming2006-01-271-10/+9
* Copy constructor: Copy the short name form the src, not from itself. BugMurray Cumming2005-01-091-2/+1
* Removed OptionEntry enum and set_arg_data(), because they are not neededMurray Cumming2004-11-221-11/+0
* Remove accessors for arg and arg_data. add_entry(): Remove arg_typeMurray Cumming2004-10-261-17/+20
* Rethought the structure now that I see how the parts work together.Murray Cumming2004-10-101-2/+40
* Wrapped more methods, but I have still not finished. Started an example.Murray Cumming2004-09-271-2/+21
* Regenerated with h2defs.py Added optionentry.[hg|ccg],Murray Cumming2004-09-261-0/+32