mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
texture-cache: add a missing array annotation
This commit is contained in:
parent
5c7042cff3
commit
a739f89dd1
1 changed files with 1 additions and 1 deletions
|
|
@ -1679,7 +1679,7 @@ st_texture_cache_load_from_data (StTextureCache *cache,
|
|||
/**
|
||||
* st_texture_cache_load_from_raw:
|
||||
* @cache: a #StTextureCache
|
||||
* @data: raw pixel data
|
||||
* @data: (array length=len): raw pixel data
|
||||
* @len: the length of @data
|
||||
* @has_alpha: whether @data includes an alpha channel
|
||||
* @width: width in pixels of @data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue