diff options
author | Johan Dahlin <johan@gnome.org> | 2008-01-20 15:29:23 +0000 |
---|---|---|
committer | Johan Dahlin <johan@src.gnome.org> | 2008-01-20 15:29:23 +0000 |
commit | 702ed9b73e4f596aadf86cdfbf3655cee97b4cb6 (patch) | |
tree | ac70db328b47db266c01f4e9488d6dae4d00b2b8 /gio/unix.override | |
parent | 5df2f97e4db1dfefc1ff933758e9b580d796c53c (diff) | |
download | pygobject-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/unix.override')
-rw-r--r-- | gio/unix.override | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/gio/unix.override b/gio/unix.override index 6d9f0ed..8088df2 100644 --- a/gio/unix.override +++ b/gio/unix.override @@ -1,4 +1,24 @@ -/* -*- Mode: C; c-basic-offset: 4 -*- */ +/* -*- Mode: C; c-basic-offset: 4 -*- + * pygobject - Python bindings for GObject + * Copyright (C) 2008 Johan Dahlin + * + * 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 + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA + */ %% headers #define NO_IMPORT_PYGOBJECT |