Method

GtkIconInfoget_embedded_rect

deprecated: 3.14 since: 2.4

Declaration [src]

gboolean
gtk_icon_info_get_embedded_rect (
  GtkIconInfo* icon_info,
  GdkRectangle* rectangle
)

Description [src]

This function is deprecated and always returns FALSE.

Available since: 2.4

Deprecated since: 3.14

Embedded rectangles are deprecated.

Parameters

rectangle

Type: GdkRectangle

GdkRectangle in which to store embedded rectangle coordinates; coordinates are only stored when this function returns TRUE.

The argument will be set by the function.
The returned data is owned by the instance.

Return value

Type: gboolean

FALSE.