Commits


Yosuke Shiro authored and Kouhei Sutou committed 1eec9e81957
ARROW-4168: [GLib] Use property to keep GArrowDataType passed in garrow_field_new() This is follow-up of https://github.com/apache/arrow/pull/3197#pullrequestreview-186349753 Author: Yosuke Shiro <yosuke.shiro615@gmail.com> Author: Kouhei Sutou <kou@clear-code.com> Closes #3322 from shiro615/glib-use-property-to-keep-data-type and squashes the following commits: 2135b583 <Kouhei Sutou> Remove needless new lines cc85b1ef <Kouhei Sutou> Fix indent 46844bc1 <Yosuke Shiro> Use {class_name}_data_type to unify argument names a6af562a <Yosuke Shiro> Reuse GARROW_DATA_TYPE(list_data_type) 77117f08 <Yosuke Shiro> Call g_object_unref() for GArrowDataType cae21658 <Yosuke Shiro> Use property to keep GArrowDataType in garrow_field_new()