Deprecation cleanup
Wed Oct 9 16:52:53 2002 Manish Singh <yosh@gimp.org> * gtk/gtkclipboard.[ch] gtk/gtkeditable.[ch] gtk/gtkgc.c gtk/gtkoptionmenu.[ch] gtk/gtkselection.c gtk/gtksizegroup.[ch]: Deprecation cleanup
This commit is contained in:
committed by
Manish Singh
parent
9565f3ffb2
commit
8b6ce08115
@ -83,7 +83,7 @@ struct _GtkEditableClass
|
||||
gint (* get_position) (GtkEditable *editable);
|
||||
};
|
||||
|
||||
GtkType gtk_editable_get_type (void) G_GNUC_CONST;
|
||||
GType gtk_editable_get_type (void) G_GNUC_CONST;
|
||||
void gtk_editable_select_region (GtkEditable *editable,
|
||||
gint start,
|
||||
gint end);
|
||||
|
||||
Reference in New Issue
Block a user