Method
GtkStockItemcopy
deprecated: 3.10
Declaration [src]
GtkStockItem*
gtk_stock_item_copy (
const GtkStockItem* item
)
Description [src]
Copies a stock item, mostly useful for language bindings and not in applications.
Deprecated since: 3.10
Please do not use it in newly written code.
This method is not directly available to language bindings.
Return value
Type: GtkStockItem
A new GtkStockItem
.
The returned data is owned by the instance. |