Function

Gtkstock_add_static

deprecated: 3.10 

Declaration [src]

void
gtk_stock_add_static (
  const GtkStockItem* items,
  guint n_items
)

Description [src]

Same as gtk_stock_add(), but doesn’t copy items, so items must persist until application exit.

Deprecated since: 3.10

Please do not use it in newly written code.

Parameters

items

Type: An array of GtkStockItem

A GtkStockItem or array of GtkStockItem.

The length of the array is specified in the n_items argument.
The data is owned by the caller of the function.
n_items

Type: guint

Number of items.