mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-14 06:10:21 +00:00
printdialog: Add missing nullable to getters
The initial values are NULL.
This commit is contained in:
parent
32ea1cf32d
commit
ebb31590ae
@ -585,7 +585,7 @@ gtk_print_dialog_set_modal (GtkPrintDialog *self,
|
|||||||
*
|
*
|
||||||
* Returns the page setup.
|
* Returns the page setup.
|
||||||
*
|
*
|
||||||
* Returns: (transfer none): the page setup
|
* Returns: (nullable) (transfer none): the page setup
|
||||||
*
|
*
|
||||||
* Since: 4.14
|
* Since: 4.14
|
||||||
*/
|
*/
|
||||||
@ -623,7 +623,7 @@ gtk_print_dialog_set_page_setup (GtkPrintDialog *self,
|
|||||||
*
|
*
|
||||||
* Returns the print settings for the print dialog.
|
* Returns the print settings for the print dialog.
|
||||||
*
|
*
|
||||||
* Returns: (transfer none): the settings
|
* Returns: (nullable) (transfer none): the settings
|
||||||
*
|
*
|
||||||
* Since: 4.14
|
* Since: 4.14
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user