Mercurial > pidgin.yaz
view PLUGIN_HOWTO @ 29008:66c4fbe088d0
struct tx_packet->datalen is an int, so use %d here instead of G_GSIZE_FORMAT
This gets rid of this warning:
protocol.c:351: warning: format ¡Æ%lu¡Ç expects type ¡Ælong unsigned int¡Ç, but argument 7 has type ¡Æint¡Ç
struct tx_packet->datalen probably should be a size_t or gsize, but that's
a bigger change than I want to make right now
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Mon, 23 Nov 2009 07:15:53 +0000 |
parents | db5a58aabe38 |
children |
line wrap: on
line source
For information on writing a plugin for Purple, Pidgin or Finch, go http://developer.pidgin.im and click on API. From there, see the HOWTOs in the "Related Pages" section. You can also generate this documentation locally by installing doxygen and graphviz dot, then running "make docs" in the source tree. The documentation will be in the docs/html directory.