X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Ffilexml.h;h=4cff675866c22510f115fcba962491ba5e8bb8c3;hb=5a1b2bb96f2bd6b7ef4f8031763683726c02219d;hp=270b763df7b29bf8e7533545c954cc8552ec42cd;hpb=d8506a82d13c3179b5a30c985e6e2045304e95cf;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/filexml.h b/cinelerra-5.1/cinelerra/filexml.h index 270b763d..4cff6758 100644 --- a/cinelerra-5.1/cinelerra/filexml.h +++ b/cinelerra-5.1/cinelerra/filexml.h @@ -100,6 +100,7 @@ public: int64_t get_property(const char *property, int64_t default_); float get_property(const char *property, float default_); double get_property(const char *property, double default_); + const char* get_property_text(const char *property); int set_title(const char *text); int set_property(const char *text, const char *value);