rendered paste body112 test->chan_service = g_object_new (
113 TP_TESTS_TYPE_FILE_TRANSFER_CHANNEL,
114 /* TpProxy properties */
115 "object-path", chan_path,
116
117 /* TpChannel properties */
118 "connection", test->base_connection,
119 "handle", handle,
120 "initiator-handle", alf_handle,
121 "requested", requested,
122
123 /* TpFileTransferChannel properties */
124 "available-socket-types", sockets,
125 "content-type", "text/plain",
126 "date", NULL,
127 "description", "badger",
128 "filename", "snake.txt",
129 "initial-offset", 0,
130 "size", 9000,
131 "state", TP_FILE_TRANSFER_STATE_PENDING,
132 "transferred-bytes", 42,
133 "uri", "file:///badger/mushroom/snake.txt",
134 NULL);