gtkIconInfoGetAttachPoints: gtkIconInfoGetAttachPoints
Description
Fetches the set of attach points for an icon. An attach point
is a location in the icon that can be used as anchor points for attaching
emblems or overlays to the icon.Usage
gtkIconInfoGetAttachPoints(object)
Value
A list containing the following elements:
- retval
- [logical] TRUEif there are any attach points for the icon.
- points
- (array length=n_points) (out): location to store pointer to a list of points, or NULLfree the list of points withgFree(). [  allow-none  ]
- n.points
- location to store the number of points in points, orNULL. [  allow-none  ]