summaryrefslogtreecommitdiff
path: root/src/totem.h
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2013-03-19 10:39:33 +0100
committerBastien Nocera <hadess@hadess.net>2013-03-19 10:39:33 +0100
commit057f6978163bd1049a3bfa58f779ffaf73c84739 (patch)
treec0079b13cfb0b253406f304ec77779c31b5bfecf /src/totem.h
parentb29186c622e0dd800ea1cea11ad96faccc64951d (diff)
downloadtotem-057f6978163bd1049a3bfa58f779ffaf73c84739.tar.gz
main: Make signal emission functions private
External plugins shouldn't be able to call those.
Diffstat (limited to 'src/totem.h')
-rw-r--r--src/totem.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/totem.h b/src/totem.h
index 246cc0674..63574b102 100644
--- a/src/totem.h
+++ b/src/totem.h
@@ -165,18 +165,6 @@ typedef struct {
GType totem_object_get_type (void);
-/* Signal emission */
-void totem_file_opened (TotemObject *totem,
- const char *mrl);
-void totem_file_has_played (TotemObject *totem,
- const char *mrl);
-void totem_file_closed (TotemObject *totem);
-void totem_metadata_updated (TotemObject *totem,
- const char *artist,
- const char *title,
- const char *album,
- guint track_num);
-
void totem_object_action_exit (TotemObject *totem) G_GNUC_NORETURN;
void totem_object_action_play (TotemObject *totem);
void totem_object_action_stop (TotemObject *totem);