Method
GtkIconInfoget_attach_points
deprecated: 3.14 since: 2.4
Declaration [src]
gboolean
gtk_icon_info_get_attach_points (
GtkIconInfo* icon_info,
GdkPoint** points,
gint* n_points
)
Description [src]
This function is deprecated and always returns FALSE
.
Available since: 2.4
Deprecated since: 3.14
Attachment points are deprecated.
Parameters
points
-
Type: An array of
GdkPoint*
Location to store pointer to an array of points, or
NULL
free the array of points with g_free().The argument will be set by the function. The argument can be NULL
.The length of the array is specified in the n_points
argument.The caller of the method takes ownership of the returned data, and is responsible for freeing it. n_points
-
Type:
gint*
Location to store the number of points in
points
, orNULL
.The argument will be set by the function. The argument can be NULL
.