aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--e-util/e-util.h24
-rw-r--r--e-util/e-util.h-2900224
-rw-r--r--widgets/e-util.h24
3 files changed, 72 insertions, 0 deletions
diff --git a/e-util/e-util.h b/e-util/e-util.h
new file mode 100644
index 0000000000..ad4d754770
--- /dev/null
+++ b/e-util/e-util.h
@@ -0,0 +1,24 @@
+#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_ */
diff --git a/e-util/e-util.h-29002 b/e-util/e-util.h-29002
new file mode 100644
index 0000000000..ad4d754770
--- /dev/null
+++ b/e-util/e-util.h-29002
@@ -0,0 +1,24 @@
+#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_ */
diff --git a/widgets/e-util.h b/widgets/e-util.h
new file mode 100644
index 0000000000..ad4d754770
--- /dev/null
+++ b/widgets/e-util.h
@@ -0,0 +1,24 @@
+#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_ */
'>+3 * - Update to 20120715Sunpoet Po-Chuan Hsieh2012-07-182-3/+3 * - Update to 20120708Sunpoet Po-Chuan Hsieh2012-07-092-3/+3 * - Update to 20120701Sunpoet Po-Chuan Hsieh2012-07-032-3/+3 * - Update to 20120624Sunpoet Po-Chuan Hsieh2012-06-252-3/+3 * - Update to 20120617Sunpoet Po-Chuan Hsieh2012-06-182-3/+3 * - Update to 20120610Sunpoet Po-Chuan Hsieh2012-06-112-3/+3 * - Update to 20120603Sunpoet Po-Chuan Hsieh2012-06-052-3/+3 * - Update to 20120527Sunpoet Po-Chuan Hsieh2012-05-292-3/+3 * - Update to 20120520Sunpoet Po-Chuan Hsieh2012-05-212-3/+3 * - Update to 20120513Sunpoet Po-Chuan Hsieh2012-05-152-3/+3 * - Update to 20120506Sunpoet Po-Chuan Hsieh2012-05-072-3/+3 * - Update to 20120429Sunpoet Po-Chuan Hsieh2012-04-302-3/+3 * - Update to 20120422Sunpoet Po-Chuan Hsieh2012-04-242-3/+3 * - Update to 20120408Sunpoet Po-Chuan Hsieh2012-04-102-3/+3 * - Update to 20120401Sunpoet Po-Chuan Hsieh2012-04-022-3/+3 * - Update to 20120325Sunpoet Po-Chuan Hsieh2012-03-262-3/+3 * - Update to 20120311Sunpoet Po-Chuan Hsieh2012-03-122-3/+3 * - Update to 20120304Sunpoet Po-Chuan Hsieh2012-03-052-3/+3 * - Update to 20120219Sunpoet Po-Chuan Hsieh2012-02-202-3/+3 * - Update to 20120212Sunpoet Po-Chuan Hsieh2012-02-132-3/+3 * - Update to 20120205Sunpoet Po-Chuan Hsieh2012-02-062-3/+3 * - Update to 20120129Sunpoet Po-Chuan Hsieh2012-01-302-3/+3 * - Update to 20120122Sunpoet Po-Chuan Hsieh2012-01-232-3/+3 * - Update to 20120115Sunpoet Po-Chuan Hsieh2012-01-162-3/+3 * - Update to 20120108Sunpoet Po-Chuan Hsieh2012-01-092-3/+3 * - Update to 20120101Sunpoet Po-Chuan Hsieh2012-01-022-3/+3 * - Update to 20111225Sunpoet Po-Chuan Hsieh2011-12-262-3/+3 * - Update to 20111218Sunpoet Po-Chuan Hsieh2011-12-192-3/+3 * - Update to 20111211Sunpoet Po-Chuan Hsieh2011-12-122-3/+3 * - Update to 20111204Sunpoet Po-Chuan Hsieh2011-12-052-3/+3 * - Update to 20111127Sunpoet Po-Chuan Hsieh2011-11-282-3/+3 * - Update to 20111120Sunpoet Po-Chuan Hsieh2011-11-212-3/+3 * - Update to 20111113Sunpoet Po-Chuan Hsieh2011-11-142-3/+3 * - Update to 20111106Sunpoet Po-Chuan Hsieh2011-11-072-3/+3 * - Update to 20111030Sunpoet Po-Chuan Hsieh2011-10-312-3/+3 * - Update to 20111023Sunpoet Po-Chuan Hsieh2011-10-242-3/+3 * - Update to 20111016Sunpoet Po-Chuan Hsieh2011-10-172-3/+3 * - Update to 20111009Sunpoet Po-Chuan Hsieh2011-10-102-3/+3 * - Update to 20111002Sunpoet Po-Chuan Hsieh2011-10-032-3/+3 * - Update to 20110925Sunpoet Po-Chuan Hsieh2011-09-262-3/+3 * - Update to 20110918Sunpoet Po-Chuan Hsieh2011-09-192-3/+3 * - Update to 20110904Sunpoet Po-Chuan Hsieh2011-09-052-3/+3 * - Update to 20110828Sunpoet Po-Chuan Hsieh2011-08-292-3/+3 * Update to 20110825Chris Rees2011-08-252-3/+3 * Update to 20110823Chris Rees2011-08-232-3/+3 * - Update to 20110817Sunpoet Po-Chuan Hsieh2011-08-182-3/+3 * - Set DIST_SUBDIR: move dist files to DISTDIR/hunspellSunpoet Po-Chuan Hsieh2011-08-182-2/+3 * - Update to 20110816Sunpoet Po-Chuan Hsieh2011-08-162-3/+3 * - Update to 20110815Sunpoet Po-Chuan Hsieh2011-08-152-3/+3 * - Update to 20110814Sunpoet Po-Chuan Hsieh2011-08-142-3/+3 * - Update to 20110813Sunpoet Po-Chuan Hsieh2011-08-132-3/+3 * - Update to 20110812Sunpoet Po-Chuan Hsieh2011-08-132-3/+3 * - Update to 20110811Sunpoet Po-Chuan Hsieh2011-08-122-3/+3 * - Update to 20110809Sunpoet Po-Chuan Hsieh2011-08-092-3/+3 * - Update to 20110807Sunpoet Po-Chuan Hsieh2011-08-072-4/+5 * - Update to 20110805Sunpoet Po-Chuan Hsieh2011-08-052-3/+3 * - Update to 20110803Sunpoet Po-Chuan Hsieh2011-08-032-3/+3 * - Update to 20110801Sunpoet Po-Chuan Hsieh2011-08-022-5/+4 * - Update to 20110731Sunpoet Po-Chuan Hsieh2011-08-012-3/+3 * - Add polish categorySunpoet Po-Chuan Hsieh2011-07-311-2/+1 * - Update to 20110729Sunpoet Po-Chuan Hsieh2011-07-292-9/+10 * - Update to 20110727Sunpoet Po-Chuan Hsieh2011-07-272-6/+6 * update to 20110722Baptiste Daroussin2011-07-232-3/+3 * Pass matainership to the new office teamBaptiste Daroussin2011-07-221-1/+1