aboutsummaryrefslogtreecommitdiffstats
path: root/matrix-e2e.h
diff options
context:
space:
mode:
authorDr. David Alan Gilbert <dave@treblig.org>2017-05-27 02:31:43 +0100
committerDr. David Alan Gilbert <dave@treblig.org>2018-02-25 02:08:49 +0000
commit8e49e86f59739d6e9dae3072864736553f78b466 (patch)
tree0bfa200e94be42a38b1b1b08fde5ae387e5c9ed2 /matrix-e2e.h
parentc155422e38306631c04dad430486b8a868af1921 (diff)
downloadpurple-matrix-8e49e86f59739d6e9dae3072864736553f78b466.tar.gz
e2e: Add device info action
Add a purple action (i.e. thing on the accounts->matrix-> menu) to display the device ID and public key. Signed-off-by: Dr. David Alan Gilbert <dave@treblig.org>
Diffstat (limited to 'matrix-e2e.h')
-rw-r--r--matrix-e2e.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/matrix-e2e.h b/matrix-e2e.h
index 3aaab9b..b1282a2 100644
--- a/matrix-e2e.h
+++ b/matrix-e2e.h
@@ -25,6 +25,7 @@
typedef struct _MatrixE2EData MatrixE2EData;
typedef struct _PurpleConversation PurpleConversation;
+GList *matrix_e2e_actions(GList *list);
int matrix_e2e_get_device_keys(MatrixConnectionData *conn, const gchar *device_id);
void matrix_e2e_cleanup_connection(MatrixConnectionData *conn);
void matrix_e2e_cleanup_conversation(PurpleConversation *conv);