[GI] Add missing (transfer) annotations
Backported from master commit 2f0d40335b.
This commit is contained in:

committed by
Martin Pitt

parent
9b2457a671
commit
5cded4d5e2
@ -1084,7 +1084,7 @@ gtk_page_setup_unix_dialog_set_page_setup (GtkPageSetupUnixDialog *dialog,
|
||||
*
|
||||
* Gets the currently selected page setup from the dialog.
|
||||
*
|
||||
* Returns: the current page setup
|
||||
* Returns: (transfer none): the current page setup
|
||||
*
|
||||
* Since: 2.10
|
||||
**/
|
||||
@ -1181,7 +1181,7 @@ gtk_page_setup_unix_dialog_set_print_settings (GtkPageSetupUnixDialog *dialog,
|
||||
*
|
||||
* Gets the current print settings from the dialog.
|
||||
*
|
||||
* Returns: the current print settings
|
||||
* Returns: (transfer none): the current print settings
|
||||
*
|
||||
* Since: 2.10
|
||||
**/
|
||||
|
Reference in New Issue
Block a user