summaryrefslogtreecommitdiff
path: root/endless/eosactionbutton.h
Commit message (Collapse)AuthorAge
* Use the new way to define private gobject dataMatt Watson2013-12-09
| | | | | Simpler and has a nicer memory layout. Needed glib 2.38 to do this. [endlessm/eos-sdk#421]
* Add "label-position" property to EosActionButtonFelipe Erias Morandeira2013-07-22
| | | | [endlessm/eos-sdk#108]
* Make EosActionButton public and document itPhilip Chimento2013-06-28
Rename eosactionbutton-private.h to eosactionbutton.h, make sure it gets picked up in the documentation, include it in endless.h, make all the new public API documentation complete, and put the EosActionButtonSize enum documentation on the EosActionButton page. [endlessm/eos-sdk#133]