[feat] show actuall device name instate of ip address in notification
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user