Method

GtkPaperSizeis_equal

since: 2.10

Declaration [src]

gboolean
gtk_paper_size_is_equal (
  GtkPaperSize* size1,
  GtkPaperSize* size2
)

Description [src]

Compares two GtkPaperSize objects.

Available since: 2.10

Parameters

size2

Type: GtkPaperSize

Another GtkPaperSize object.

The data is owned by the caller of the method.

Return value

Type: gboolean

TRUE, if size1 and size2 represent the same paper size.