Forgot since 1.17 in last commits

This commit is contained in:
Davide Andreoli 2016-01-03 18:59:47 +01:00
parent 0021e4a186
commit 1599140196
2 changed files with 11 additions and 1 deletions

View File

@ -20,7 +20,9 @@
:mod:`efl.ethumb` Module
########################
.. versionadded:: 1.17
Classes
=======
@ -189,7 +191,11 @@ def shutdown():
cdef class Ethumb(object):
""" Ethumb thumbnail generator.
"""
Ethumb thumbnail generator.
.. versionadded:: 1.17
Use this class to generate thumbnails in the local process.

View File

@ -20,6 +20,8 @@
:mod:`efl.ethumb_client` Module
###############################
.. versionadded:: 1.17
Classes
=======
@ -202,6 +204,8 @@ cdef class EthumbClient:
Client for Ethumbd server.
.. versionadded:: 1.17
This client is the recommended way to generate thumbnails with
Ethumb. All you have to do is create a client instance, wait it to
be connected to server, configure thumbnail parameters and then