summaryrefslogtreecommitdiff
path: root/gtk/gtktextchild.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2013-03-20 18:17:32 -0400
committerMatthias Clasen <mclasen@redhat.com>2013-05-05 15:38:47 -0400
commit20c8c8b91cf2719249a729492ec84b7282dc03fb (patch)
treed53cf50689bceedbea093895d0e51a7c204cef76 /gtk/gtktextchild.h
parent8470eb84c080718120b5daf130db744bf6ec220b (diff)
downloadgtk+-20c8c8b91cf2719249a729492ec84b7282dc03fb.tar.gz
Add annotations to gtk headers
Add annotations to all exported functions in GTK+ headers.
Diffstat (limited to 'gtk/gtktextchild.h')
-rw-r--r--gtk/gtktextchild.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk/gtktextchild.h b/gtk/gtktextchild.h
index 2aa859a916..46ae1a04f8 100644
--- a/gtk/gtktextchild.h
+++ b/gtk/gtktextchild.h
@@ -71,11 +71,15 @@ struct _GtkTextChildAnchorClass
void (*_gtk_reserved4) (void);
};
+GDK_AVAILABLE_IN_ALL
GType gtk_text_child_anchor_get_type (void) G_GNUC_CONST;
+GDK_AVAILABLE_IN_ALL
GtkTextChildAnchor* gtk_text_child_anchor_new (void);
+GDK_AVAILABLE_IN_ALL
GList* gtk_text_child_anchor_get_widgets (GtkTextChildAnchor *anchor);
+GDK_AVAILABLE_IN_ALL
gboolean gtk_text_child_anchor_get_deleted (GtkTextChildAnchor *anchor);
G_END_DECLS