Commit dcd116ad authored by Rafaël Carré's avatar Rafaël Carré

Add missing </method> tag

parent c3a79834
...@@ -97,6 +97,7 @@ const char* psz_introspection_xml_data = ...@@ -97,6 +97,7 @@ const char* psz_introspection_xml_data =
" <arg type=\"b\" direction=\"in\" />\n" " <arg type=\"b\" direction=\"in\" />\n"
" </method>\n" " </method>\n"
" <method name=\"Nothing\">\n" " <method name=\"Nothing\">\n"
" </method>\n"
" <method name=\"Quit\">\n" " <method name=\"Quit\">\n"
" </method>\n" " </method>\n"
" </interface>\n" " </interface>\n"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment