summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2008-07-30 23:00:05 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-07-30 23:00:05 +0000
commitbc5a21dd912b56b1911635291e06dabb72ac808f (patch)
treecc1b2f47f7f57f6626b7213638a814dd1385b792 /ChangeLog
parent35bf67dec117effae2512c0715d0dea15425d23f (diff)
downloadpygobject-bc5a21dd912b56b1911635291e06dabb72ac808f.tar.gz
pygobject-bc5a21dd912b56b1911635291e06dabb72ac808f.tar.xz
pygobject-bc5a21dd912b56b1911635291e06dabb72ac808f.zip
Use METH_O instead of METH_VARARGS. (_glib_functions): Add doc strings for
2008-07-31 Johan Dahlin <johan@gnome.org> * glib/glibmodule.c (pyglib_set_prgname) (pyglib_set_application_name): Use METH_O instead of METH_VARARGS. (_glib_functions): Add doc strings for idle_add, timeout_add, timeout_add_seconds, io_add_watch, child_watch_add, source_remove, main_depth and main_context_default. svn path=/trunk/; revision=902
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9bc54f9..4ddac31 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-07-31 Johan Dahlin <johan@gnome.org>
+
+ * glib/glibmodule.c (pyglib_set_prgname)
+ (pyglib_set_application_name): Use METH_O instead of METH_VARARGS.
+ (_glib_functions): Add doc strings for idle_add, timeout_add,
+ timeout_add_seconds, io_add_watch, child_watch_add, source_remove,
+ main_depth and main_context_default.
+
2008-07-29 Gian Mario Tagliaretti <gianmt@gnome.org>
* tests/test_gio.py:
@@ -8,7 +16,6 @@
* gio/Makefile.am: Wrap new object gio.FileAttributeInfo,
g_file_set_attribute and g_file_query_settable_attributes methods.
-
2008-07-29 Gian Mario Tagliaretti <gianmt@gnome.org>
* gio/unix-types.defs: Wrap gio.unix.DesktopAppInfo