Prefer GLib basic types over C types.

This commit is contained in:
Matthew Barnes
2009-05-27 11:13:25 -04:00
parent 6f5464f34c
commit fad4af8a3d
799 changed files with 13621 additions and 13621 deletions

View File

@ -33,16 +33,16 @@ struct _EPluginPython {
struct _EPluginPythonPrivate *priv;
char *location; /* location */
char *pClass; /* handler class */
char *module_name;
gchar *location; /* location */
gchar *pClass; /* handler class */
gchar *module_name;
};
struct _EPluginPythonClass {
EPluginClass plugin_class;
};
void *org_gnome_evolution_python_get_type(void *a, void *b);
gpointer org_gnome_evolution_python_get_type(gpointer a, gpointer b);
#endif /* ! _ORG_GNOME_EVOLUTION_PYTHON_H */