Index.addObject

Add the given object to the index with the given key. This function is not yet implemented.

class Index
addObject
(
int id
,
string key
,,
void* object
)

Parameters

id int

the id of the index writer

key string

a key for the object

type GType

the GType of the object

object void*

a pointer to the object to add

Return Value

a pointer to the newly added entry in the index.

Meta