summaryrefslogtreecommitdiff
path: root/trunk/src/totem-menu.h
diff options
context:
space:
mode:
authorBastien Nocera <hadess@src.gnome.org>2007-01-29 23:21:24 +0000
committerBastien Nocera <hadess@src.gnome.org>2007-01-29 23:21:24 +0000
commit6f6961c06adf36ecb6dc873042b774cbd7ee5d81 (patch)
tree536942c5aa013dfcdbf689c1e3a7d0551c4a8678 /trunk/src/totem-menu.h
parentfe95cfa6cfe8ee2bc2d80a9917677024177a5b77 (diff)
downloadtotem-fdab2b11f8631fa3d329c33bdd089d17393cc3e1.tar.gz
Tagged for release 2.17.90.V_2_17_90
svn path=/tags/V_2_17_90/; revision=3963
Diffstat (limited to 'trunk/src/totem-menu.h')
-rw-r--r--trunk/src/totem-menu.h44
1 files changed, 44 insertions, 0 deletions
diff --git a/trunk/src/totem-menu.h b/trunk/src/totem-menu.h
new file mode 100644
index 000000000..229c4cd4d
--- /dev/null
+++ b/trunk/src/totem-menu.h
@@ -0,0 +1,44 @@
+/* totem-menu.h
+
+ Copyright (C) 2004-2005 Bastien Nocera <hadess@hadess.net>
+
+ The Gnome Library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Library General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
+
+ The Gnome Library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Library General Public License for more details.
+
+ You should have received a copy of the GNU Library General Public
+ License along with the Gnome Library; see the file COPYING.LIB. If not,
+ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ Boston, MA 02111-1307, USA.
+
+ Author: Bastien Nocera <hadess@hadess.net>
+ */
+
+#ifndef TOTEM_MENU_H
+#define TOTEM_MENU_H
+
+#include "totem.h"
+
+G_BEGIN_DECLS
+
+#define TOTEM_MAX_RECENT_ITEM_LEN 40
+
+void totem_ui_manager_setup (Totem *totem);
+
+void totem_sublang_update (Totem *totem);
+void totem_sublang_exit (Totem *totem);
+
+void totem_setup_play_disc (Totem *totem);
+
+void totem_setup_recent (Totem *totem);
+void totem_action_add_recent (Totem *totem, const char *filename);
+
+G_END_DECLS
+
+#endif /* TOTEM_MENU_H */