~ubuntu-branches/ubuntu/oneiric/evince/oneiric

« back to all changes in this revision

Viewing changes to shell/ev-application.h

  • Committer: Package Import Robot
  • Author(s): Rodrigo Moya
  • Date: 2011-09-02 11:13:08 UTC
  • mfrom: (1.1.68 upstream)
  • Revision ID: package-import@ubuntu.com-20110902111308-n5kb2463c19ntbe5
Tags: 3.1.90.1-0ubuntu1
* New upstream release
* debian/patches/00_gir-libdocument-library-path.patch:
* debian/patches/04_gold.patch:
  - Remove upstreamed patches
* debian/patches/11_grip_gestures.patch:
  - Rebased

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
const gchar *     ev_application_get_uri             (EvApplication   *application);
72
72
GObject          *ev_application_get_media_keys      (EvApplication   *application);
73
73
 
74
 
void              ev_application_set_filechooser_uri (EvApplication   *application,
75
 
                                                      GtkFileChooserAction action,
76
 
                                                      const gchar     *uri);
77
 
const gchar      *ev_application_get_filechooser_uri (EvApplication   *application,
78
 
                                                      GtkFileChooserAction action);
79
74
void              ev_application_screensaver_enable  (EvApplication   *application);
80
75
void              ev_application_screensaver_disable (EvApplication   *application);
81
76
const gchar      *ev_application_get_dot_dir         (EvApplication   *application,