[Groonga-commit] groonga/grngo at 1f222a4 [master] Add comments.

Back to archive index

susumu.yata null+****@clear*****
Fri Jul 10 17:27:39 JST 2015


susumu.yata	2015-07-10 17:27:39 +0900 (Fri, 10 Jul 2015)

  New Revision: 1f222a45840cdd9e4183ba0fc917988868a84b1a
  https://github.com/groonga/grngo/commit/1f222a45840cdd9e4183ba0fc917988868a84b1a

  Message:
    Add comments.

  Modified files:
    grngo.h

  Modified: grngo.h (+5 -0)
===================================================================
--- grngo.h    2015-07-10 17:09:06 +0900 (c6204ec)
+++ grngo.h    2015-07-10 17:27:39 +0900 (764773e)
@@ -40,9 +40,14 @@ typedef struct {
 } grngo_type_info;
 
 // grngo_table_get_key_info gets information of the table key (_key).
+//
+// Note that key_info->ref_table should be unlinked by grn_obj_unlink() if it
+// is not NULL.
 grn_rc grngo_table_get_key_info(grn_ctx *ctx, grn_obj *table,
                                 grngo_table_type_info *key_info);
 // grngo_table_get_value_info gets information of the table value (_value).
+// Note that value_info->ref_table should be unlinked by grn_obj_unlink() if it
+// is not NULL.
 grn_rc grngo_table_get_value_info(grn_ctx *ctx, grn_obj *table,
                                   grngo_table_type_info *value_info);
 
-------------- next part --------------
HTML����������������������������...
Download 



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