~stan/ubuntu/natty/evolution-rss/688776

« back to all changes in this revision

Viewing changes to src/network-soup.h

  • Committer: Bazaar Package Importer
  • Author(s): Josselin Mouette
  • Date: 2009-08-26 16:14:24 UTC
  • mfrom: (1.1.7 upstream)
  • mto: (3.1.12 sid)
  • mto: This revision was merged to the branch mainline in revision 13.
  • Revision ID: james.westby@ubuntu.com-20090826161424-7t1iq1rq3lo7y15d
Tags: 0.1.4-1
* Remove useless .la file.
* New upstream release.
* Update build-dependencies.
* Enable webkit build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 */
20
20
 
21
21
 
 
22
#if (DATASERVER_VERSION >= 2023001)
22
23
#include <libedataserver/e-proxy.h>
 
24
#endif
23
25
 
24
26
void abort_all_soup(void);
25
27
gboolean cancel_soup_sess(gpointer key, gpointer value, gpointer user_data);
36
38
#define NET_ERROR net_error_quark()
37
39
int net_error_quark(void);
38
40
 
 
41
#if (DATASERVER_VERSION >= 2023001)
 
42
EProxy *proxy_init(void);
39
43
void proxify_webkit_session(EProxy *proxy, gchar *uri);
40
44
void proxify_session(EProxy *proxy, SoupSession *session, gchar *uri);
 
45
#endif
41
46
 
42
47
guint save_up(gpointer data);
43
48
guint del_up(gpointer data);
44
49
void rss_soup_init(void);
45
 
EProxy *proxy_init(void);
46
50
guint read_up(gpointer data);
47
51
void sync_gecko_cookies(void);
48
52