[gobject-introspection] Correct wrong GLib type name for cairo_content_t
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gobject-introspection] Correct wrong GLib type name for cairo_content_t
- Date: Tue, 9 May 2017 15:21:39 +0000 (UTC)
commit deb946cd01c0d3451c7fe2fddfc068916c6922cd
Author: Nicola Fontana <ntd entidi it>
Date: Thu Dec 11 15:27:35 2014 +0100
Correct wrong GLib type name for cairo_content_t
Enumerations in cairo-gobject do not follow the GLib naming conventions
(i.e., CamelCase); they have been registered using their original C
names instead, e.g. "cairo_content_t" instead of "CairoContent".
https://bugzilla.gnome.org/show_bug.cgi?id=743364
gir/cairo-1.0.gir.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gir/cairo-1.0.gir.in b/gir/cairo-1.0.gir.in
index d7e6c16..f49419f 100644
--- a/gir/cairo-1.0.gir.in
+++ b/gir/cairo-1.0.gir.in
@@ -22,7 +22,7 @@
glib:type-name="CairoRegion"
glib:get-type="cairo_gobject_region_get_type"/>
<enumeration name="Content" c:type="cairo_content_t"
- glib:type-name="CairoContent"
+ glib:type-name="cairo_content_t"
glib:get-type="cairo_gobject_content_get_type">
<member name="COLOR"
value="4096"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]