summaryrefslogtreecommitdiff
path: root/src/totem.h
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2005-07-11 21:53:35 +0000
committerBastien Nocera <hadess@src.gnome.org>2005-07-11 21:53:35 +0000
commitdead0d6117115bed9d386242a36a04c03be72cc2 (patch)
treebcaebba006fdde210f7a448bcb62c133438073d5 /src/totem.h
parent51b3b45dab3045e3cd137cbac98aa29fdd8828b5 (diff)
downloadtotem-dead0d6117115bed9d386242a36a04c03be72cc2.tar.gz
Only support opening discs through either their mountpoint (data discs,
2005-07-11 Bastien Nocera <hadess@hadess.net> * src/plparse/totem-disc.c: (totem_cd_detect_type_with_url), (totem_cd_detect_type): * src/plparse/totem-pl-parser.c: * src/totem-menu.c: (on_play_disc_activate): * src/totem-uri.c: (totem_is_media), (totem_is_block_device): * src/totem-uri.h: * src/totem.c: (totem_action_load_media_device), (totem_action_play_media_device), (totem_action_play_media), (totem_action_open_files_list), (totem_action_open_dialog), (on_open1_activate), (main): * src/totem.h: Only support opening discs through either their mountpoint (data discs, VCD, DVD), or block device path (all discs) cd:, vcd: and dvd: are gone
Diffstat (limited to 'src/totem.h')
-rw-r--r--src/totem.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/totem.h b/src/totem.h
index 527407674..51b28ae53 100644
--- a/src/totem.h
+++ b/src/totem.h
@@ -68,7 +68,10 @@ void totem_action_set_scale_ratio (Totem *totem, gfloat ratio);
void totem_action_error (const char *title,
const char *reason,
Totem *totem);
-char *totem_action_open_dialog (Totem *totem,
- const char *path);
+void totem_action_play_media_device (Totem *totem,
+ const char *device);
+char *totem_action_open_dialog (Totem *totem,
+ const char *path,
+ gboolean play);
#endif /* __TOTEM_H__ */