aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2012-11-06 21:18:21 -0600
committerCharles Kerr <charles.kerr@canonical.com>2012-11-06 21:18:21 -0600
commit12437e9197ed19111cc15bfecd0f9ff0e25926cd (patch)
tree69030228963a29b3fb342f3d79586baa847658eb /src
parent9d88f5c12288602cd430e42e900bff244dd4baa0 (diff)
downloadayatana-ido-12437e9197ed19111cc15bfecd0f9ff0e25926cd.tar.gz
ayatana-ido-12437e9197ed19111cc15bfecd0f9ff0e25926cd.tar.bz2
ayatana-ido-12437e9197ed19111cc15bfecd0f9ff0e25926cd.zip
add missing G_BEGIN_DECLS call
Diffstat (limited to 'src')
-rw-r--r--src/idomessagedialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/idomessagedialog.h b/src/idomessagedialog.h
index 4313fb3..e11cd59 100644
--- a/src/idomessagedialog.h
+++ b/src/idomessagedialog.h
@@ -29,6 +29,8 @@
#ifndef __IDO_MESSAGE_DIALOG_H__
#define __IDO_MESSAGE_DIALOG_H__
+G_BEGIN_DECLS
+
#include <gtk/gtk.h>
#define IDO_TYPE_MESSAGE_DIALOG (ido_message_dialog_get_type ())