src/hb-gobject-structs.cc


Log

Author Commit Date CI Message
Behdad Esfahbod dbdbfe3d 2017-10-15T12:11:08 Use nullptr instead of NULL
Behdad Esfahbod 0e79ebb3 2016-10-23T14:39:43 [gobject] Update for new MATH structs
Behdad Esfahbod 1ae6cdb3 2015-05-19T17:42:30 [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
Behdad Esfahbod ece434fa 2015-05-19T17:20:58 [gobject] Macroize value types Fixes user_data_t
Behdad Esfahbod 17905c54 2013-09-06T16:57:01 [introspection] Work around g-i limitation with hb_language_t
Behdad Esfahbod 71439a8c 2013-08-26T20:56:58 [gobject] Flesh out hb-gobject Move it to new harfbuzz-gobject library. Implement enums and boxed types for object-types. Still have to do boxed types for value types.
Behdad Esfahbod d75333f1 2011-08-19T19:59:24 Add gobject enum support, but disabled for now need to figure out the naming. The generated code doesn't have the right name.