-
-
Notifications
You must be signed in to change notification settings - Fork 342
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add (nullable) annotation to three methods
- Loading branch information
1 parent
a33a3f4
commit 23dde5a
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -884,7 +884,7 @@ arv_camera_abort_acquisition (ArvCamera *camera, GError **error) | |
* Continuous acquisition mode for later operations, using arv_camera_set_acquisition_mode().</para> | ||
* </warning> | ||
* | ||
* Returns: (transfer full): A new #ArvBuffer, NULL on error. The returned buffer must be freed using | ||
* Returns: (transfer full) (nullable): A new #ArvBuffer, NULL on error or if timed out. The returned buffer must be freed using | ||
* [[email protected]]. | ||
* | ||
* Since: 0.8.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters