From 9d4b0f3cbda75033c9c7bd0fdac2ca0f5f406dbc Mon Sep 17 00:00:00 2001 From: Didier 'Ptitjes Date: Sun, 19 Jul 2009 15:53:57 +0200 Subject: [PATCH] Add missing method documentation comment Signed-off-by: Didier 'Ptitjes --- gee/iterable.vala | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gee/iterable.vala b/gee/iterable.vala index ca13109..a966236 100644 --- a/gee/iterable.vala +++ b/gee/iterable.vala @@ -27,6 +27,11 @@ using GLib; * collection. */ public interface Gee.Iterable : GLib.Object { + /** + * Returns the type of the elements contained in this collection. + * + * @return the type of the elements contained in this collection + */ public abstract Type get_element_type (); /** -- 2.7.4