summaryrefslogtreecommitdiff
path: root/src/PyZyBopomofoKeyboard.h
Commit message (Collapse)AuthorAgeFilesLines
* Replace variable types from g* to standard types.Hiroshi Sumita2011-11-151-1/+1
| | | | | | | | | | | | | | | | | | replacing - gchar - char - gint - int, unsigned int, or size_t - guint -> unsigned int or size_t - guint8 -> unsigned char - gboolean -> bool - gsize -> size_t - gpointer -> void * - gconstpointer -> const void * - gunichar -> unichar (typedef of int on PyZyUtil.h) BUG=None TEST=Run a test Review URL: http://codereview.appspot.com/5367046
* Modify include guards to avoid a conflict.Hiroshi Sumita2011-10-241-3/+3
| | | | | | | BUG=None TEST=Manual Review URL: http://codereview.appspot.com/5305042
* Change the license from GPL to LGPL.Hiroshi Sumita2011-10-241-12/+13
| | | | | | | | | | This CL don't modify files under debian/*. Some files which is removed by http://codereview.appspot.com/5305041/ are also unmodified. BUG=None TEST=Manually Review URL: http://codereview.appspot.com/5301043
* Initial implementation of libpyzy.Hiroshi Sumita2011-10-241-0/+203
BUG= TEST= Review URL: http://codereview.appspot.com/5235062