summaryrefslogtreecommitdiff
path: root/src/totem-menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/totem-menu.h')
-rw-r--r--src/totem-menu.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/totem-menu.h b/src/totem-menu.h
index f826e0219..035535871 100644
--- a/src/totem-menu.h
+++ b/src/totem-menu.h
@@ -35,8 +35,14 @@ void totem_subtitles_menu_update (Totem *totem);
void totem_languages_menu_update (Totem *totem);
/* For test use only */
+typedef struct {
+ char *label;
+ int id;
+} MenuItem;
+
GList *bvw_lang_info_to_menu_labels (GList *langs,
BvwTrackType track_type);
+void free_menu_item (MenuItem *item);
G_END_DECLS