summaryrefslogtreecommitdiff
path: root/gtk/gtkentry.h
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2009-01-18 16:07:00 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2009-01-18 16:07:00 +0000
commit85efb2bb61dd8eabb72695c1c82d891574130e24 (patch)
treed6531f28fa48ba1db1dab49f07248acd27d53b30 /gtk/gtkentry.h
parentd4bef92ec25533b6dfad2cde2156620b607b45a4 (diff)
downloadgtk+-85efb2bb61dd8eabb72695c1c82d891574130e24.tar.gz
Use the last chance to get the api right, and rename things for
* gtk/gtk.symbols: * gtk/gtkentry.[hc]: Use the last chance to get the api right, and rename things for consistency, requested by Murray Cumming. In detail, gtk_entry_get_stock -> gtk_entry_get_icon_stock gtk_entry_get_pixbuf -> gtk_entry_get_icon_pixbuf gtk_entry_get_gicon -> gtk_entry_get_icon_gicon gtk_entry_get_storage_type -> gtk_entry_get_icon_storage_type ::prelight -> ::icon-prelight ::pixbuf-primary -> ::primary-icon-pixbuf ::stock-primary -> ::primary-icon-stock ::icon-name-primary -> ::primary-icon-name ::gicon-primary-> ::primary-icon-gicon ::storage-type-primary -> ::primary-icon-storage-type ::activatable->primary -> ::primary-icon-activatable ::sensitive-primary -> ::primary-icon-sensitive (and similar for secondary properties) svn path=/trunk/; revision=22134
Diffstat (limited to 'gtk/gtkentry.h')
-rw-r--r--gtk/gtkentry.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtkentry.h b/gtk/gtkentry.h
index 0df34b5829..9c1545272a 100644
--- a/gtk/gtkentry.h
+++ b/gtk/gtkentry.h
@@ -249,15 +249,15 @@ void gtk_entry_set_icon_from_icon_name (GtkEntry *
void gtk_entry_set_icon_from_gicon (GtkEntry *entry,
GtkEntryIconPosition icon_pos,
GIcon *icon);
-GtkImageType gtk_entry_get_storage_type (GtkEntry *entry,
+GtkImageType gtk_entry_get_icon_storage_type (GtkEntry *entry,
GtkEntryIconPosition icon_pos);
-GdkPixbuf* gtk_entry_get_pixbuf (GtkEntry *entry,
+GdkPixbuf* gtk_entry_get_icon_pixbuf (GtkEntry *entry,
GtkEntryIconPosition icon_pos);
-const gchar* gtk_entry_get_stock (GtkEntry *entry,
+const gchar* gtk_entry_get_icon_stock (GtkEntry *entry,
GtkEntryIconPosition icon_pos);
const gchar* gtk_entry_get_icon_name (GtkEntry *entry,
GtkEntryIconPosition icon_pos);
-GIcon* gtk_entry_get_gicon (GtkEntry *entry,
+GIcon* gtk_entry_get_icon_gicon (GtkEntry *entry,
GtkEntryIconPosition icon_pos);
void gtk_entry_set_icon_activatable (GtkEntry *entry,
GtkEntryIconPosition icon_pos,