[Groonga-commit] groonga/grngo at eb1e296 [master] Add a comment to NilID.

Back to archive index

susumu.yata null+****@clear*****
Wed Jun 24 09:34:38 JST 2015


susumu.yata	2015-06-24 09:34:38 +0900 (Wed, 24 Jun 2015)

  New Revision: eb1e296a94065786f401bb9956166b84d38844d6
  https://github.com/groonga/grngo/commit/eb1e296a94065786f401bb9956166b84d38844d6

  Message:
    Add a comment to NilID.

  Modified files:
    grngo.go

  Modified: grngo.go (+2 -0)
===================================================================
--- grngo.go    2015-06-24 09:33:56 +0900 (cac3f2e)
+++ grngo.go    2015-06-24 09:34:38 +0900 (da46ac0)
@@ -29,6 +29,8 @@ type GeoPoint struct {
   Longitude int32 // Longitude in milliseconds.
 }
 
+// NilID is an invalid record ID.
+// Some functions return NilID if operations failed.
 const NilID = uint32(C.GRN_ID_NIL)
 
 type DataType int
-------------- next part --------------
HTML����������������������������...
Descargar 



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