~ubuntu-branches/ubuntu/utopic/frogr/utopic-proposed

« back to all changes in this revision

Viewing changes to src/flicksoup/fsp-session.h

  • Committer: Package Import Robot
  • Author(s): Alberto Garcia
  • Date: 2014-06-17 10:47:35 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20140617104735-zmmcna8xapnqt0oi
Tags: 0.10-1
* New upstream release.
* Remove fix-yelp-macro.patch, it's already included in this release.
* debian/watch:
  - Update regular expression to match version 0.10 and higher.
* debian/control:
  - Remove build dependency on libsoup-gnome2.4-dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 * fsp-session.h
3
3
 *
4
 
 * Copyright (C) 2010-2012 Mario Sanchez Prada
 
4
 * Copyright (C) 2010-2014 Mario Sanchez Prada
5
5
 * Authors: Mario Sanchez Prada <msanchez@gnome.org>
6
6
 *
7
7
 * This program is free software; you can redistribute it and/or
65
65
fsp_session_new                         (const gchar *api_key,
66
66
                                         const gchar *secret,
67
67
                                         const gchar *token);
 
68
void
 
69
fsp_session_set_default_proxy           (FspSession *self,
 
70
                                         gboolean enabled);
68
71
gboolean
69
 
fsp_session_set_http_proxy              (FspSession *self,
70
 
                                         gboolean use_gnome_proxy,
 
72
fsp_session_set_custom_proxy            (FspSession *self,
71
73
                                         const char *host, const char *port,
72
74
                                         const char *username, const char *password);
73
 
 
74
75
const gchar *
75
76
fsp_session_get_api_key                 (FspSession *self);
76
77