summaryrefslogtreecommitdiff
path: root/gee/list.vala
diff options
context:
space:
mode:
Diffstat (limited to 'gee/list.vala')
-rw-r--r--gee/list.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/gee/list.vala b/gee/list.vala
index 52e864a73..d034a9107 100644
--- a/gee/list.vala
+++ b/gee/list.vala
@@ -31,7 +31,7 @@ public interface Gee.List<G> : Collection<G> {
*
* @return the item at the specified index in the list
*/
- public abstract G get (int index);
+ public abstract G? get (int index);
/**
* Sets the item at the specified index in this list.