mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-17 14:30:15 +00:00
docs: add docs for GtkPageRange
This commit is contained in:
parent
0db5d93884
commit
059f6d8a1f
@ -38,6 +38,13 @@ typedef void (*GtkPrintSettingsFunc) (const gchar *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().
|
||||
*/
|
||||
struct _GtkPageRange
|
||||
{
|
||||
gint start;
|
||||
|
Loading…
Reference in New Issue
Block a user