summaryrefslogtreecommitdiff
path: root/atspi/atspi-hyperlink.h
diff options
context:
space:
mode:
authorMike Gorse <mgorse@novell.com>2011-07-26 20:34:25 -0500
committerMike Gorse <mgorse@novell.com>2011-07-26 20:34:25 -0500
commitd8edc4a2168e9d8f118bf7d56ad5c793f1e8d763 (patch)
tree69b0eb79f077993880662794e5d3e7ba4bf534cc /atspi/atspi-hyperlink.h
parent1cf5edea954ab07d6397893d40385042d1109849 (diff)
downloadat-spi2-core-d8edc4a2168e9d8f118bf7d56ad5c793f1e8d763.tar.gz
Clean up names of private functions
If a function is non-static and not intended to be public, then precede its name with an _.
Diffstat (limited to 'atspi/atspi-hyperlink.h')
-rw-r--r--atspi/atspi-hyperlink.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/atspi/atspi-hyperlink.h b/atspi/atspi-hyperlink.h
index 45acf874..2ef60588 100644
--- a/atspi/atspi-hyperlink.h
+++ b/atspi/atspi-hyperlink.h
@@ -54,7 +54,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);