diff options
Diffstat (limited to 'gtk/css/gtkcssdataurl.c')
-rw-r--r-- | gtk/css/gtkcssdataurl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/css/gtkcssdataurl.c b/gtk/css/gtkcssdataurl.c index 77ab75687e..6645b4835d 100644 --- a/gtk/css/gtkcssdataurl.c +++ b/gtk/css/gtkcssdataurl.c @@ -42,8 +42,8 @@ * * Decodes a data URL according to RFC2397 and returns the decoded data. * - * Returns: a new #GBytes with the decoded data - **/ + * Returns: a new `GBytes` with the decoded data + */ GBytes * gtk_css_data_url_parse (const char *url, char **out_mimetype, |