CVS is doing its broken pipe thing, this is more of the previous commit
2001-02-02 Havoc Pennington <hp@redhat.com>
This commit is contained in:
committed by
Havoc Pennington
parent
cc00e1c5ee
commit
2c5d938ff8
@ -45,9 +45,9 @@ struct _GtkStockItem
|
||||
gchar *translation_domain;
|
||||
};
|
||||
|
||||
void gtk_stock_add (const GtkStockItem *item,
|
||||
void gtk_stock_add (const GtkStockItem *items,
|
||||
guint n_items);
|
||||
void gtk_stock_add_static (const GtkStockItem *item,
|
||||
void gtk_stock_add_static (const GtkStockItem *items,
|
||||
guint n_items);
|
||||
gboolean gtk_stock_lookup (const gchar *stock_id,
|
||||
GtkStockItem *item);
|
||||
|
||||
Reference in New Issue
Block a user