seed r619 - in tags/seed-0.3: . libseed
- From: racarr svn gnome org
- To: svn-commits-list gnome org
- Subject: seed r619 - in tags/seed-0.3: . libseed
- Date: Thu, 1 Jan 2009 10:59:02 +0000 (UTC)
Author: racarr
Date: Thu Jan 1 10:59:02 2009
New Revision: 619
URL: http://svn.gnome.org/viewvc/seed?rev=619&view=rev
Log:
Cherrypick changes in to 0-3 tag.
Modified:
tags/seed-0.3/ (props changed)
tags/seed-0.3/libseed/seed-closure.c
tags/seed-0.3/ltmain.sh
Modified: tags/seed-0.3/libseed/seed-closure.c
==============================================================================
--- tags/seed-0.3/libseed/seed-closure.c (original)
+++ tags/seed-0.3/libseed/seed-closure.c Thu Jan 1 10:59:02 2009
@@ -140,7 +140,6 @@
{
GITypeInfo *arg_type;
GITypeTag tag;
- GType type;
GArgument *arg = &rarg;
arg_info = g_callable_info_get_arg(privates->info, i);
@@ -250,7 +249,7 @@
{
gchar *mes = seed_exception_to_string(ctx,
exception);
- g_warning("Exception in closure marshal. %s \n", mes, 0);
+ g_warning("Exception in closure marshal. %s \n", mes);
g_free(mes);
exception = 0;
}
@@ -352,8 +351,6 @@
ffi_cif *cif;
ffi_closure *closure;
ffi_type **arg_types;
- ffi_arg result;
- ffi_status status;
GITypeInfo *return_type;
GIArgInfo *arg_info;
gint num_args, i;
Modified: tags/seed-0.3/ltmain.sh
==============================================================================
--- tags/seed-0.3/ltmain.sh (original)
+++ tags/seed-0.3/ltmain.sh Thu Jan 1 10:59:02 2009
@@ -65,7 +65,7 @@
# compiler: $LTCC
# compiler flags: $LTCFLAGS
# linker: $LD (gnu? $with_gnu_ld)
-# $progname: (GNU libtool) 2.2.4 Debian-2.2.4-0ubuntu4
+# $progname: (GNU libtool) 2.2.4 Debian-2.2.4-0ubuntu5
# automake: $automake_version
# autoconf: $autoconf_version
#
@@ -73,7 +73,7 @@
PROGRAM=ltmain.sh
PACKAGE=libtool
-VERSION="2.2.4 Debian-2.2.4-0ubuntu4"
+VERSION="2.2.4 Debian-2.2.4-0ubuntu5"
TIMESTAMP=""
package_revision=1.2976
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]