mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-14 14:20:21 +00:00
printdialog: Remove nullable for GError functions
Functions that set a GError should not be marked as nullable if they only return NULL on error.
This commit is contained in:
parent
ebb31590ae
commit
019916c5b9
@ -1502,7 +1502,7 @@ gtk_print_dialog_setup (GtkPrintDialog *self,
|
||||
* which contains the print settings and page setup information that
|
||||
* will be used to print.
|
||||
*
|
||||
* Returns: (nullable): The `GtkPrintSetup` object that resulted from the call,
|
||||
* Returns: The `GtkPrintSetup` object that resulted from the call,
|
||||
* or `NULL` if the call was not successful
|
||||
*
|
||||
* Since: 4.14
|
||||
@ -1628,7 +1628,7 @@ gtk_print_dialog_print (GtkPrintDialog *self,
|
||||
* call may not be instant as it operation will for the printer to finish
|
||||
* printing.
|
||||
*
|
||||
* Returns: (nullable) (transfer full): a [class@Gio.OutputStream]
|
||||
* Returns: (transfer full): a [class@Gio.OutputStream]
|
||||
*
|
||||
* Since: 4.14
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user