Documentation fix for Matrix.Room.get_member()

Signed-off-by: Gergely Polonkai <gergely@polonkai.eu>
This commit is contained in:
Gergely Polonkai 2016-03-21 15:37:06 +01:00
parent 758ee3ae81
commit 4c6ffe59f4

View File

@ -223,7 +223,7 @@ public class Matrix.Room : GLib.Object {
/** /**
* Gets the profile of the room member specified in @user_id. If * Gets the profile of the room member specified in @user_id. If
* that user is not added to the room yet, * that user is not added to the room yet,
* {@link Matrix.Error.NOT_FOUND) is thrown. * {@link Matrix.Error.NOT_FOUND} is thrown.
* *
* @param user_id the Matrix ID of the user to find * @param user_id the Matrix ID of the user to find
* @param third_party gets a true value if the member is actually * @param third_party gets a true value if the member is actually