Skip to content

Commit

Permalink
Add sample API method
Browse files Browse the repository at this point in the history
  • Loading branch information
enginmanap committed Aug 18, 2018
1 parent 7e37c57 commit 77678c9
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions docs/APIUsage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,18 @@ Used to indicate if the variable is set or or not. If default value is considere
API Methods
___________

+---------------------+------------------------------------+
|uint32_t |removeGuiElement(uint32_t) |
+---------------------+------------------------------------+
+---------------------+-----------------------------------------------------------------------------------------------------------------------------+
|uint32_t |:ref:`removeGuiElement(uint32_t)<LimonAPI-removeGuiElement>` |
+---------------------+-----------------------------------------------------------------------------------------------------------------------------+

.. _LimonAPI-removeGuiElement:

uint32_t removeGuiElement(uint32_t)
===================================

removes the gui *text* with given handle ID. If successful, returns 0, if non successful returns 1.



How to Implement an action
##########################
Expand Down

0 comments on commit 77678c9

Please sign in to comment.