diff options
| author | dequis <dx@dxzone.com.ar> | 2015-12-26 00:18:53 -0300 | 
|---|---|---|
| committer | dequis <dx@dxzone.com.ar> | 2015-12-26 00:18:53 -0300 | 
| commit | 98d46d52222e7c4faf352614f354ef80dc414fba (patch) | |
| tree | 9968313029176d25272dfcc1208a0c39891a2d81 /protocols/purple/ft-direct.c | |
| parent | f66425d4030abddd9021789b21fbce109de8743e (diff) | |
purple: document original names of uiops next to them
Diffstat (limited to 'protocols/purple/ft-direct.c')
| -rw-r--r-- | protocols/purple/ft-direct.c | 18 | 
1 files changed, 9 insertions, 9 deletions
diff --git a/protocols/purple/ft-direct.c b/protocols/purple/ft-direct.c index 4bb10662..d501fe41 100644 --- a/protocols/purple/ft-direct.c +++ b/protocols/purple/ft-direct.c @@ -192,15 +192,15 @@ gssize prplcb_xfer_read(PurpleXfer *xfer, guchar **buffer, gssize size)  PurpleXferUiOps bee_xfer_uiops =  { -	prplcb_xfer_new, -	prplcb_xfer_dbg, -	prplcb_xfer_dbg, -	prplcb_xfer_progress, -	prplcb_xfer_dbg, -	prplcb_xfer_dbg, -	prplcb_xfer_write, -	prplcb_xfer_read, -	prplcb_xfer_dbg, +	prplcb_xfer_new,           /* new_xfer */ +	prplcb_xfer_dbg,           /* destroy */ +	prplcb_xfer_dbg,           /* add_xfer */ +	prplcb_xfer_progress,      /* update_progress */ +	prplcb_xfer_dbg,           /* cancel_local */ +	prplcb_xfer_dbg,           /* cancel_remote */ +	prplcb_xfer_write,         /* ui_write */ +	prplcb_xfer_read,          /* ui_read */ +	prplcb_xfer_dbg,           /* data_not_sent */  };  static gboolean prplcb_xfer_send_cb(gpointer data, gint fd, b_input_condition cond);  | 
