aboutsummaryrefslogtreecommitdiffstats
path: root/matrix-roommembers.h
diff options
context:
space:
mode:
Diffstat (limited to 'matrix-roommembers.h')
-rw-r--r--matrix-roommembers.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/matrix-roommembers.h b/matrix-roommembers.h
index e00cc70..2ae5538 100644
--- a/matrix-roommembers.h
+++ b/matrix-roommembers.h
@@ -107,4 +107,14 @@ void matrix_roommembers_get_renamed_members(MatrixRoomMemberTable *table,
void matrix_roommembers_get_left_members(MatrixRoomMemberTable *table,
GList **names);
+
+/**
+ * Get the userid of a member of a room, given their displayname
+ *
+ * @returns a string, which will be freed by the caller, or null if not known
+ */
+gchar *matrix_roommembers_displayname_to_userid(
+ MatrixRoomMemberTable *table, const gchar *who);
+
+
#endif /* MATRIX_ROOMMEMBERS_H_ */