index
:
xavi/dino
call-inhibit-suspend
catch-disconnect-error
default-encryption-gtk4
desktop-fork
inhibit-before-suspend
master
send-button
Fork of GTK3 Dino with experimental features.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libdino
/
src
/
entity
/
encryption.vala
blob: b50556f978929a736df7938f459e8bacf5560fd5 (
plain
) (
blame
)
1
2
3
4
5
6
7
8
9
namespace
Dino
.
Entities
{
public enum
Encryption
{
NONE
,
PGP
,
OMEMO
}
}