summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicola Fontana <ntd@entidi.it>2014-12-11 15:01:17 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2017-05-09 16:17:38 +0100
commit5b85b29ae556f5612040beb7b13e8d00d390a85d (patch)
tree64d2194929bce33c4e2e252176cfd41f80374563
parent74e4542739df792d4a1f42eecd756506140703b0 (diff)
downloadgobject-introspection-5b85b29ae556f5612040beb7b13e8d00d390a85d.tar.gz
Use tab consistently in cairo.gir.in
All the source but a fistful of lines uses tab for 8-spaces indenting and left-align attribute names: let's fully embrace this convention. https://bugzilla.gnome.org/show_bug.cgi?id=743364
-rw-r--r--gir/cairo-1.0.gir.in28
1 files changed, 14 insertions, 14 deletions
diff --git a/gir/cairo-1.0.gir.in b/gir/cairo-1.0.gir.in
index 15e4b12f..5953c664 100644
--- a/gir/cairo-1.0.gir.in
+++ b/gir/cairo-1.0.gir.in
@@ -1,8 +1,8 @@
<?xml version="1.0"?>
<repository version="1.2"
- xmlns="http://www.gtk.org/introspection/core/1.0"
- xmlns:c="http://www.gtk.org/introspection/c/1.0"
- xmlns:glib="http://www.gtk.org/introspection/glib/1.0">
+ xmlns="http://www.gtk.org/introspection/core/1.0"
+ xmlns:c="http://www.gtk.org/introspection/c/1.0"
+ xmlns:glib="http://www.gtk.org/introspection/glib/1.0">
<package name="%CAIRO_GIR_PACKAGE%"/>
<namespace name="cairo" version="1.0"
shared-library="%CAIRO_SHARED_LIBRARY%"
@@ -25,23 +25,23 @@
glib:type-name="CairoContent"
glib:get-type="cairo_gobject_content_get_type">
<member name="COLOR"
- value="4096"
- c:identifier="CAIRO_CONTENT_COLOR"/>
+ value="4096"
+ c:identifier="CAIRO_CONTENT_COLOR"/>
<member name="ALPHA"
- value="8192"
- c:identifier="CAIRO_CONTENT_ALPHA"/>
+ value="8192"
+ c:identifier="CAIRO_CONTENT_ALPHA"/>
<member name="COLOR_ALPHA"
- value="12288"
- c:identifier="CAIRO_CONTENT_COLOR_ALPHA"/>
+ value="12288"
+ c:identifier="CAIRO_CONTENT_COLOR_ALPHA"/>
</enumeration>
<record name="FontOptions" c:type="cairo_font_options_t" foreign="1"/>
<record name="FontType" c:type="cairo_font_type_t" foreign="1"/>
<record name="FontFace" c:type="cairo_font_face_t" foreign="1"
- glib:type-name="CairoFontFace"
- glib:get-type="cairo_gobject_font_face_get_type"/>
+ glib:type-name="CairoFontFace"
+ glib:get-type="cairo_gobject_font_face_get_type"/>
<record name="ScaledFont" c:type="cairo_scaled_font_t" foreign="1"
- glib:type-name="CairoScaledFont"
- glib:get-type="cairo_gobject_scaled_font_get_type"/>
+ glib:type-name="CairoScaledFont"
+ glib:get-type="cairo_gobject_scaled_font_get_type"/>
<record name="Path" c:type="cairo_path_t" foreign="1"/>
<record name="RectangleInt" c:type="cairo_rectangle_int_t"
glib:type-name="CairoRectangleInt"
@@ -61,7 +61,7 @@
</record>
<function name="image_surface_create" c:identifier="cairo_image_surface_create">
<return-value transfer-ownership="none">
- <type name="none" c:type="void"/>
+ <type name="none" c:type="void"/>
</return-value>
<parameters>
</parameters>