in libgu mark explicitly all functions that belong to the API

This commit is contained in:
krasimir
2017-04-19 12:30:40 +00:00
parent 74ce52d761
commit 5c93f2fba5
35 changed files with 311 additions and 372 deletions

View File

@@ -7,19 +7,19 @@ typedef struct GuChoice GuChoice;
typedef struct GuChoiceMark GuChoiceMark;
GuChoice*
GU_API_DECL GuChoice*
gu_new_choice(GuPool* pool);
int
GU_API_DECL int
gu_choice_next(GuChoice* ch, int n_choices);
GuChoiceMark
GU_API_DECL GuChoiceMark
gu_choice_mark(GuChoice* ch);
void
GU_API_DECL void
gu_choice_reset(GuChoice* ch, GuChoiceMark mark);
bool
GU_API_DECL bool
gu_choice_advance(GuChoice* ch);