Update mgp_result_new_record documentation

Reviewers: mferencevic, ipaljak

Reviewed By: ipaljak

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D2575
This commit is contained in:
Teon Banek 2019-11-27 16:05:45 +01:00
parent e31331aae4
commit dd30522b2a

View File

@ -389,6 +389,8 @@ struct mgp_result_record;
int mgp_result_set_error_msg(struct mgp_result *res, const char *error_msg);
/// Create a new record for results.
/// The previously returned pointer to mgp_result_record is no longer valid, and
/// you must not use it.
/// Return NULL if unable to allocate a mgp_result_record.
struct mgp_result_record *mgp_result_new_record(struct mgp_result *res);