gstreamer/playback/player/gtk/resources/gresources.xml
Brijesh Singh b59a893da7 playback/player: gtk-play: add support to build UI through gtkbuilder
- build toolbar ui from glade generated xml files
- build media info dialog from glade generated xml files
- add support to apply css style on widget
- multiple cleanups
2015-07-07 23:49:09 +03:00

11 lines
249 B
XML

<? xml version="1.0" encoding="UTF-8" ?>
<gresources>
<gresource prefix="/ui">
<file>toolbar.ui</file>
<file>media_info_dialog.ui</file>
</gresource>
<gresource prefix="/css">
<file>toolbar.css</file>
</gresource>
</gresources>