[feat] show actuall device name instate of ip address in notification

This commit is contained in:
Julian Sparber
2017-10-26 13:04:07 +02:00
parent 0f5ea47e56
commit 8b91c96fe6
4 changed files with 12 additions and 8 deletions

View File

@@ -18,7 +18,7 @@ gchar * teleport_peer_get_ip (TeleportPeer *self, gint index, GError **error);
gint teleport_peer_get_port (TeleportPeer *self, gint index, GError **error);
void teleport_peer_add_peer (TeleportPeer *self, gchar * name, gchar * ip, gint port);
void teleport_peer_remove_peer (TeleportPeer *, Peer *);
void teleport_peer_remove_peer_by_name (TeleportPeer *, gchar *);
gchar * teleport_peer_get_name_by_addr (TeleportPeer *, gchar *);
void teleport_peer_remove_peer_by_name (TeleportPeer *, const gchar *);
gchar * teleport_peer_get_name_by_addr (TeleportPeer *, const gchar *);
#endif /* __TELEPORT_PEER_H */