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
stockId | place to store a stock icon name, or null |
size | place to store a stock icon size (#GtkIconSize), or null |
Deprecated
Use [gtk.image.Image.getIconName] instead.