Mercurial > pidgin.yaz
view libpurple/purple-client.h @ 17331:9accf6d6cd61
Change msim_msg_get_element to msim_msg_get.
Related functions:
msim_msg_get_integer
msim_msg_get_string
all use msim_msg_get(). msim_msg_get_X gets the value as type X, but
msim_msg_get_element() didn't get the value as an element (instead, it got
the whole element). So now the name is more accurate.
author | Jeffrey Connelly <jaconnel@calpoly.edu> |
---|---|
date | Fri, 01 Jun 2007 05:07:25 +0000 |
parents | 32c366eeeb99 |
children |
line wrap: on
line source
#ifndef _PURPLE_CLIENT_H_INCLUDED_ #define _PURPLE_CLIENT_H_INCLUDED_ #include <glib.h> #include "purple-client-bindings.h" G_BEGIN_DECLS void purple_init(void); G_END_DECLS #endif