Fix meson build error
[platform/upstream/at-spi2-core.git] / atspi / atspi-hyperlink.h
index 09c5aa6..86efa7b 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
@@ -32,6 +33,8 @@
 #include "atspi-text.h"        /* for AtspiRange */
 #include "atspi-types.h"
 
+G_BEGIN_DECLS
+
 #define ATSPI_TYPE_HYPERLINK                        (atspi_hyperlink_get_type ())
 #define ATSPI_HYPERLINK(obj)                        (G_TYPE_CHECK_INSTANCE_CAST ((obj), ATSPI_TYPE_HYPERLINK, AtspiHyperlink))
 #define ATSPI_HYPERLINK_CLASS(klass)                (G_TYPE_CHECK_CLASS_CAST ((klass), ATSPI_TYPE_HYPERLINK, AtspiHyperlinkClass))
@@ -53,7 +56,7 @@ struct _AtspiHyperlinkClass
 GType atspi_hyperlink_get_type (void); 
 
 AtspiHyperlink *
-atspi_hyperlink_new (AtspiApplication *app, const gchar *path);
+_atspi_hyperlink_new (AtspiApplication *app, const gchar *path);
 
 gint atspi_hyperlink_get_n_anchors (AtspiHyperlink *obj, GError **error);
 
@@ -69,4 +72,6 @@ gint atspi_hyperlink_get_end_index (AtspiHyperlink *obj, GError **error);
 
 gboolean atspi_hyperlink_is_valid (AtspiHyperlink *obj, GError **error);
 
+G_END_DECLS
+
 #endif /* _ATSPI_HYPERLINK_H_ */