![]() |
![]() |
![]() |
![]() |
EvApplication *
ev_application_get_instance (void
);
Checks for EvApplication instance, if it doesn't exist it does create it.
void ev_application_open_window (EvApplication *application
,GdkScreen *screen
,guint32 timestamp
);
Creates a new window
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. |
|
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.
void
ev_application_screensaver_enable (EvApplication *application
);
void
ev_application_screensaver_disable (EvApplication *application
);
const gchar * ev_application_get_dot_dir (EvApplication *application
,gboolean create
);
const gchar *
ev_application_get_data_dir (EvApplication *application
);