Add annotations to gtk headers
Add annotations to all exported functions in GTK+ headers.
This commit is contained in:
@ -55,6 +55,7 @@ struct _GtkHScrollbarClass
|
||||
};
|
||||
|
||||
|
||||
GDK_DEPRECATED_IN_3_2
|
||||
GType gtk_hscrollbar_get_type (void) G_GNUC_CONST;
|
||||
GDK_DEPRECATED_IN_3_2_FOR(gtk_scrollbar_new)
|
||||
GtkWidget* gtk_hscrollbar_new (GtkAdjustment *adjustment);
|
||||
|
||||
Reference in New Issue
Block a user