Skip to content
  • Hiroshi Sumita's avatar
    Replace variable types from g* to standard types. · e97b37e6
    Hiroshi Sumita authored
    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
    e97b37e6