Evince
Evince is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript.
|
#include <glib-object.h>
#include <gio/gio.h>
Go to the source code of this file.
Macros | |
#define | EV_TYPE_MEDIA_PLAYER_KEYS (ev_media_player_keys_get_type ()) |
#define | EV_MEDIA_PLAYER_KEYS(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), EV_TYPE_MEDIA_PLAYER_KEYS, EvMediaPlayerKeys)) |
#define | EV_MEDIA_PLAYER_KEYS_CLASS(k) (G_TYPE_CHECK_CLASS_CAST((k), EV_TYPE_MEDIA_PLAYER_KEYS, EvMediaPlayerKeysClass)) |
#define | EV_IS_MEDIA_PLAYER_KEYS(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), EV_TYPE_MEDIA_PLAYER_KEYS)) |
#define | EV_IS_MEDIA_PLAYER_KEYS_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), EV_TYPE_MEDIA_PLAYER_KEYS)) |
#define | EV_MEDIA_PLAYER_KEYS_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), EV_TYPE_MEDIA_PLAYER_KEYS, EvMediaPlayerKeysClass)) |
Typedefs | |
typedef struct _EvMediaPlayerKeys | EvMediaPlayerKeys |
typedef struct _EvMediaPlayerKeysClass | EvMediaPlayerKeysClass |
Functions | |
GType | ev_media_player_keys_get_type (void) G_GNUC_CONST |
EvMediaPlayerKeys * | ev_media_player_keys_new (void) |
void | ev_media_player_keys_focused (EvMediaPlayerKeys *keys) |
#define EV_IS_MEDIA_PLAYER_KEYS | ( | o) | (G_TYPE_CHECK_INSTANCE_TYPE ((o), EV_TYPE_MEDIA_PLAYER_KEYS)) |
Definition at line 33 of file ev-media-player-keys.h.
#define EV_IS_MEDIA_PLAYER_KEYS_CLASS | ( | k) | (G_TYPE_CHECK_CLASS_TYPE ((k), EV_TYPE_MEDIA_PLAYER_KEYS)) |
Definition at line 34 of file ev-media-player-keys.h.
#define EV_MEDIA_PLAYER_KEYS | ( | o) | (G_TYPE_CHECK_INSTANCE_CAST ((o), EV_TYPE_MEDIA_PLAYER_KEYS, EvMediaPlayerKeys)) |
Definition at line 31 of file ev-media-player-keys.h.
#define EV_MEDIA_PLAYER_KEYS_CLASS | ( | k) | (G_TYPE_CHECK_CLASS_CAST((k), EV_TYPE_MEDIA_PLAYER_KEYS, EvMediaPlayerKeysClass)) |
Definition at line 32 of file ev-media-player-keys.h.
#define EV_MEDIA_PLAYER_KEYS_GET_CLASS | ( | o) | (G_TYPE_INSTANCE_GET_CLASS ((o), EV_TYPE_MEDIA_PLAYER_KEYS, EvMediaPlayerKeysClass)) |
Definition at line 35 of file ev-media-player-keys.h.
#define EV_TYPE_MEDIA_PLAYER_KEYS (ev_media_player_keys_get_type ()) |
Definition at line 30 of file ev-media-player-keys.h.
typedef struct _EvMediaPlayerKeys EvMediaPlayerKeys |
Definition at line 37 of file ev-media-player-keys.h.
typedef struct _EvMediaPlayerKeysClass EvMediaPlayerKeysClass |
Definition at line 38 of file ev-media-player-keys.h.
void ev_media_player_keys_focused | ( | EvMediaPlayerKeys * | keys) |
GType ev_media_player_keys_get_type | ( | void | ) |
EvMediaPlayerKeys* ev_media_player_keys_new | ( | void | ) |
Definition at line 229 of file ev-media-player-keys.c.