aboutsummaryrefslogtreecommitdiff
path: root/src/idorange.h
diff options
context:
space:
mode:
authorMichael Terry <mike@mterry.name>2011-06-01 15:53:29 -0400
committerMichael Terry <mike@mterry.name>2011-06-01 15:53:29 -0400
commitdb8bf6c567c8fde73eaf97b8798e86b4ebc0bd4a (patch)
treec1cc80b41491adfd624fe424122019bf0ffdd624 /src/idorange.h
parentda4d22c398ce99def3619836fecd6d65b9b19e1a (diff)
downloadayatana-ido-db8bf6c567c8fde73eaf97b8798e86b4ebc0bd4a.tar.gz
ayatana-ido-db8bf6c567c8fde73eaf97b8798e86b4ebc0bd4a.tar.bz2
ayatana-ido-db8bf6c567c8fde73eaf97b8798e86b4ebc0bd4a.zip
adjustments aren't widgets
Diffstat (limited to 'src/idorange.h')
-rw-r--r--src/idorange.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/idorange.h b/src/idorange.h
index 517d7fb..f502520 100644
--- a/src/idorange.h
+++ b/src/idorange.h
@@ -64,7 +64,7 @@ struct _IdoRangeClass
GType ido_range_get_type (void) G_GNUC_CONST;
-GtkWidget* ido_range_new (GtkWidget *adj,
+GtkWidget* ido_range_new (GtkAdjustment *adj,
IdoRangeStyle style);
G_END_DECLS