[Groonga-commit] groonga/groonga at 294912c [master] Fix a typo

Back to archive index

HAYASHI Kentaro null+****@clear*****
Fri Apr 3 17:37:10 JST 2015


HAYASHI Kentaro	2015-04-03 17:37:10 +0900 (Fri, 03 Apr 2015)

  New Revision: 294912cd12cf3cb06f0639fc02d16281b117d9f7
  https://github.com/groonga/groonga/commit/294912cd12cf3cb06f0639fc02d16281b117d9f7

  Message:
    Fix a typo
    
    Actually, grn_column_find_index_data is introduced since 5.0.1.

  Modified files:
    include/groonga/groonga.h

  Modified: include/groonga/groonga.h (+1 -1)
===================================================================
--- include/groonga/groonga.h    2015-04-03 16:46:53 +0900 (cd3045f)
+++ include/groonga/groonga.h    2015-04-03 17:37:10 +0900 (18b2bc2)
@@ -990,7 +990,7 @@ GRN_API grn_rc grn_obj_delete_hook(grn_ctx *ctx, grn_obj *obj, grn_hook_entry en
 
 GRN_API grn_obj *grn_obj_open(grn_ctx *ctx, unsigned char type, grn_obj_flags flags, grn_id domain);
 
-/* Deprecated since 5.0.1. Use grn_column_find_indexes() instead. */
+/* Deprecated since 5.0.1. Use grn_column_find_index_data() instead. */
 GRN_API int grn_column_index(grn_ctx *ctx, grn_obj *column, grn_operator op,
                              grn_obj **indexbuf, int buf_size, int *section);
 
-------------- next part --------------
HTML����������������������������...
Descargar 



More information about the Groonga-commit mailing list
Back to archive index