projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ea5a08
)
Use wording from a suggestion
author
Emmanuele Bassi
<ebassi@gmail.com>
Mon, 23 Jan 2023 11:50:28 +0000
(11:50 +0000)
committer
Lukáš Tyrychtr
<lukastyrychtr@gmail.com>
Mon, 23 Jan 2023 11:50:28 +0000
(11:50 +0000)
gtk/gtkcssprovider.c
patch
|
blob
|
history
diff --git
a/gtk/gtkcssprovider.c
b/gtk/gtkcssprovider.c
index 05adf955499c5fd288da9291bab5011092a71366..9283b764a9dcee541a950c21dfff34e6ad89eed9 100644
(file)
--- a/
gtk/gtkcssprovider.c
+++ b/
gtk/gtkcssprovider.c
@@
-1087,9
+1087,7
@@
gtk_css_provider_load_internal (GtkCssProvider *self,
* gtk_css_provider_load_from_data:
* @css_provider: a `GtkCssProvider`
* @data: (array length=length) (element-type utf8): CSS data loaded in memory
- * @length: the length of @data in bytes, or -1 for NUL terminated strings. If
- * @length is not -1, the code will assume it is not NUL terminated and will
- * potentially do a copy.
+ * @length: the length of @data in bytes, or -1 for NUL terminated strings
*
* Loads @data into @css_provider.
*