CVSROOT:        /cvs/gnome
Module name:    gnome-python
Changes by:     johan   06/04/29 14:58:20

Modified files:
        pygobject      : ChangeLog 
        pygobject/examples: Makefile.am 
        pygobject/gobject: Makefile.am gobjectmodule.c 
                           pygobject-private.h 
Added files:
        pygobject/examples: option.py 
        pygobject/gobject: option.py pygoptioncontext.c pygoptiongroup.c 
        pygobject/tests: test_option.py 

Log message:
2006-04-29  Johannes Hölzl <[EMAIL PROTECTED]>

reviewed by: Johan Dahlin  <[EMAIL PROTECTED]>

* examples/Makefile.am:
* examples/option.py:
* gobject/Makefile.am:
* gobject/gobjectmodule.c: (init_gobject):
* gobject/option.py:
* gobject/pygobject-private.h:
* gobject/pygoptioncontext.c: (pyg_option_context_init),
(pyg_option_context_dealloc), (pyg_option_context_parse),
(pyg_option_context_set_help_enabled),
(pyg_option_context_get_help_enabled),
(pyg_option_context_set_ignore_unknown_options),
(pyg_option_context_get_ignore_unknown_options),
(pyg_option_context_set_main_group),
(pyg_option_context_get_main_group),
(pyg_option_context_add_group), (pyg_option_context_compare),
(pyg_option_context_new):
* gobject/pygoptiongroup.c: (check_if_owned), (destroy_g_group),
(pyg_option_group_init), (pyg_option_group_dealloc), (arg_func),
(pyg_option_group_add_entries),
(pyg_option_group_set_translation_domain),
(pyg_option_group_compare), (pyg_option_group_transfer_group),
(pyg_option_group_new):
* tests/test_option.py:

Add support for GOption, fixes #163645

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=gnome-python&who=johan&date=explicit&mindate=2006-04-29%2014:57&maxdate=2006-04-29%2014:59

_______________________________________________
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list

Reply via email to