Skip to content
Snippets Groups Projects
Select Git revision
  • master
1 result
An error occurred while fetching branches. Retry the search.
An error occurred while fetching tags. Retry the search.

example.gresources.xml

Blame
  • Christian Hergert's avatar
    Christian Hergert authored
    This is just going to be a stupid little text editor to demo some things
    and allow us to test stuff in a non-trivial fashion.
    82f749af
    History
    example.gresources.xml 370 B
    <?xml version="1.0" encoding="UTF-8"?>
    <gresources>
      <gresource prefix="/org/gnome/example/ui">
        <file>example-document-view.ui</file>
        <file>example-window.ui</file>
      </gresource>
    
      <gresource prefix="/org/gnome/example">
        <file>gtk/menus.ui</file>
        <file>shortcuts/default.keytheme</file>
        <file>themes/shared.css</file>
      </gresource>
    </gresources>