]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/lyx_gui.h
make LyX work better when run from a directory which name contains spaces or other...
[lyx.git] / src / frontends / lyx_gui.h
index 3ce1729ff8ff2528fa7ffe011c06d34eba96f744..153c46fa5421b808323ce76791a6bbbb46b4ab5e 100644 (file)
@@ -95,16 +95,15 @@ void update_fonts();
 bool font_available(LyXFont const & font);
 
 /**
- * add a callback for I/O read notification
+ * add a callback for socket read notification
+ * @param fd socket descriptor (file/socket/etc)
  */
-void set_read_callback(int fd, LyXComm * comm);
 void register_socket_callback(int fd, boost::function<void()> func);
 
 /**
  * remove a I/O read callback
- * @param fd file descriptor
+ * @param fd socket descriptor (file/socket/etc)
  */
-void remove_read_callback(int fd);
 void unregister_socket_callback(int fd);
 
 } // namespace lyx_gui