1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

Fixed some language issues in OpenCV4Android Reference.

This commit is contained in:
Vsevolod Glumov
2012-09-14 11:10:53 +04:00
parent 538847e8a3
commit 1052a0b4eb
6 changed files with 39 additions and 38 deletions
@@ -11,21 +11,21 @@ String getPackageName()
.. method:: String getPackageName()
Get name of a package to be installed
Get name of a package to be installed.
:rtype: String
:return: Return package name, i.e. "OpenCV Manager Service" or "OpenCV library"
:rtype: string;
:return: returns package name, i.e. "OpenCV Manager Service" or "OpenCV library".
void install()
--------------
.. method:: void install()
Installation of package is approved
Installation of package has been approved.
void cancel()
-------------
.. method:: void cancel()
Installation if package was canceled
Installation if package has been canceled.