We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b02ce5 commit a3d9cc6Copy full SHA for a3d9cc6
gir-fixes/Nautilus-4.0.xslt
@@ -0,0 +1,19 @@
1
+<?xml version="1.0"?>
2
+<xsl:stylesheet
3
+ xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4
+ xmlns:core="http://www.gtk.org/introspection/core/1.0"
5
+ xmlns:c="http://www.gtk.org/introspection/c/1.0"
6
+ xmlns:glib="http://www.gtk.org/introspection/glib/1.0"
7
+ version="1.0">
8
+
9
+ <xsl:template match="@* | node()">
10
+ <xsl:copy>
11
+ <xsl:apply-templates select="@* | node()"/>
12
+ </xsl:copy>
13
+ </xsl:template>
14
15
+ <xsl:template match="core:package/@name">
16
+ <xsl:attribute name="name">libnautilus-extension-4</xsl:attribute>
17
18
19
+</xsl:stylesheet>
0 commit comments