projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4c9a35
)
snapshot: Add missing (nullable) annotation
author
Timm Bäder
<mail@baedert.org>
Tue, 13 Mar 2018 21:41:18 +0000
(22:41 +0100)
committer
Timm Bäder
<mail@baedert.org>
Tue, 13 Mar 2018 22:43:29 +0000
(23:43 +0100)
gtk/gtksnapshot.c
patch
|
blob
|
history
diff --git
a/gtk/gtksnapshot.c
b/gtk/gtksnapshot.c
index a771a1adccdac1d07014c38d4bdc5c3b7868b3b8..a1e41652a6c545af05a839776919f683c5a7522b 100644
(file)
--- a/
gtk/gtksnapshot.c
+++ b/
gtk/gtksnapshot.c
@@
-176,7
+176,7
@@
gtk_snapshot_state_clear (GtkSnapshotState *state)
* gtk_snapshot_new:
* @renderer: the #GskRenderer to create nodes for
* @record_names: whether to keep node names (for debugging purposes)
- * @clip: the clip region to use, or %NULL
+ * @clip:
(nullable):
the clip region to use, or %NULL
* @name: a printf-style format string to create the node name
* @...: arguments for @name
*