diff options
author | nobody <nobody@localhost> | 1999-12-17 07:48:56 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 1999-12-17 07:48:56 +0800 |
commit | 3ccca41eac6d34f2d3897d5ec734503354f488d8 (patch) | |
tree | 1ccf57237d944e7088bd598f9ab0c5f6f859be2d /e-util/e-util.h-29002 | |
parent | e69ca1a88ce35fb744a0b4233dc5305eaa145d2f (diff) | |
download | gsoc2013-evolution-BEFORE_RAVI.tar gsoc2013-evolution-BEFORE_RAVI.tar.gz gsoc2013-evolution-BEFORE_RAVI.tar.bz2 gsoc2013-evolution-BEFORE_RAVI.tar.lz gsoc2013-evolution-BEFORE_RAVI.tar.xz gsoc2013-evolution-BEFORE_RAVI.tar.zst gsoc2013-evolution-BEFORE_RAVI.zip |
This commit was manufactured by cvs2svn to create tag 'BEFORE_RAVI'.BEFORE_RAVI
svn path=/tags/BEFORE_RAVI/; revision=1496
Diffstat (limited to 'e-util/e-util.h-29002')
-rw-r--r-- | e-util/e-util.h-29002 | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/e-util/e-util.h-29002 b/e-util/e-util.h-29002 deleted file mode 100644 index ad4d754770..0000000000 --- a/e-util/e-util.h-29002 +++ /dev/null @@ -1,24 +0,0 @@ -#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_ */ |