Method

GtkRecentInfomatch

since: 2.10

Declaration [src]

gboolean
gtk_recent_info_match (
  GtkRecentInfo* info_a,
  GtkRecentInfo* info_b
)

Description [src]

Checks whether two GtkRecentInfo-struct point to the same resource.

Available since: 2.10

Parameters

info_b

Type: GtkRecentInfo

A GtkRecentInfo.

The data is owned by the caller of the method.

Return value

Type: gboolean

TRUE if both GtkRecentInfo-struct point to the same resource, FALSE otherwise.