mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-11 21:20:09 +00:00
tests: Ignore deprecations for render api
This commit is contained in:
parent
5f54ecdf2c
commit
299fbfd722
@ -2,6 +2,8 @@
|
|||||||
*/
|
*/
|
||||||
#include <gtk/gtk.h>
|
#include <gtk/gtk.h>
|
||||||
|
|
||||||
|
G_GNUC_BEGIN_IGNORE_DEPRECATIONS
|
||||||
|
|
||||||
G_DECLARE_FINAL_TYPE (DemoWidget, demo_widget, DEMO, WIDGET, GtkWidget)
|
G_DECLARE_FINAL_TYPE (DemoWidget, demo_widget, DEMO, WIDGET, GtkWidget)
|
||||||
|
|
||||||
struct _DemoWidget
|
struct _DemoWidget
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#include <gtk/gtk.h>
|
#include <gtk/gtk.h>
|
||||||
|
|
||||||
|
G_GNUC_BEGIN_IGNORE_DEPRECATIONS
|
||||||
|
|
||||||
typedef struct _GtkFocusWidget GtkFocusWidget;
|
typedef struct _GtkFocusWidget GtkFocusWidget;
|
||||||
typedef struct _GtkFocusWidgetClass GtkFocusWidgetClass;
|
typedef struct _GtkFocusWidgetClass GtkFocusWidgetClass;
|
||||||
|
Loading…
Reference in New Issue
Block a user