summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2008-07-21 17:55:40 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-07-21 17:55:40 +0000
commitd23d14addd53f7457684146aaade44cec2cf4643 (patch)
tree86eb4820b1b3a896958d636ea04abcd39bbce061 /ChangeLog
parent6594b6f890693c19dfeed20889b0db4c6217c31f (diff)
downloadpygobject-d23d14addd53f7457684146aaade44cec2cf4643.tar.gz
pygobject-d23d14addd53f7457684146aaade44cec2cf4643.tar.xz
pygobject-d23d14addd53f7457684146aaade44cec2cf4643.zip
Make pyglib_destroy_notify and pyglib_handler_marshal private. Add a few
2008-07-21 Johan Dahlin <johan@gnome.org> * glib/glibmodule.c (pyglib_idle_add), (pyglib_timeout_add), (pyglib_timeout_add_seconds), (pyglib_io_add_watch): * glib/pyglib-private.h: * glib/pyglib.c (pyglib_destroy_notify), (_pyglib_handler_marshal): * glib/pyglib.h: * glib/pygsource.c (pyg_source_set_callback): Make pyglib_destroy_notify and pyglib_handler_marshal private. Add a few public prototypes. svn path=/trunk/; revision=848
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cd03916..f4522ad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,17 @@
2008-07-21 Johan Dahlin <johan@gnome.org>
* glib/glibmodule.c (pyglib_idle_add), (pyglib_timeout_add),
+ (pyglib_timeout_add_seconds), (pyglib_io_add_watch):
+ * glib/pyglib-private.h:
+ * glib/pyglib.c (pyglib_destroy_notify), (_pyglib_handler_marshal):
+ * glib/pyglib.h:
+ * glib/pygsource.c (pyg_source_set_callback):
+ Make pyglib_destroy_notify and pyglib_handler_marshal private.
+ Add a few public prototypes.
+
+2008-07-21 Johan Dahlin <johan@gnome.org>
+
+ * glib/glibmodule.c (pyglib_idle_add), (pyglib_timeout_add),
(pyglib_timeout_add_seconds), (pyglib_io_add_watch),
(pyglib_source_remove), (pyglib_child_watch_add),
(pyglib_markup_escape_text), (pyglib_get_current_time),