Top | ![]() |
![]() |
![]() |
![]() |
void | ev_application_open_uri_at_dest () |
void | ev_application_open_uri_list () |
gboolean | ev_application_has_window () |
const gchar * | ev_application_get_uri () |
GObject * | ev_application_get_media_keys () |
const gchar * | ev_application_get_dot_dir () |
void ev_application_open_uri_at_dest (EvApplication *application
,const char *uri
,GdkScreen *screen
,EvLinkDest *dest
,EvWindowRunMode mode
,const gchar *search_string
,guint32 timestamp
);
application |
The instance of the application. |
|
uri |
The uri to be opened. |
|
screen |
Thee screen where the link will be shown. |
|
dest |
The EvLinkDest of the document. |
|
mode |
The run mode of the window. |
|
search_string |
The word or phrase to find in the document. |
|
timestamp |
Current time value. |
void ev_application_open_uri_list (EvApplication *application
,GSList *uri_list
,GdkScreen *screen
,guint32 timestamp
);
GObject *
ev_application_get_media_keys (EvApplication *application
);
It gives you access to the media player keys handler object.
const gchar * ev_application_get_dot_dir (EvApplication *application
,gboolean create
);