#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_ */ cs-git' href='https://www.lant.com.tw/~lantw44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/print/tex-xetex
Commit message (Expand)AuthorAgeFilesLines
* Update poppler to 0.34.0. [1]kwm2015-08-031-1/+1
* - Separate libsynctex from tex-web2c to devel/tex-synctex.hrs2015-07-262-17/+68
* Update TeXLive to TL2015.hrs2015-07-205-57/+176
* Update icu to 55.1bapt2015-04-241-1/+1
* Update poppler to 0.30.0 [1].kwm2015-02-031-1/+1
* Bump portrevision after png updatebapt2014-12-261-1/+1
* Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgradeantoine2014-12-261-1/+1
* Bump PORTREVISION after graphics/poppler update to 0.26.3makc2014-11-251-0/+1