# HG changeset patch # User Thierry Florac # Date 1518000675 -3600 # Node ID 9daa8a31a58df94e81b55116ed589996a0f78cdd # Parent e956535074d318cd2aa85527075f6c460f329958 Updated docstring diff -r e956535074d3 -r 9daa8a31a58d src/pyams_content/component/gallery/interfaces/__init__.py --- a/src/pyams_content/component/gallery/interfaces/__init__.py Wed Feb 07 11:50:51 2018 +0100 +++ b/src/pyams_content/component/gallery/interfaces/__init__.py Wed Feb 07 11:51:15 2018 +0100 @@ -99,7 +99,12 @@ vocabulary='PyAMS gallery renderers') def append(self, value, notify=True): - """Append new file to gallery""" + """Append new file to gallery + + @param value: the media object to append + @param boolean notify: if 'False', the given value object is pre-located so that + adding events are not notified + """ def get_visible_medias(self): """Get iterator over visible medias"""