summaryrefslogtreecommitdiff
path: root/src/interop_subtitle_content.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/interop_subtitle_content.h')
-rw-r--r--src/interop_subtitle_content.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/interop_subtitle_content.h b/src/interop_subtitle_content.h
index df834356..9dfde104 100644
--- a/src/interop_subtitle_content.h
+++ b/src/interop_subtitle_content.h
@@ -30,9 +30,17 @@ public:
InteropSubtitleContent (std::string movie_title, std::string language);
InteropSubtitleContent (boost::filesystem::path file);
+ bool equals (
+ boost::shared_ptr<const Asset>,
+ EqualityOptions,
+ boost::function<void (NoteType, std::string)> note
+ ) const;
+
std::list<boost::shared_ptr<InteropLoadFont> > load_font_nodes () const {
return _load_font_nodes;
}
+
+ void add_font (std::string id, std::string uri);
Glib::ustring xml_as_string () const;