X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=atspi%2Fatspi-hyperlink.h;h=86efa7bab0bcb08be8b7e13883d3465192cd7dce;hb=870691c1c55fe128f85ce7395ff9198ba93b2cdc;hp=45acf8742545d98be42a3973789e7124196d1b98;hpb=54e4139a0fb45125f3a0f332b7e50532d52ef685;p=platform%2Fupstream%2Fat-spi2-core.git diff --git a/atspi/atspi-hyperlink.h b/atspi/atspi-hyperlink.h index 45acf87..86efa7b 100644 --- a/atspi/atspi-hyperlink.h +++ b/atspi/atspi-hyperlink.h @@ -33,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)) @@ -54,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); @@ -70,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_ */