diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-01-21 22:12:26 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-01-21 22:12:26 +0800 |
commit | 544f36035197498a61382036ee75b9310f1b0e83 (patch) | |
tree | aafd5ff3345d3808c2d6b9e3eddab6acdc263952 /libempathy/empathy-status-presets.dtd | |
parent | bccdb33f3070d7ab027b41ebce27e6d1f5850ecc (diff) | |
download | gsoc2013-empathy-544f36035197498a61382036ee75b9310f1b0e83.tar gsoc2013-empathy-544f36035197498a61382036ee75b9310f1b0e83.tar.gz gsoc2013-empathy-544f36035197498a61382036ee75b9310f1b0e83.tar.bz2 gsoc2013-empathy-544f36035197498a61382036ee75b9310f1b0e83.tar.lz gsoc2013-empathy-544f36035197498a61382036ee75b9310f1b0e83.tar.xz gsoc2013-empathy-544f36035197498a61382036ee75b9310f1b0e83.tar.zst gsoc2013-empathy-544f36035197498a61382036ee75b9310f1b0e83.zip |
Move empathy-status-presets to libempathy, nothing to do with GTK
svn path=/trunk/; revision=591
Diffstat (limited to 'libempathy/empathy-status-presets.dtd')
-rw-r--r-- | libempathy/empathy-status-presets.dtd | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/libempathy/empathy-status-presets.dtd b/libempathy/empathy-status-presets.dtd new file mode 100644 index 000000000..872be6b4e --- /dev/null +++ b/libempathy/empathy-status-presets.dtd @@ -0,0 +1,14 @@ +<!-- + DTD for Empathys status presets. + by Martyn Russell <martyn@imendio.com> +--> + +<!-- Root element. --> +<!ELEMENT presets ((default?),status*)> + +<!ELEMENT default (#PCDATA)> +<!ATTLIST default presence CDATA #REQUIRED> + +<!ELEMENT status (#PCDATA)> +<!ATTLIST status presence CDATA #REQUIRED> + |