X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=shell%2Fev-application.h;h=93886126727f0e2b962a88a010b5ee8e9a4bac41;hb=ddeae94041ec4a587e0b353d97816daad182ea66;hp=2202a9a32fef8bddc8255a1a1557aa8822231ca3;hpb=67297a0108ba18a69972c98ee1771c3dad41d55b;p=evince.git diff --git a/shell/ev-application.h b/shell/ev-application.h index 2202a9a3..93886126 100644 --- a/shell/ev-application.h +++ b/shell/ev-application.h @@ -35,7 +35,6 @@ G_BEGIN_DECLS typedef struct _EvApplication EvApplication; typedef struct _EvApplicationClass EvApplicationClass; -typedef struct _EvApplicationPrivate EvApplicationPrivate; #define EV_TYPE_APPLICATION (ev_application_get_type ()) #define EV_APPLICATION(object) (G_TYPE_CHECK_INSTANCE_CAST((object), EV_TYPE_APPLICATION, EvApplication)) @@ -72,12 +71,13 @@ gboolean ev_application_open_window (EvApplication *applicati GError **error); gboolean ev_application_open_uri (EvApplication *application, const char *uri, - const char *page_label, + GHashTable *args, guint timestamp, GError **error); void ev_application_open_uri_at_dest (EvApplication *application, const char *uri, EvLinkDest *dest, + EvWindowRunMode mode, guint32 timestamp); void ev_application_open_uri_list (EvApplication *application, GSList *uri_list,