summaryrefslogtreecommitdiff
path: root/src/hb-gobject-structs.h
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2015-05-19 17:42:30 -0700
committerBehdad Esfahbod <behdad@behdad.org>2015-05-19 17:42:30 -0700
commit1ae6cdb365c15405500d4f50ec98016dde23a26b (patch)
tree7bd03593bf38db8d54f001cae05e49077a5c1fc2 /src/hb-gobject-structs.h
parentece434fa0fec6754e5164d881c1e967376729eca (diff)
downloadharfbuzz-1ae6cdb365c15405500d4f50ec98016dde23a26b.tar.gz
[gobject] Remove hb_language_t workarounds for g-i shortcomings
Using latest gobject-introspection, I don't seem to be having this problem anymore: https://bugzilla.gnome.org/show_bug.cgi?id=707656 Removing that kludge makes language_t behave more like the way I expect it in Python. Also fixes: https://github.com/behdad/harfbuzz/issues/91
Diffstat (limited to 'src/hb-gobject-structs.h')
-rw-r--r--src/hb-gobject-structs.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/hb-gobject-structs.h b/src/hb-gobject-structs.h
index 4a88d569..48af088e 100644
--- a/src/hb-gobject-structs.h
+++ b/src/hb-gobject-structs.h
@@ -81,14 +81,6 @@ GType hb_gobject_segment_properties_get_type (void);
GType hb_gobject_user_data_key_get_type (void);
#define HB_GOBJECT_TYPE_USER_DATA_KEY (hb_gobject_user_data_key_get_type ())
-/* Currently gobject-introspection doesn't understand that hb_language_t
- * can be passed by-value. As such we box it up. May remove in the
- * future.
- *
- * https://bugzilla.gnome.org/show_bug.cgi?id=707656
- */
-GType hb_gobject_language_get_type (void);
-#define HB_GOBJECT_TYPE_LANGUAGE (hb_gobject_language_get_type ())
HB_END_DECLS