]> www.fi.muni.cz Git - evince.git/blobdiff - shell/ev-window.h
[shell] dualscreen compile fixes
[evince.git] / shell / ev-window.h
index 044e9a888260f5c8e56ec58fd728498d398325cc..dea451964b3a21a9763f5f5c8158573a0333c622 100644 (file)
@@ -17,7 +17,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 
 #ifndef EV_WINDOW_H
@@ -82,9 +82,14 @@ void         ev_window_open_document (EvWindow       *ev_window,
                                         EvWindowRunMode mode,
                                         const gchar    *search_string);
 gboolean       ev_window_is_empty      (const EvWindow *ev_window);
+void           ev_window_run_presentation (EvWindow    *ev_window);
+void           ev_window_stop_presentation (EvWindow   *ev_window,
+                                       gboolean        unfullscreen_window);
 void           ev_window_print_range   (EvWindow       *ev_window,
                                         int             first_page,
                                         int             last_page);
+const gchar *  ev_window_get_dbus_object_path (EvWindow *ev_window);
+
 
 G_END_DECLS