mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-30 13:41:48 +00:00
email addr update
Original commit message from CVS: email addr update
This commit is contained in:
parent
67fcfa09c7
commit
b807857c46
32 changed files with 51 additions and 41 deletions
2
AUTHORS
2
AUTHORS
|
@ -1,6 +1,6 @@
|
||||||
gst-python authors:
|
gst-python authors:
|
||||||
|
|
||||||
David I. Lehn <dlehn@vt.edu>
|
David I. Lehn <dlehn@users.sourceforge.net>
|
||||||
|
|
||||||
|
|
||||||
Much of the framework for gst-python stolen from gtk and gconf bindings by:
|
Much of the framework for gst-python stolen from gtk and gconf bindings by:
|
||||||
|
|
28
ChangeLog
28
ChangeLog
|
@ -1,4 +1,14 @@
|
||||||
2002-11-07 David I. Lehn <dlehn@vt.edu>
|
2002-12-17 David I. Lehn <dlehn@users.sourceforge.net>
|
||||||
|
|
||||||
|
* gstreamer/gstreamer.override: add wrapper for gst_element_set_state
|
||||||
|
to release GIT lock
|
||||||
|
|
||||||
|
2002-12-14 David I. Lehn <dlehn@users.sourceforge.net>
|
||||||
|
|
||||||
|
* configure.ac: bump gstreamer version to 0.5.0
|
||||||
|
* *: update to use sourceforge email address
|
||||||
|
|
||||||
|
2002-11-07 David I. Lehn <dlehn@users.sourceforge.net>
|
||||||
|
|
||||||
* configure.ac: bump gstreamer version to 0.4.2, bump pygtk version to
|
* configure.ac: bump gstreamer version to 0.4.2, bump pygtk version to
|
||||||
1.99.13
|
1.99.13
|
||||||
|
@ -6,18 +16,18 @@
|
||||||
* examples/gstreamer/dvdplay.py: updated to maybe work with threads
|
* examples/gstreamer/dvdplay.py: updated to maybe work with threads
|
||||||
* pygtk.diff: add work-in-progress PyGTK threading improvements diff
|
* pygtk.diff: add work-in-progress PyGTK threading improvements diff
|
||||||
|
|
||||||
2002-10-23 David I. Lehn <dlehn@vt.edu>
|
2002-10-23 David I. Lehn <dlehn@users.sourceforge.net>
|
||||||
|
|
||||||
* gstreamer/gstreamer.override: override gst_bin_iterate() to unblock
|
* gstreamer/gstreamer.override: override gst_bin_iterate() to unblock
|
||||||
threads since this call can cause exacution to re-enter the
|
threads since this call can cause exacution to re-enter the
|
||||||
interpreter.
|
interpreter.
|
||||||
|
|
||||||
2002-10-04 David I. Lehn <dlehn@vt.edu>
|
2002-10-04 David I. Lehn <dlehn@users.sourceforge.net>
|
||||||
|
|
||||||
* gstreamer/gstreamer.override, gstreamer/gstreamer-fixes.h: add
|
* gstreamer/gstreamer.override, gstreamer/gstreamer-fixes.h: add
|
||||||
temporary hack to fix 0.4.1 s/gst/get/ typo in GST_TYPE_CAPS/PROPS()
|
temporary hack to fix 0.4.1 s/gst/get/ typo in GST_TYPE_CAPS/PROPS()
|
||||||
|
|
||||||
2002-10-04 David I. Lehn <dlehn@vt.edu>
|
2002-10-04 David I. Lehn <dlehn@users.sourceforge.net>
|
||||||
|
|
||||||
* README: basic info.
|
* README: basic info.
|
||||||
|
|
||||||
|
@ -35,7 +45,7 @@
|
||||||
adapt to newer generated code (Pipeline vs gst_pipeline_new()), adapt
|
adapt to newer generated code (Pipeline vs gst_pipeline_new()), adapt
|
||||||
to newer api.
|
to newer api.
|
||||||
|
|
||||||
2002-05-09 David I. Lehn <dlehn@vt.edu>
|
2002-05-09 David I. Lehn <dlehn@users.sourceforge.net>
|
||||||
|
|
||||||
* examples/gstreamer/dvdplay.py: adjust state changes,
|
* examples/gstreamer/dvdplay.py: adjust state changes,
|
||||||
use sdlvideosink (videosink segfaulting for me right now)
|
use sdlvideosink (videosink segfaulting for me right now)
|
||||||
|
@ -47,14 +57,14 @@
|
||||||
Makefile.am:
|
Makefile.am:
|
||||||
create gstreamer.defs from h2defs.py output and local hacks
|
create gstreamer.defs from h2defs.py output and local hacks
|
||||||
|
|
||||||
2002-04-15 David I. Lehn <dlehn@vt.edu>
|
2002-04-15 David I. Lehn <dlehn@users.sourceforge.net>
|
||||||
|
|
||||||
* examples/gstreamer/*.py: use new element connect api
|
* examples/gstreamer/*.py: use new element connect api
|
||||||
|
|
||||||
* gstreamer/__init__.py: use dl module flags
|
* gstreamer/__init__.py: use dl module flags
|
||||||
in particular, RTLD_GLOBAL flags is required
|
in particular, RTLD_GLOBAL flags is required
|
||||||
|
|
||||||
2002-04-14 David I. Lehn <dlehn@vt.edu>
|
2002-04-14 David I. Lehn <dlehn@users.sourceforge.net>
|
||||||
|
|
||||||
* configure.ac: depend on gstreamer 0.3.4
|
* configure.ac: depend on gstreamer 0.3.4
|
||||||
|
|
||||||
|
@ -65,7 +75,7 @@
|
||||||
|
|
||||||
* gstreamer/gstreamer.defs: regen for 0.3.4
|
* gstreamer/gstreamer.defs: regen for 0.3.4
|
||||||
|
|
||||||
2002-03-24 David I. Lehn <dlehn@vt.edu>
|
2002-03-24 David I. Lehn <dlehn@users.sourceforge.net>
|
||||||
|
|
||||||
* examples/gstreamer/: add cp.py oggplay.py f2f.py dvdplay.py
|
* examples/gstreamer/: add cp.py oggplay.py f2f.py dvdplay.py
|
||||||
|
|
||||||
|
@ -73,7 +83,7 @@
|
||||||
|
|
||||||
* gstreamer/__init__.py: find libtool lib hack
|
* gstreamer/__init__.py: find libtool lib hack
|
||||||
|
|
||||||
2002-03-23 David I. Lehn <dlehn@vt.edu>
|
2002-03-23 David I. Lehn <dlehn@users.sourceforge.net>
|
||||||
|
|
||||||
* stole binding framework from gnome-python && gconf
|
* stole binding framework from gnome-python && gconf
|
||||||
|
|
||||||
|
|
|
@ -88,9 +88,9 @@ $ACLOCAL $ACLOCAL_FLAGS
|
||||||
(autoheader --version) < /dev/null > /dev/null 2>&1 && autoheader
|
(autoheader --version) < /dev/null > /dev/null 2>&1 && autoheader
|
||||||
|
|
||||||
# run libtoolize ...
|
# run libtoolize ...
|
||||||
libtoolize --force
|
libtoolize --force --copy
|
||||||
|
|
||||||
$AUTOMAKE -a $am_opt
|
$AUTOMAKE --add-missing --copy $am_opt
|
||||||
autoheader
|
autoheader
|
||||||
autoconf
|
autoconf
|
||||||
cd $ORIGDIR
|
cd $ORIGDIR
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||||
# Boston, MA 02111-1307, USA.
|
# Boston, MA 02111-1307, USA.
|
||||||
#
|
#
|
||||||
# Author: David I. Lehn <dlehn@vt.edu>
|
# Author: David I. Lehn <dlehn@users.sourceforge.net>
|
||||||
#
|
#
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||||
# Boston, MA 02111-1307, USA.
|
# Boston, MA 02111-1307, USA.
|
||||||
#
|
#
|
||||||
# Author: David I. Lehn <dlehn@vt.edu>
|
# Author: David I. Lehn <dlehn@users.sourceforge.net>
|
||||||
#
|
#
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||||
# Boston, MA 02111-1307, USA.
|
# Boston, MA 02111-1307, USA.
|
||||||
#
|
#
|
||||||
# Author: David I. Lehn <dlehn@vt.edu>
|
# Author: David I. Lehn <dlehn@users.sourceforge.net>
|
||||||
#
|
#
|
||||||
|
|
||||||
from gobject import GObject
|
from gobject import GObject
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||||
# Boston, MA 02111-1307, USA.
|
# Boston, MA 02111-1307, USA.
|
||||||
#
|
#
|
||||||
# Author: David I. Lehn <dlehn@vt.edu>
|
# Author: David I. Lehn <dlehn@users.sourceforge.net>
|
||||||
#
|
#
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||||
# Boston, MA 02111-1307, USA.
|
# Boston, MA 02111-1307, USA.
|
||||||
#
|
#
|
||||||
# Author: David I. Lehn <dlehn@vt.edu>
|
# Author: David I. Lehn <dlehn@users.sourceforge.net>
|
||||||
#
|
#
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||||
# Boston, MA 02111-1307, USA.
|
# Boston, MA 02111-1307, USA.
|
||||||
#
|
#
|
||||||
# Author: David I. Lehn <dlehn@vt.edu>
|
# Author: David I. Lehn <dlehn@users.sourceforge.net>
|
||||||
#
|
#
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||||
# Boston, MA 02111-1307, USA.
|
# Boston, MA 02111-1307, USA.
|
||||||
#
|
#
|
||||||
# Author: David I. Lehn <dlehn@vt.edu>
|
# Author: David I. Lehn <dlehn@users.sourceforge.net>
|
||||||
#
|
#
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||||
# Boston, MA 02111-1307, USA.
|
# Boston, MA 02111-1307, USA.
|
||||||
#
|
#
|
||||||
# Author: David I. Lehn <dlehn@vt.edu>
|
# Author: David I. Lehn <dlehn@users.sourceforge.net>
|
||||||
#
|
#
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||||
# Boston, MA 02111-1307, USA.
|
# Boston, MA 02111-1307, USA.
|
||||||
#
|
#
|
||||||
# Author: David I. Lehn <dlehn@vt.edu>
|
# Author: David I. Lehn <dlehn@users.sourceforge.net>
|
||||||
#
|
#
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||||
# Boston, MA 02111-1307, USA.
|
# Boston, MA 02111-1307, USA.
|
||||||
#
|
#
|
||||||
# Author: David I. Lehn <dlehn@vt.edu>
|
# Author: David I. Lehn <dlehn@users.sourceforge.net>
|
||||||
#
|
#
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||||
# Boston, MA 02111-1307, USA.
|
# Boston, MA 02111-1307, USA.
|
||||||
#
|
#
|
||||||
# Author: David I. Lehn <dlehn@vt.edu>
|
# Author: David I. Lehn <dlehn@users.sourceforge.net>
|
||||||
#
|
#
|
||||||
|
|
||||||
from gobject import GObject
|
from gobject import GObject
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||||
# Boston, MA 02111-1307, USA.
|
# Boston, MA 02111-1307, USA.
|
||||||
#
|
#
|
||||||
# Author: David I. Lehn <dlehn@vt.edu>
|
# Author: David I. Lehn <dlehn@users.sourceforge.net>
|
||||||
#
|
#
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||||
# Boston, MA 02111-1307, USA.
|
# Boston, MA 02111-1307, USA.
|
||||||
#
|
#
|
||||||
# Author: David I. Lehn <dlehn@vt.edu>
|
# Author: David I. Lehn <dlehn@users.sourceforge.net>
|
||||||
#
|
#
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||||
# Boston, MA 02111-1307, USA.
|
# Boston, MA 02111-1307, USA.
|
||||||
#
|
#
|
||||||
# Author: David I. Lehn <dlehn@vt.edu>
|
# Author: David I. Lehn <dlehn@users.sourceforge.net>
|
||||||
#
|
#
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||||
# Boston, MA 02111-1307, USA.
|
# Boston, MA 02111-1307, USA.
|
||||||
#
|
#
|
||||||
# Author: David I. Lehn <dlehn@vt.edu>
|
# Author: David I. Lehn <dlehn@users.sourceforge.net>
|
||||||
#
|
#
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||||
# Boston, MA 02111-1307, USA.
|
# Boston, MA 02111-1307, USA.
|
||||||
#
|
#
|
||||||
# Author: David I. Lehn <dlehn@vt.edu>
|
# Author: David I. Lehn <dlehn@users.sourceforge.net>
|
||||||
#
|
#
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
|
|
@ -9,7 +9,7 @@ Source: http://gstreamer.net/ blah_blah_blah /gst-python-%{version}.tar.gz
|
||||||
Copyright: LGPL
|
Copyright: LGPL
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
BuildRoot: /var/tmp/gst--python-root
|
BuildRoot: /var/tmp/gst--python-root
|
||||||
Packager: David I. Lehn <dlehn@vt.edu>
|
Packager: David I. Lehn <dlehn@users.sourceforge.net>
|
||||||
BuildRequires: pygtk2-devel = %{pygtk_ver}
|
BuildRequires: pygtk2-devel = %{pygtk_ver}
|
||||||
BuildRequires: python2-devel
|
BuildRequires: python2-devel
|
||||||
BuildRequires: gtk2-devel >= @GTK_VERSION@
|
BuildRequires: gtk2-devel >= @GTK_VERSION@
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||||
# Boston, MA 02111-1307, USA.
|
# Boston, MA 02111-1307, USA.
|
||||||
#
|
#
|
||||||
# Author: David I. Lehn <dlehn@vt.edu>
|
# Author: David I. Lehn <dlehn@users.sourceforge.net>
|
||||||
#
|
#
|
||||||
|
|
||||||
import pygtk
|
import pygtk
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||||
* Boston, MA 02111-1307, USA.
|
* Boston, MA 02111-1307, USA.
|
||||||
*
|
*
|
||||||
* Author: David I. Lehn <dlehn@vt.edu>
|
* Author: David I. Lehn <dlehn@users.sourceforge.net>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||||
# Boston, MA 02111-1307, USA.
|
# Boston, MA 02111-1307, USA.
|
||||||
#
|
#
|
||||||
# Author: David I. Lehn <dlehn@vt.edu>
|
# Author: David I. Lehn <dlehn@users.sourceforge.net>
|
||||||
#
|
#
|
||||||
|
|
||||||
import argtypes
|
import argtypes
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||||
* Boston, MA 02111-1307, USA.
|
* Boston, MA 02111-1307, USA.
|
||||||
*
|
*
|
||||||
* Author: David I. Lehn <dlehn@vt.edu>
|
* Author: David I. Lehn <dlehn@users.sourceforge.net>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <gst/gst.h>
|
#include <gst/gst.h>
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||||
* Boston, MA 02111-1307, USA.
|
* Boston, MA 02111-1307, USA.
|
||||||
*
|
*
|
||||||
* Author: David I. Lehn <dlehn@vt.edu>
|
* Author: David I. Lehn <dlehn@users.sourceforge.net>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <glib-object.h>
|
#include <glib-object.h>
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||||
* Boston, MA 02111-1307, USA.
|
* Boston, MA 02111-1307, USA.
|
||||||
*
|
*
|
||||||
* Author: David I. Lehn <dlehn@vt.edu>
|
* Author: David I. Lehn <dlehn@users.sourceforge.net>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||||
# Boston, MA 02111-1307, USA.
|
# Boston, MA 02111-1307, USA.
|
||||||
#
|
#
|
||||||
# Author: David I. Lehn <dlehn@vt.edu>
|
# Author: David I. Lehn <dlehn@users.sourceforge.net>
|
||||||
#
|
#
|
||||||
|
|
||||||
import pygtk
|
import pygtk
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||||
* Boston, MA 02111-1307, USA.
|
* Boston, MA 02111-1307, USA.
|
||||||
*
|
*
|
||||||
* Author: David I. Lehn <dlehn@vt.edu>
|
* Author: David I. Lehn <dlehn@users.sourceforge.net>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||||
# Boston, MA 02111-1307, USA.
|
# Boston, MA 02111-1307, USA.
|
||||||
#
|
#
|
||||||
# Author: David I. Lehn <dlehn@vt.edu>
|
# Author: David I. Lehn <dlehn@users.sourceforge.net>
|
||||||
#
|
#
|
||||||
|
|
||||||
import argtypes
|
import argtypes
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||||
* Boston, MA 02111-1307, USA.
|
* Boston, MA 02111-1307, USA.
|
||||||
*
|
*
|
||||||
* Author: David I. Lehn <dlehn@vt.edu>
|
* Author: David I. Lehn <dlehn@users.sourceforge.net>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <gst/gst.h>
|
#include <gst/gst.h>
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||||
* Boston, MA 02111-1307, USA.
|
* Boston, MA 02111-1307, USA.
|
||||||
*
|
*
|
||||||
* Author: David I. Lehn <dlehn@vt.edu>
|
* Author: David I. Lehn <dlehn@users.sourceforge.net>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <glib-object.h>
|
#include <glib-object.h>
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||||
* Boston, MA 02111-1307, USA.
|
* Boston, MA 02111-1307, USA.
|
||||||
*
|
*
|
||||||
* Author: David I. Lehn <dlehn@vt.edu>
|
* Author: David I. Lehn <dlehn@users.sourceforge.net>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
|
|
Loading…
Reference in a new issue