Include dependency graph for notify.c:

Data Structures | |
| struct | intf_sys_t |
Defines | |
| #define | MAX_LENGTH 256 |
| #define | APPLICATION_NAME "VLC media player" |
| #define | TIMEOUT_TEXT N_("Timeout (ms)") |
| #define | TIMEOUT_LONGTEXT N_("How long the notification will be displayed ") |
Functions | |
| static int | Open (vlc_object_t *) |
| static void | Close (vlc_object_t *) |
| static int | ItemChange (vlc_object_t *, const char *, vlc_value_t, vlc_value_t, void *) |
| static int | Notify (vlc_object_t *, const char *, GdkPixbuf *, intf_thread_t *) |
| int | vlc_entry__main (module_t *p_module) |
| const char * | vlc_entry_license__main (void) |
| static void | Next (NotifyNotification *notification, gchar *psz, gpointer p) |
| static void | Prev (NotifyNotification *notification, gchar *psz, gpointer p) |
| #define APPLICATION_NAME "VLC media player" |
| #define MAX_LENGTH 256 |
| #define TIMEOUT_LONGTEXT N_("How long the notification will be displayed ") |
| #define TIMEOUT_TEXT N_("Timeout (ms)") |
| static void Close | ( | vlc_object_t * | ) | [static] |
| static int ItemChange | ( | vlc_object_t * | , | |
| const char * | , | |||
| vlc_value_t | , | |||
| vlc_value_t | , | |||
| void * | ||||
| ) | [static] |
| static void Next | ( | NotifyNotification * | notification, | |
| gchar * | psz, | |||
| gpointer | p | |||
| ) | [static] |
| static int Notify | ( | vlc_object_t * | , | |
| const char * | , | |||
| GdkPixbuf * | , | |||
| intf_thread_t * | ||||
| ) | [static] |
| static int Open | ( | vlc_object_t * | ) | [static] |
| static void Prev | ( | NotifyNotification * | notification, | |
| gchar * | psz, | |||
| gpointer | p | |||
| ) | [static] |
| int vlc_entry__main | ( | module_t * | p_module | ) |
| const char* vlc_entry_license__main | ( | void | ) |
1.5.1