printsettings: Convert docs

This commit is contained in:
Matthias Clasen 2021-02-27 10:55:01 -05:00 committed by Emmanuele Bassi
parent a710e64bad
commit d11b263ac2
2 changed files with 232 additions and 215 deletions

File diff suppressed because it is too large Load Diff

View File

@ -38,12 +38,15 @@ typedef void (*GtkPrintSettingsFunc) (const char *key,
gpointer user_data);
typedef struct _GtkPageRange GtkPageRange;
/**
* GtkPageRange:
* @start: start of page range.
* @end: end of page range.
*
* See also gtk_print_settings_set_page_ranges().
* A range of pages to print.
*
* See also [method@Gtk.PrintSettings.set_page_ranges].
*/
struct _GtkPageRange
{