summaryrefslogtreecommitdiff
path: root/gtk/a11y/gtknotebookpageaccessible.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-07-09 16:32:40 -0400
committerMatthias Clasen <mclasen@redhat.com>2011-07-09 16:32:40 -0400
commitd98622b2ea95f11df96310fdb22e17b57c4560dd (patch)
tree0ae0d02bf3f5bc43b8c0b95f376d32f1a09ddab5 /gtk/a11y/gtknotebookpageaccessible.h
parent671565245ec0ede3aaa4dd66977534408a3d56d0 (diff)
downloadgtk+-d98622b2ea95f11df96310fdb22e17b57c4560dd.tar.gz
Reduce the number of unwanted exports
_-prefix most of the get_type functions in a11y/. There are still some more symbols left.
Diffstat (limited to 'gtk/a11y/gtknotebookpageaccessible.h')
-rw-r--r--gtk/a11y/gtknotebookpageaccessible.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/gtk/a11y/gtknotebookpageaccessible.h b/gtk/a11y/gtknotebookpageaccessible.h
index 7a5fd14f06..c2de93c09c 100644
--- a/gtk/a11y/gtknotebookpageaccessible.h
+++ b/gtk/a11y/gtknotebookpageaccessible.h
@@ -8,7 +8,7 @@
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
@@ -24,7 +24,7 @@
G_BEGIN_DECLS
-#define GTK_TYPE_NOTEBOOK_PAGE_ACCESSIBLE (gtk_notebook_page_accessible_get_type ())
+#define GTK_TYPE_NOTEBOOK_PAGE_ACCESSIBLE (_gtk_notebook_page_accessible_get_type ())
#define GTK_NOTEBOOK_PAGE_ACCESSIBLE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj),GTK_TYPE_NOTEBOOK_PAGE_ACCESSIBLE, GtkNotebookPageAccessible))
#define GTK_NOTEBOOK_PAGE_ACCESSIBLE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GTK_TYPE_NOTEBOOK_PAGE_ACCESSIBLE, GtkNotebookPageAccessibleClass))
#define GTK_IS_NOTEBOOK_PAGE_ACCESSIBLE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_NOTEBOOK_PAGE_ACCESSIBLE))
@@ -47,12 +47,12 @@ struct _GtkNotebookPageAccessibleClass
AtkObjectClass parent_class;
};
-GType gtk_notebook_page_accessible_get_type (void);
+GType _gtk_notebook_page_accessible_get_type (void);
-AtkObject *gtk_notebook_page_accessible_new (GtkNotebookAccessible *notebook,
- GtkWidget *child);
+AtkObject *_gtk_notebook_page_accessible_new (GtkNotebookAccessible *notebook,
+ GtkWidget *child);
-void gtk_notebook_page_accessible_invalidate (GtkNotebookPageAccessible *page);
+void _gtk_notebook_page_accessible_invalidate (GtkNotebookPageAccessible *page);
G_END_DECLS