aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2012-04-26 22:15:10 -0500
committerCharles Kerr <charles.kerr@canonical.com>2012-04-26 22:15:10 -0500
commit2a3f56b5168e9745547d2289c0710ae606920cde (patch)
treed61e3982c09c776a7519be6a028feb4e1cf80af2 /src
parentceb09d1a5aa9f8659765a11f37c2778058d218ab (diff)
parent4636768621434e40918be355637ab6e1920ef2ba (diff)
downloadayatana-ido-2a3f56b5168e9745547d2289c0710ae606920cde.tar.gz
ayatana-ido-2a3f56b5168e9745547d2289c0710ae606920cde.tar.bz2
ayatana-ido-2a3f56b5168e9745547d2289c0710ae606920cde.zip
merge lp:~ted/ido/gtest to add the gtest framework and a few tests to make sure our menu items can be created and realized.
Diffstat (limited to 'src')
-rw-r--r--src/idorange.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/idorange.h b/src/idorange.h
index 0dd6952..7c2e79b 100644
--- a/src/idorange.h
+++ b/src/idorange.h
@@ -28,6 +28,8 @@
#include <gtk/gtk.h>
+G_BEGIN_DECLS
+
#define IDO_TYPE_RANGE (ido_range_get_type ())
#define IDO_RANGE(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), IDO_TYPE_RANGE, IdoRange))
#define IDO_RANGE_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), IDO_TYPE_RANGE, IdoRangeClass))