Eet: add EINA_ARG_NONNULL for eet_data_text_undump* @fix

Summary: Eet_data_text_undump/undump_cipher: add EINA_ARG_NONNULL for mandatory pointer on size(int)

Reviewers: cedric, NikaWhite, myoungwoon, jpeg

Reviewed By: jpeg

Subscribers: jpeg, t.naumenko

Differential Revision: https://phab.enlightenment.org/D4440
This commit is contained in:
Artem Popov 2016-12-01 11:05:50 +09:00 committed by Jean-Philippe Andre
parent 40364b4985
commit e0827a6a90
1 changed files with 2 additions and 2 deletions

View File

@ -3268,7 +3268,7 @@ eet_data_text_dump(const void *data_in,
EAPI void *
eet_data_text_undump(const char *text,
int textlen,
int *size_ret);
int *size_ret) EINA_ARG_NONNULL(3);
/**
* Dump an eet encoded data structure from an eet file into ascii text
@ -4101,7 +4101,7 @@ EAPI void *
eet_data_text_undump_cipher(const char *text,
const char *cipher_key,
int textlen,
int *size_ret);
int *size_ret) EINA_ARG_NONNULL(4);
/**
* Dump an eet encoded data structure from an eet file into ascii