comparison finch/finch.h @ 29297:338d6a211055

propagate from branch 'im.pidgin.pidgin' (head 46ae10a850bb3c3ce9a3bb47a7de9edd4becdb93) to branch 'im.pidgin.cpw.attention_ui' (head 35fb2ab19ffca9636faa388b208d31fe7f70caa3)
author Marcus Lundblad <ml@update.uu.se>
date Tue, 28 Jul 2009 20:52:33 +0000
parents f7c5bb2f6623
children
comparison
equal deleted inserted replaced
29296:15cde23b43bc 29297:338d6a211055
22 * along with this program; if not, write to the Free Software 22 * along with this program; if not, write to the Free Software
23 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 23 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
24 */ 24 */
25 #include <glib.h> 25 #include <glib.h>
26 26
27 #include "libpurple/internal.h"
28
29 #define FINCH_UI "gnt-purple" 27 #define FINCH_UI "gnt-purple"
30 28
31 #define FINCH_PREFS_ROOT "/finch" 29 #define FINCH_PREFS_ROOT "/finch"
32 30
33 #define FINCH_GET_DATA(obj) (obj)->ui_data 31 #define FINCH_GET_DATA(obj) (obj)->ui_data