X-Git-Url: https://git.draconx.ca/gitweb/gob-dx.git/blobdiff_plain/69c350c69e70bddb040dfc5d90b0368376a6389e..489e97ede850a8de01ca3bd653dce9c25dcd54a1:/src/util.h diff --git a/src/util.h b/src/util.h index f80eafc..8551876 100644 --- a/src/util.h +++ b/src/util.h @@ -46,9 +46,10 @@ void separns_replace_sep(const char *base, char **ns, char **name, char r); namespace */ char * make_pre_macro(const char *base,const char *pre); -/* get a name usable for a cast from a GTK+ type (without GTK_TYPE_)*/ +/* get a name usable for a cast from a GObject (without G_TYPE_)*/ const char * get_cast (const char *type, gboolean simple_only); Type * get_tree_type (const char *type, gboolean simple_only); +char * get_type (const Type *t, gboolean postfix_to_stars); enum { SPECIAL_2POINTER,