summaryrefslogtreecommitdiff
path: root/gtk/gtkcssstylechangeprivate.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2020-02-05 02:46:13 +0100
committerBenjamin Otte <otte@redhat.com>2020-02-05 02:46:13 +0100
commit546a748cd8859daeb6e1ab78579396dc62977945 (patch)
tree94bf99a73d8b092ff5ac4d26616ac9792078f565 /gtk/gtkcssstylechangeprivate.h
parent8722837e672cbea144d4660c06cc394d94f0c9f1 (diff)
downloadgtk+-546a748cd8859daeb6e1ab78579396dc62977945.tar.gz
widget: Replace style-updated signal with css_changed vfunc
1. Rename the thing 2. Turn it from a signal to a vfunc 3. Pass the GtkCssStyleChange to it We don't export any public API about the GtkCssStyleChange yet, it's just a boring opaque struct.
Diffstat (limited to 'gtk/gtkcssstylechangeprivate.h')
-rw-r--r--gtk/gtkcssstylechangeprivate.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtkcssstylechangeprivate.h b/gtk/gtkcssstylechangeprivate.h
index d71a9c87ef..557cba37fe 100644
--- a/gtk/gtkcssstylechangeprivate.h
+++ b/gtk/gtkcssstylechangeprivate.h
@@ -22,8 +22,6 @@
G_BEGIN_DECLS
-typedef struct _GtkCssStyleChange GtkCssStyleChange;
-
struct _GtkCssStyleChange {
GtkCssStyle *old_style;
GtkCssStyle *new_style;