More documentation stuff.

This commit is contained in:
Pietro Gagliardi 2016-06-16 16:44:53 -04:00
parent 179042025a
commit 015008976f
1 changed files with 1 additions and 0 deletions

1
doc/areahandler Normal file
View File

@ -0,0 +1 @@
Yes, you keep ownership of the uiAreaHandler. libui only cares about the address you give uiNewArea(); it doesn't copy anything. You can even use the same uiAreaHandler on multiple uiAreas, which is why you get the uiArea as a parameter in each function.