Bug 36049: TpProtocol: add avatar support - Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> - 4/7/2011 Back to Bug | Your Reviews | Help
Attachment 45535: TpProtocol: add API to get avatars requirements (fdo #36049) - Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> - 4/12/2011 (View )

Show Quick Help

From: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Date: Mon, 11 Apr 2011 14:41:08 +0200
Subject: [PATCH] TpProtocol: add API to get avatars requirements (fdo #36049)
<Overall Comment>
Previous Reviews
Will Thompson <will@willthompson.co.uk>
7/25/2011
this looks fine.
tests/dbus/protocol-objects.c
343 g_assert_cmpuint (req->recommended_width, ==, 64);
344 g_assert_cmpuint (req->recommended_height, ==, 64);
345 g_assert_cmpuint (req->maximum_width, ==, 96);
346 g_assert_cmpuint (req->maximum_height, ==, 96);
347 g_assert_cmpuint (req->maximum_bytes, ==, 37748736);
Where did this number come from?
Powered by Splinter

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.