summaryrefslogtreecommitdiff
path: root/gtk/css
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-09-14 12:23:37 -0400
committerMatthias Clasen <mclasen@redhat.com>2021-09-14 16:38:08 -0400
commit44a031c3c13212d99434a37923455d2e4307d688 (patch)
treec299e104176c1c9a2284e7361de5e2234dfc6c8d /gtk/css
parentbe885c888ffe03339acc2eae75c150e7580fc5fe (diff)
downloadgtk+-44a031c3c13212d99434a37923455d2e4307d688.tar.gz
Annotate gtk_css_tokenizer_get_location as const
Diffstat (limited to 'gtk/css')
-rw-r--r--gtk/css/gtkcsstokenizerprivate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/css/gtkcsstokenizerprivate.h b/gtk/css/gtkcsstokenizerprivate.h
index 279af1860e..40447b0b89 100644
--- a/gtk/css/gtkcsstokenizerprivate.h
+++ b/gtk/css/gtkcsstokenizerprivate.h
@@ -129,7 +129,7 @@ GtkCssTokenizer * gtk_css_tokenizer_new (GBytes
GtkCssTokenizer * gtk_css_tokenizer_ref (GtkCssTokenizer *tokenizer);
void gtk_css_tokenizer_unref (GtkCssTokenizer *tokenizer);
-const GtkCssLocation * gtk_css_tokenizer_get_location (GtkCssTokenizer *tokenizer);
+const GtkCssLocation * gtk_css_tokenizer_get_location (GtkCssTokenizer *tokenizer) G_GNUC_CONST;
gboolean gtk_css_tokenizer_read_token (GtkCssTokenizer *tokenizer,
GtkCssToken *token,