summaryrefslogtreecommitdiff
path: root/gee/set.vala
diff options
context:
space:
mode:
Diffstat (limited to 'gee/set.vala')
-rw-r--r--gee/set.vala1
1 files changed, 1 insertions, 0 deletions
diff --git a/gee/set.vala b/gee/set.vala
index eec4175..179c377 100644
--- a/gee/set.vala
+++ b/gee/set.vala
@@ -23,6 +23,7 @@
/**
* A collection without duplicate elements.
*/
+[GenericAccessors]
public interface Gee.Set<G> : Collection<G> {
/**