Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mark as broken: fails to install. | linimon | 2007-11-25 | 1 | -0/+2 |
* | Define PATCHDIR=${.CURDIR}/files to not use patches from qdbm | ahze | 2007-07-15 | 1 | -0/+1 |
#ifndef _E_UTIL_H_ #define _E_UTIL_H_ #define E_MAKE_TYPE(l,str,t,ci,i,parent) \ GtkType l##_get_type(void)\ {\ static GtkType type = 0;\ if (!type){\ GtkTypeInfo info = {\ str,\ sizeof (t),\ sizeof (t##Class),\ (GtkClassInitFunc) ci,\ (GtkObjectInitFunc) i,\ NULL, /* reserved 1 */\ NULL, /* reserved 2 */\ (GtkClassInitFunc) NULL\ };\ type = gtk_type_unique (parent, &info);\ }\ return type;\ }\ #endif /* _E_UTIL_H_ */ -gnome' title='freebsd-ports-gnome Git repository'/>
index : freebsd-ports-gnome | ||
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome) |
aboutsummaryrefslogtreecommitdiffstats |
Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mark as broken: fails to install. | linimon | 2007-11-25 | 1 | -0/+2 |
* | Define PATCHDIR=${.CURDIR}/files to not use patches from qdbm | ahze | 2007-07-15 | 1 | -0/+1 |