Let GListStore implement ListModelJavaListMutable #194

Merged
jwharm merged 1 commit from liststore-mutable-list into main 2025-01-27 22:47:36 +01:00
jwharm commented 2025-01-27 22:46:27 +01:00 (Migrated from github.com)

GListStore can be used as a java.util.List, but did not support mutation actions (add, remove, clear etc).

To make this work, the ListStore.removeItem() method was renamed to removeAt(), and a temporary @Deprecated removeItem() was added for backwards compatibility.

GListStore can be used as a java.util.List, but did not support mutation actions (add, remove, clear etc). To make this work, the `ListStore.removeItem()` method was renamed to `removeAt()`, and a temporary `@Deprecated removeItem()` was added for backwards compatibility.
Sign in to join this conversation.
No description provided.