entry: Undo ABI breakage from addition of insert_emoji
https://bugzilla.gnome.org/show_bug.cgi?id=790862
This commit is contained in:
		 Jan Alexander Steffens (heftig)
					Jan Alexander Steffens (heftig)
				
			
				
					committed by
					
						 Matthias Clasen
						Matthias Clasen
					
				
			
			
				
	
			
			
			 Matthias Clasen
						Matthias Clasen
					
				
			
						parent
						
							03f2eaf23a
						
					
				
				
					commit
					b0fb67eabc
				
			| @ -146,7 +146,6 @@ struct _GtkEntryClass | ||||
|   void (* copy_clipboard)     (GtkEntry             *entry); | ||||
|   void (* paste_clipboard)    (GtkEntry             *entry); | ||||
|   void (* toggle_overwrite)   (GtkEntry             *entry); | ||||
|   void (* insert_emoji)       (GtkEntry             *entry); | ||||
|  | ||||
|   /* hooks to add other objects beside the entry (like in GtkSpinButton) */ | ||||
|   void (* get_text_area_size) (GtkEntry       *entry, | ||||
| @ -159,6 +158,7 @@ struct _GtkEntryClass | ||||
|                                gint           *y, | ||||
| 			       gint           *width, | ||||
| 			       gint           *height); | ||||
|   void (* insert_emoji)       (GtkEntry             *entry); | ||||
|  | ||||
|   /*< private >*/ | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user