Evince
Evince is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript.
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
ev-media-player-keys.h File Reference
#include <glib-object.h>
#include <gio/gio.h>
+ Include dependency graph for ev-media-player-keys.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_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
 
EvMediaPlayerKeysev_media_player_keys_new (void)
 
void ev_media_player_keys_focused (EvMediaPlayerKeys *keys)
 

Macro Definition Documentation

#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 Documentation

Definition at line 37 of file ev-media-player-keys.h.

Definition at line 38 of file ev-media-player-keys.h.

Function Documentation

void ev_media_player_keys_focused ( EvMediaPlayerKeys keys)

Definition at line 205 of file ev-media-player-keys.c.

206 {
207  if (keys->proxy == NULL)
208  return;
209 
211 }

+ Here is the caller graph for this function:

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.

230 {
231  return g_object_new (EV_TYPE_MEDIA_PLAYER_KEYS, NULL);
232 }