-
Sergey Bugaev authored
* Callbacks with a GDestroyNotify are (scope notified), not (scope async); * (closure) and (destroy) annotations apply to the main callback parameter, not to the closure or the destroy callback parameters; * (out) parameter that the caller can choose to ignore by passing NULL is (optional), not (nullable); * (in) byte arrays should be (array length=count) (element-type guint8); * (out) byte arrays should be (array length=count) (element-type guint8) (out caller-allocates), plus an additional (in) on the count argument. Signed-off-by:
Sergey Bugaev <bugaevc@gmail.com>
d7ded553Sergey Bugaev authored* Callbacks with a GDestroyNotify are (scope notified), not (scope async); * (closure) and (destroy) annotations apply to the main callback parameter, not to the closure or the destroy callback parameters; * (out) parameter that the caller can choose to ignore by passing NULL is (optional), not (nullable); * (in) byte arrays should be (array length=count) (element-type guint8); * (out) byte arrays should be (array length=count) (element-type guint8) (out caller-allocates), plus an additional (in) on the count argument. Signed-off-by:
Sergey Bugaev <bugaevc@gmail.com>
Loading