summaryrefslogtreecommitdiffstats
path: root/gio/unixmodule.c
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2008-01-20 15:29:23 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-01-20 15:29:23 +0000
commit702ed9b73e4f596aadf86cdfbf3655cee97b4cb6 (patch)
treeac70db328b47db266c01f4e9488d6dae4d00b2b8 /gio/unixmodule.c
parent5df2f97e4db1dfefc1ff933758e9b580d796c53c (diff)
downloadpygobject-702ed9b73e4f596aadf86cdfbf3655cee97b4cb6.tar.gz
pygobject-702ed9b73e4f596aadf86cdfbf3655cee97b4cb6.tar.xz
pygobject-702ed9b73e4f596aadf86cdfbf3655cee97b4cb6.zip
Split out overrides into more files. Fix up module description in comment
2008-01-20 Johan Dahlin <johan@gnome.org> * gio/Makefile.am: * gio/ginputstream.override: * gio/gio.override: * gio/giomodule.c: * gio/goutputstream.override: * gio/gvolumemonitor.override: * gio/unix.override: * gio/unixmodule.c: Split out overrides into more files. Fix up module description in comment svn path=/trunk/; revision=741
Diffstat (limited to 'gio/unixmodule.c')
-rw-r--r--gio/unixmodule.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gio/unixmodule.c b/gio/unixmodule.c
index 6d68d27..827dca9 100644
--- a/gio/unixmodule.c
+++ b/gio/unixmodule.c
@@ -1,8 +1,8 @@
/* -*- Mode: C; c-basic-offset: 4 -*-
- * pygtk- Python bindings for the GTK toolkit.
+ * pygobject - Python bindings for GObject
* Copyright (C) 2008 Johan Dahlin
*
- * giomodule.c: module wrapping the GIO library
+ * unixmodule.c: module wrapping the GIO UNIX library
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public