gtk: Use versioned deprecations
This patch changes all uses of GDK_DEPRECATED(_FOR) in gtk headers by the versioned variants, GDK_DEPRECATED_IN_3_x(_FOR). At the same time, we add GDK_AVAILABLE_IN_3_x annotations for all API additions in 3.2 and 3.4.
This commit is contained in:
@ -74,6 +74,7 @@ GType gtk_css_provider_get_type (void) G_GNUC_CONST;
|
||||
|
||||
GtkCssProvider * gtk_css_provider_new (void);
|
||||
|
||||
GDK_AVAILABLE_IN_3_2
|
||||
char * gtk_css_provider_to_string (GtkCssProvider *provider);
|
||||
|
||||
gboolean gtk_css_provider_load_from_data (GtkCssProvider *css_provider,
|
||||
|
||||
Reference in New Issue
Block a user