diff options
author | Ted Gould <ted@gould.cx> | 2012-04-25 14:31:55 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-04-25 14:31:55 -0500 |
commit | e112516ee13759235fd8056a30f886b7dcae2fda (patch) | |
tree | 44380ec30b1c1ce2ff8986d598663d4bf921633b /src/idorange.h | |
parent | 072a5ab6d97eda7911de3c8ec843f9368af44c61 (diff) | |
download | ayatana-ido-e112516ee13759235fd8056a30f886b7dcae2fda.tar.gz ayatana-ido-e112516ee13759235fd8056a30f886b7dcae2fda.tar.bz2 ayatana-ido-e112516ee13759235fd8056a30f886b7dcae2fda.zip |
Putting in the BEGIN_DECLS for the C++ folks
Diffstat (limited to 'src/idorange.h')
-rw-r--r-- | src/idorange.h | 2 |
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)) |