Class

EogApplication

Description

class Eog.Application : Gtk.Application {
  base_instance: GtkApplication,
  priv: EogApplicationPrivate*
}
No description available.

Ancestors

  • GtkApplication
  • GApplication
  • GObject

Implements

  • GActionGroup
  • GActionMap

Instance methods

eog_application_close_all_windows
No description available.
eog_application_open_file_list

Opens a list of files in a EogWindow. If an EogWindow displaying the first image in the list is already open, this will be used. Otherwise, an empty EogWindow is used, either already existing or newly created. If the EOG_STARTUP_SINGLE_WINDOW flag is set, the files are opened in the first EogWindow and no new one is opened.

eog_application_open_uri_list

Opens a list of images, from a list of URIs. See eog_application_open_file_list() for details.

eog_application_open_uris

Opens a list of images, from a list of URI strings. See eog_application_open_file_list() for details.

eog_application_open_window

Opens and presents an empty EogWindow to the user. If there is an empty window already open, this will be used. Otherwise, a new one will be instantiated.

Class structure

struct EogApplicationClass {
  GtkApplicationClass parent_class;
  
}
Class members
parent_class
GtkApplicationClass
  No description available.

Functions

eog_application_get_instance

Returns a singleton instance of EogApplication currently running. If not running yet, it will create one.