diff options
author | Dan Winship <danw@gnome.org> | 2013-06-08 20:44:35 -0300 |
---|---|---|
committer | Dan Winship <danw@gnome.org> | 2013-06-08 20:44:35 -0300 |
commit | 38c79e2389855828a6505b635fec688ef1f30116 (patch) | |
tree | c24da80c848a5cc7e494e54b5a05abe605783a99 | |
parent | 7539b3c15ece007f0d1894f2e0cbb4d32898f4cf (diff) | |
download | libsoup-38c79e2389855828a6505b635fec688ef1f30116.tar.gz |
oops, addendum to previous commit
-rw-r--r-- | libsoup/soup-cache-input-stream.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libsoup/soup-cache-input-stream.c b/libsoup/soup-cache-input-stream.c index 7815cecc..679531d0 100644 --- a/libsoup/soup-cache-input-stream.c +++ b/libsoup/soup-cache-input-stream.c @@ -9,7 +9,6 @@ #include <glib/gi18n-lib.h> #include "soup-cache-input-stream.h" -#include "soup-marshal.h" #include "soup-message-body.h" static void soup_cache_input_stream_pollable_init (GPollableInputStreamInterface *pollable_interface, gpointer interface_data); @@ -328,7 +327,7 @@ soup_cache_input_stream_class_init (SoupCacheInputStreamClass *klass) G_SIGNAL_RUN_FIRST, G_STRUCT_OFFSET (SoupCacheInputStreamClass, caching_finished), NULL, NULL, - _soup_marshal_NONE__INT_BOXED, + NULL, G_TYPE_NONE, 2, G_TYPE_INT, G_TYPE_ERROR); } |