Skip to content

Commit

Permalink
Fix available_in
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroyuki-sato committed Oct 30, 2024
1 parent 3b5b6a4 commit 4d60dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c_glib/arrow-glib/basic-data-type.h
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ GARROW_AVAILABLE_IN_19_0
gint32
garrow_decimal64_data_type_max_precision();

GARROW_AVAILABLE_IN_0_12
GARROW_AVAILABLE_IN_19_0
GArrowDecimal64DataType *
garrow_decimal64_data_type_new(gint32 precision, gint32 scale, GError **error);

Expand Down

0 comments on commit 4d60dab

Please sign in to comment.