mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 09:23:24 +00:00
pdb: add (element-type foo) annotations to all returned arrays
This commit is contained in:
parent
5b6cfd9863
commit
e8c6ab7ce9
21 changed files with 74 additions and 62 deletions
|
@ -139,7 +139,7 @@ gimp_context_set_defaults (void)
|
|||
/**
|
||||
* gimp_context_list_paint_methods:
|
||||
* @num_paint_methods: The number of the available paint methods.
|
||||
* @paint_methods: (transfer full) The names of the available paint methods.
|
||||
* @paint_methods: (element-type gchar*) (transfer full) The names of the available paint methods.
|
||||
*
|
||||
* Lists the available paint methods.
|
||||
*
|
||||
|
@ -1100,7 +1100,7 @@ gimp_context_set_line_dash_offset (gdouble dash_offset)
|
|||
/**
|
||||
* gimp_context_get_line_dash_pattern:
|
||||
* @num_dashes: The number of dashes in the dash_pattern array.
|
||||
* @dashes: (transfer full) The line dash pattern setting.
|
||||
* @dashes: (elemen-type gdouble) (transfer full) The line dash pattern setting.
|
||||
*
|
||||
* Get the line dash pattern setting.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue