You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2017/04/11 17:56:03 UTC

arrow git commit: ARROW-807: [GLib] Update "Since" tag

Repository: arrow
Updated Branches:
  refs/heads/master f5245cc6b -> 7b4723b2b


ARROW-807: [GLib] Update "Since" tag

Author: Kouhei Sutou <ko...@clear-code.com>

Closes #526 from kou/glib-update-since-tag and squashes the following commits:

2ad64cc [Kouhei Sutou] [GLib] Update "Since" tag


Project: http://git-wip-us.apache.org/repos/asf/arrow/repo
Commit: http://git-wip-us.apache.org/repos/asf/arrow/commit/7b4723b2
Tree: http://git-wip-us.apache.org/repos/asf/arrow/tree/7b4723b2
Diff: http://git-wip-us.apache.org/repos/asf/arrow/diff/7b4723b2

Branch: refs/heads/master
Commit: 7b4723b2b4f259ac27b959d108fdc65c734d7359
Parents: f5245cc
Author: Kouhei Sutou <ko...@clear-code.com>
Authored: Tue Apr 11 13:55:57 2017 -0400
Committer: Wes McKinney <we...@twosigma.com>
Committed: Tue Apr 11 13:55:57 2017 -0400

----------------------------------------------------------------------
 c_glib/arrow-glib/array.cpp | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/arrow/blob/7b4723b2/c_glib/arrow-glib/array.cpp
----------------------------------------------------------------------
diff --git a/c_glib/arrow-glib/array.cpp b/c_glib/arrow-glib/array.cpp
index e016ba9..3bd7b40 100644
--- a/c_glib/arrow-glib/array.cpp
+++ b/c_glib/arrow-glib/array.cpp
@@ -142,6 +142,8 @@ garrow_array_class_init(GArrowArrayClass *klass)
  * @i: The index of the target value.
  *
  * Returns: Whether the i-th value is null or not.
+ *
+ * Since: 0.3.0
  */
 gboolean
 garrow_array_is_null(GArrowArray *array, gint64 i)
@@ -193,9 +195,10 @@ garrow_array_get_n_nulls(GArrowArray *array)
  * garrow_array_get_value_data_type:
  * @array: A #GArrowArray.
  *
- * Since: 0.3.0
  * Returns: (transfer full): The #GArrowDataType for each value of the
  *   array.
+ *
+ * Since: 0.3.0
  */
 GArrowDataType *
 garrow_array_get_value_data_type(GArrowArray *array)
@@ -209,8 +212,9 @@ garrow_array_get_value_data_type(GArrowArray *array)
  * garrow_array_get_value_type:
  * @array: A #GArrowArray.
  *
- * Since: 0.3.0
  * Returns: The #GArrowType for each value of the array.
+ *
+ * Since: 0.3.0
  */
 GArrowType
 garrow_array_get_value_type(GArrowArray *array)