loudmouth/lm-connection.h
changeset 266 730617b8c682
parent 262 d372a2b61b1d
equal deleted inserted replaced
265:ebfc8419758d 266:730617b8c682
   116 void          lm_connection_set_server        (LmConnection       *connection,
   116 void          lm_connection_set_server        (LmConnection       *connection,
   117 					       const gchar        *server);
   117 					       const gchar        *server);
   118 void          lm_connection_set_jid           (LmConnection       *connection,
   118 void          lm_connection_set_jid           (LmConnection       *connection,
   119 					       const gchar        *jid);
   119 					       const gchar        *jid);
   120 const gchar * lm_connection_get_jid           (LmConnection       *connection);
   120 const gchar * lm_connection_get_jid           (LmConnection       *connection);
   121 
   121 gchar *       lm_connection_get_full_jid      (LmConnection       *connection);
   122 guint         lm_connection_get_port          (LmConnection       *connection);
   122 guint         lm_connection_get_port          (LmConnection       *connection);
   123 void          lm_connection_set_port          (LmConnection       *connection,
   123 void          lm_connection_set_port          (LmConnection       *connection,
   124 					       guint               port);
   124 					       guint               port);
   125 
   125 
   126 LmSSL *       lm_connection_get_ssl           (LmConnection       *connection);
   126 LmSSL *       lm_connection_get_ssl           (LmConnection       *connection);
   157 					       
   157 					       
   158 gboolean      lm_connection_send_raw          (LmConnection       *connection,
   158 gboolean      lm_connection_send_raw          (LmConnection       *connection,
   159 					       const gchar        *str,
   159 					       const gchar        *str,
   160 					       GError            **error);
   160 					       GError            **error);
   161 LmConnectionState lm_connection_get_state     (LmConnection       *connection);
   161 LmConnectionState lm_connection_get_state     (LmConnection       *connection);
       
   162 gchar *       lm_connection_get_local_host    (LmConnection       *connection);
   162 LmConnection* lm_connection_ref               (LmConnection       *connection);
   163 LmConnection* lm_connection_ref               (LmConnection       *connection);
   163 void          lm_connection_unref             (LmConnection       *connection);
   164 void          lm_connection_unref             (LmConnection       *connection);
   164 
   165 
   165 G_END_DECLS
   166 G_END_DECLS
   166 
   167