1
0
mirror of https://github.com/Cloudef/bemenu synced 2024-09-22 20:00:45 +02:00

Here be dragons comments.

This commit is contained in:
Jari Vetoniemi 2014-04-12 20:55:45 +03:00
parent f03e03cdd9
commit ab54f2bc07

View File

@ -35,6 +35,7 @@ bmItem** _bmItemListGetItems(const struct _bmItemList *list, unsigned int *outNm
return list->list;
}
/** !!! Frees the old list, not items !!! */
int _bmItemListSetItemsNoCopy(struct _bmItemList *list, bmItem **items, unsigned int nmemb)
{
assert(list);
@ -51,6 +52,7 @@ int _bmItemListSetItemsNoCopy(struct _bmItemList *list, bmItem **items, unsigned
return 1;
}
/** !!! Frees the old items and list !!! */
int _bmItemListSetItems(struct _bmItemList *list, const bmItem **items, unsigned int nmemb)
{
assert(list);