diff options
author | Benjamin Otte <otte@redhat.com> | 2020-07-24 15:54:49 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2020-07-25 00:47:36 +0200 |
commit | d7266b25ba5f2f21a5bd19d0fb88aca530e4d265 (patch) | |
tree | 8dc515efd6e0c0b0da1d7e02049f284edd6050ff /gtk/css | |
parent | 46423e614d4fcf142d9578d4788dde664ea280f9 (diff) | |
download | gtk+-d7266b25ba5f2f21a5bd19d0fb88aca530e4d265.tar.gz |
Replace "gint" with "int"
Diffstat (limited to 'gtk/css')
-rw-r--r-- | gtk/css/gtkcsssection.c | 2 | ||||
-rw-r--r-- | gtk/css/gtkcsstokenizer.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gtk/css/gtkcsssection.c b/gtk/css/gtkcsssection.c index 02ab970b61..3bdee6359e 100644 --- a/gtk/css/gtkcsssection.c +++ b/gtk/css/gtkcsssection.c @@ -23,7 +23,7 @@ struct _GtkCssSection { - gint ref_count; + int ref_count; GtkCssSection *parent; GFile *file; GtkCssLocation start_location; diff --git a/gtk/css/gtkcsstokenizer.c b/gtk/css/gtkcsstokenizer.c index fa0cb9f083..754c84ecb1 100644 --- a/gtk/css/gtkcsstokenizer.c +++ b/gtk/css/gtkcsstokenizer.c @@ -28,7 +28,7 @@ struct _GtkCssTokenizer { - gint ref_count; + int ref_count; GBytes *bytes; const gchar *data; |