evolution-rss r503 - trunk/src
- From: lucilanga svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution-rss r503 - trunk/src
- Date: Thu, 16 Apr 2009 07:36:17 +0000 (UTC)
Author: lucilanga
Date: Thu Apr 16 07:36:17 2009
New Revision: 503
URL: http://svn.gnome.org/viewvc/evolution-rss?rev=503&view=rev
Log:
2009-04-14 Lucian Langa <lucilanga gnome org>
* src/rss.c (mycall), (org_gnome_rss_browser), (pfree),
(finish_website):
* src/rss.h: prefetch website data
Modified:
trunk/src/rss.h
Modified: trunk/src/rss.h
==============================================================================
--- trunk/src/rss.h (original)
+++ trunk/src/rss.h Thu Apr 16 07:36:17 2009
@@ -313,9 +313,9 @@
static void update_status_icon(const char *channel, gchar *title);
static void
#if LIBSOUP_VERSION < 2003000
-finish_website (SoupMessage *msg, gpointer user_data);
+finish_website (SoupMessage *msg, gint user_data);
#else
-finish_website (SoupSession *soup_sess, SoupMessage *msg, gpointer user_data);
+finish_website (SoupSession *soup_sess, SoupMessage *msg, gint user_data);
#endif
static void
#if LIBSOUP_VERSION < 2003000
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]