loudmouth/lm-connection.h
changeset 308 7e2050a6df75
parent 307 f169e9281745
child 332 6b6ad42cd508
equal deleted inserted replaced
307:f169e9281745 308:7e2050a6df75
   158 					       
   158 					       
   159 gboolean      lm_connection_send_raw          (LmConnection       *connection,
   159 gboolean      lm_connection_send_raw          (LmConnection       *connection,
   160 					       const gchar        *str,
   160 					       const gchar        *str,
   161 					       GError            **error);
   161 					       GError            **error);
   162 LmConnectionState lm_connection_get_state     (LmConnection       *connection);
   162 LmConnectionState lm_connection_get_state     (LmConnection       *connection);
       
   163 gchar *       lm_connection_get_local_host    (LmConnection       *connection);
   163 LmConnection* lm_connection_ref               (LmConnection       *connection);
   164 LmConnection* lm_connection_ref               (LmConnection       *connection);
   164 void          lm_connection_unref             (LmConnection       *connection);
   165 void          lm_connection_unref             (LmConnection       *connection);
       
   166 
   165 
   167 
   166 G_END_DECLS
   168 G_END_DECLS
   167 
   169 
   168 #endif /* __LM_CONNECTION_H__ */
   170 #endif /* __LM_CONNECTION_H__ */