|
Evince
Evince is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript.
|
Include dependency graph for ev-media-player.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | EV_TYPE_MEDIA_PLAYER (ev_media_player_get_type()) |
| #define | EV_MEDIA_PLAYER(object) (G_TYPE_CHECK_INSTANCE_CAST((object), EV_TYPE_MEDIA_PLAYER, EvMediaPlayer)) |
| #define | EV_IS_MEDIA_PLAYER(object) (G_TYPE_CHECK_INSTANCE_TYPE((object), EV_TYPE_MEDIA_PLAYER)) |
| #define | EV_MEDIA_PLAYER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass), EV_TYPE_MEDIA_PLAYER, EvMediaPlayerClass)) |
| #define | EV_IS_MEDIA_PLAYER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass), EV_TYPE_MEDIA_PLAYER)) |
| #define | EV_MEDIA_PLAYER_GET_CLASS(object) (G_TYPE_INSTANCE_GET_CLASS((object), EV_TYPE_MEDIA_PLAYER, EvMediaPlayerClass)) |
Typedefs | |
| typedef struct _EvMediaPlayer | EvMediaPlayer |
| typedef struct _EvMediaPlayerClass | EvMediaPlayerClass |
Enumerations | |
| enum | EvMediaPlayerState { EV_MEDIA_PLAYER_STATE_PAUSE, EV_MEDIA_PLAYER_STATE_PLAY } |
Functions | |
| GType | ev_media_player_get_type (void) G_GNUC_CONST |
| GtkWidget * | ev_media_player_new (EvMedia *media) |
| EvMedia * | ev_media_player_get_media (EvMediaPlayer *player) |
| #define EV_IS_MEDIA_PLAYER | ( | object) | (G_TYPE_CHECK_INSTANCE_TYPE((object), EV_TYPE_MEDIA_PLAYER)) |
Definition at line 32 of file ev-media-player.h.
| #define EV_IS_MEDIA_PLAYER_CLASS | ( | klass) | (G_TYPE_CHECK_CLASS_TYPE((klass), EV_TYPE_MEDIA_PLAYER)) |
Definition at line 34 of file ev-media-player.h.
| #define EV_MEDIA_PLAYER | ( | object) | (G_TYPE_CHECK_INSTANCE_CAST((object), EV_TYPE_MEDIA_PLAYER, EvMediaPlayer)) |
Definition at line 31 of file ev-media-player.h.
| #define EV_MEDIA_PLAYER_CLASS | ( | klass) | (G_TYPE_CHECK_CLASS_CAST((klass), EV_TYPE_MEDIA_PLAYER, EvMediaPlayerClass)) |
Definition at line 33 of file ev-media-player.h.
| #define EV_MEDIA_PLAYER_GET_CLASS | ( | object) | (G_TYPE_INSTANCE_GET_CLASS((object), EV_TYPE_MEDIA_PLAYER, EvMediaPlayerClass)) |
Definition at line 35 of file ev-media-player.h.
| #define EV_TYPE_MEDIA_PLAYER (ev_media_player_get_type()) |
Definition at line 30 of file ev-media-player.h.
| typedef struct _EvMediaPlayer EvMediaPlayer |
Definition at line 42 of file ev-media-player.h.
| typedef struct _EvMediaPlayerClass EvMediaPlayerClass |
Definition at line 43 of file ev-media-player.h.
| enum EvMediaPlayerState |
| Enumerator | |
|---|---|
| EV_MEDIA_PLAYER_STATE_PAUSE | |
| EV_MEDIA_PLAYER_STATE_PLAY | |
Definition at line 37 of file ev-media-player.h.
| EvMedia* ev_media_player_get_media | ( | EvMediaPlayer * | player) |
| GType ev_media_player_get_type | ( | void | ) |
| GtkWidget* ev_media_player_new | ( | EvMedia * | media) |