aboutsummaryrefslogtreecommitdiffstats
path: root/filter/filter-int.h
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-07-25 16:49:56 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-07-25 16:49:56 +0800
commit00a8f5e2ec693222e02e96c700c235a81eeb4ce5 (patch)
treed15ccbf5f6e04bfe4e85fff036cd69a52e2e3038 /filter/filter-int.h
parent6ea2a4da8b06dd138bc815b242d6670d7c003223 (diff)
downloadgsoc2013-evolution-00a8f5e2ec693222e02e96c700c235a81eeb4ce5.tar
gsoc2013-evolution-00a8f5e2ec693222e02e96c700c235a81eeb4ce5.tar.gz
gsoc2013-evolution-00a8f5e2ec693222e02e96c700c235a81eeb4ce5.tar.bz2
gsoc2013-evolution-00a8f5e2ec693222e02e96c700c235a81eeb4ce5.tar.lz
gsoc2013-evolution-00a8f5e2ec693222e02e96c700c235a81eeb4ce5.tar.xz
gsoc2013-evolution-00a8f5e2ec693222e02e96c700c235a81eeb4ce5.tar.zst
gsoc2013-evolution-00a8f5e2ec693222e02e96c700c235a81eeb4ce5.zip
Use GtkType (I only changed this one because I turned on debugging for a
2002-07-25 Jeffrey Stedfast <fejj@ximian.com> * filter-int.[c,h]: Use GtkType (I only changed this one because I turned on debugging for a bit). * filter-file.c (validate): Fix the strcmp logic a bit, I had it the exact opposite of what I really wanted. Oops :-) svn path=/trunk/; revision=17586
Diffstat (limited to 'filter/filter-int.h')
-rw-r--r--filter/filter-int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/filter-int.h b/filter/filter-int.h
index 4ed508cd36..f8cd2711c6 100644
--- a/filter/filter-int.h
+++ b/filter/filter-int.h
@@ -52,7 +52,7 @@ struct _FilterIntClass {
/* signals */
};
-guint filter_int_get_type (void);
+GtkType filter_int_get_type (void);
FilterInt *filter_int_new (void);
FilterInt *filter_int_new_type(const char *type, int min, int max);
void filter_int_set_value(FilterInt *fi, int val);