atspi_action_do_action_name: change parameter type
[platform/upstream/at-spi2-core.git] / atspi / atspi-relation.h
index 13f7eae..4eecad3 100644 (file)
@@ -4,6 +4,7 @@
  *
  * Copyright 2002 Ximian, Inc.
  *           2002 Sun Microsystems Inc.
+ * Copyright 2010, 2011 Novell, Inc.
  *           
  *
  * This library is free software; you can redistribute it and/or
@@ -29,6 +30,8 @@
 
 #include "atspi-constants.h"
 
+G_BEGIN_DECLS
+
 #define ATSPI_TYPE_RELATION                    (atspi_relation_get_type ())
 #define ATSPI_IS_RELATION(obj)                 G_TYPE_CHECK_INSTANCE_TYPE ((obj), ATSPI_TYPE_RELATION)
 #define ATSPI_RELATION(obj)                    G_TYPE_CHECK_INSTANCE_CAST ((obj), ATSPI_TYPE_RELATION, AtspiRelation)
@@ -58,4 +61,7 @@ AtspiAccessible * atspi_relation_get_target (AtspiRelation *obj, gint i);
 
 /* private */
 AtspiRelation * _atspi_relation_new_from_iter (DBusMessageIter *iter);
+
+G_END_DECLS
+
 #endif /* _ATSPI_RELATION_H_ */