Replaced legacy GTK type macro blocks with G_DECLARE_* declarations for GtkXText, CustomList, and SexySpellEntry, and aligned the GtkXText parent field naming across GTK2/GTK3 guards.

Updated RemoteObject to use G_DECLARE_FINAL_TYPE and the parent_instance field naming convention
This commit is contained in:
2026-01-31 11:15:42 -07:00
parent 9e46407e89
commit a9f8e1e897
3 changed files with 7 additions and 25 deletions

View File

@@ -137,7 +137,7 @@ struct _GtkXText
#if HAVE_GTK3
GtkWidget parent_instance;
#else
GtkWidget widget;
GtkWidget parent;
#endif
xtext_buffer *buffer;