Add annotations in a11y headers

This commit is contained in:
Matthias Clasen
2013-05-05 14:24:55 -04:00
parent 20c8c8b91c
commit 4cec2337ab
44 changed files with 63 additions and 0 deletions

View File

@ -51,6 +51,7 @@ struct _GtkCellAccessibleClass
void (*update_cache) (GtkCellAccessible *cell);
};
GDK_AVAILABLE_IN_ALL
GType gtk_cell_accessible_get_type (void);
G_END_DECLS