~ubuntu-branches/ubuntu/saucy/epiphany-browser/saucy

« back to all changes in this revision

Viewing changes to embed/ephy-web-view.h

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-10-02 20:30:38 UTC
  • mfrom: (1.6.14)
  • Revision ID: package-import@ubuntu.com-20121002203038-ijw6x1x3vgv6tyi5
Tags: 3.6.0-0ubuntu1
* New upstream release (LP: #1033909)
  - New overview with most visited sites as start page (LP: #343397)
* Rename gir1.2-epiphany-3.4 -> gir1.2-epiphany-3.6
* debian/control.in:
  - Bump minimum webkit and libsoup
  - Drop build-depends on gnome-doc-utils and seed
  - Build-depend on gcr and gnome-desktop3
* debian/rules:
  - Copy Debian fix to rename epiphany.desktop to
    epiphany-browser.desktop so that the shell recognizes it.
* debian/patches/00_epiphany-browser.patch: Refreshed
* debian/patches/14_pkglibdir.patch:
  - Dropped, applied in new version

Show diffs side-by-side

added added

removed removed

Lines of Context:
158
158
gboolean                   ephy_web_view_has_modified_forms       (EphyWebView               *view);
159
159
void                       ephy_web_view_get_security_level       (EphyWebView               *view,
160
160
                                                                   EphyWebViewSecurityLevel  *level,
161
 
                                                                   char                     **description);
 
161
                                                                   GTlsCertificate          **certificate,
 
162
                                                                   GTlsCertificateFlags      *errors);
162
163
void                       ephy_web_view_print                    (EphyWebView               *view);
163
164
const char *               ephy_web_view_get_title                (EphyWebView               *view);
164
165
const char *               ephy_web_view_get_address              (EphyWebView               *view);