[bindings] Fix hb_buffer_get_segment_properties

Annotate the output parameter.
This commit is contained in:
Khaled Hosny 2015-04-10 18:14:45 +02:00
parent 04f89e8f7d
commit 22524a514f
1 changed files with 1 additions and 1 deletions

View File

@ -999,7 +999,7 @@ hb_buffer_set_segment_properties (hb_buffer_t *buffer,
/**
* hb_buffer_get_segment_properties:
* @buffer: a buffer.
* @props:
* @props: (out):
*
*
*