Image.getStock

void getStock(out string stockId, out gtk.types.IconSize size)

Gets the stock icon name and size being displayed by the #GtkImage. The storage type of the image must be gtk.types.ImageType.Empty or gtk.types.ImageType.Stock (see gtk.image.Image.getStorageType). The returned string is owned by the #GtkImage and should not be freed.

Parameters

stockIdplace to store a stock icon name, or null
sizeplace to store a stock icon size (#GtkIconSize), or null

Deprecated