flickcurl.h | flickcurl.h | |||
---|---|---|---|---|
skipping to change at line 1422 | skipping to change at line 1422 | |||
struct flickcurl_serializer_s; | struct flickcurl_serializer_s; | |||
/** | /** | |||
* flickcurl_term_type: | * flickcurl_term_type: | |||
* @FLICKCURL_TERM_TYPE_RESOURCE: resource/URI term | * @FLICKCURL_TERM_TYPE_RESOURCE: resource/URI term | |||
* @FLICKCURL_TERM_TYPE_BLANK: blank node/anonymous term | * @FLICKCURL_TERM_TYPE_BLANK: blank node/anonymous term | |||
* @FLICKCURL_TERM_TYPE_LITERAL: literal term | * @FLICKCURL_TERM_TYPE_LITERAL: literal term | |||
* | * | |||
* Triple part types | * Triple part types | |||
* | * | |||
* These are the same as raptor_identifier_type values. | * These are the same enumeration values as used by Raptor V2 | |||
* raptor_term_type enumeration and Raptor V1 raptor_identifier_type | ||||
* enumeration. | ||||
*/ | */ | |||
typedef enum { | typedef enum { | |||
FLICKCURL_TERM_TYPE_RESOURCE = 1, | FLICKCURL_TERM_TYPE_RESOURCE = 1, | |||
FLICKCURL_TERM_TYPE_BLANK = 2, | FLICKCURL_TERM_TYPE_BLANK = 2, | |||
FLICKCURL_TERM_TYPE_LITERAL = 5 | FLICKCURL_TERM_TYPE_LITERAL = 5 | |||
} flickcurl_term_type; | } flickcurl_term_type; | |||
/** | /** | |||
* flickcurl_serializer_factory: | * flickcurl_serializer_factory: | |||
* @version: API version | * @version: API version | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 3 lines changed or added | |||