Skip to content
Commit e97b37e6 authored by Hiroshi Sumita's avatar Hiroshi Sumita
Browse files

Replace variable types from g* to standard types.

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
parent d4a3a174
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment