summaryrefslogtreecommitdiff
path: root/src/totem-private.h
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2010-08-08 11:07:03 +0100
committerPhilip Withnall <philip@tecnocode.co.uk>2013-07-05 23:23:09 +0100
commitf571637cd94f4ccbd9162a8290d723334d58526d (patch)
treee3189a44002016a41ec955d3cb7ae045fe90ac3b /src/totem-private.h
parentd44648fba27dad9a6a7eb7d62277b8da6f48d556 (diff)
downloadtotem-f571637cd94f4ccbd9162a8290d723334d58526d.tar.gz
Make TotemObject signal emission functions static to totem-object.c
Diffstat (limited to 'src/totem-private.h')
-rw-r--r--src/totem-private.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/totem-private.h b/src/totem-private.h
index aa2b0da15..f524a245d 100644
--- a/src/totem-private.h
+++ b/src/totem-private.h
@@ -199,15 +199,7 @@ void totem_object_set_main_page (TotemObject *totem,
const char * totem_object_get_main_page (Totem *totem);
/* 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);
#endif /* __TOTEM_PRIVATE_H__ */