comparison libpurple/connection.h @ 21002:99dd2f0940ae

propagate from branch 'im.pidgin.pidgin.2.2.2' (head 26e8d524b9c27b92a3614f69b1cd2fba504d7850) to branch 'im.pidgin.pidgin' (head 477fd34e3ccd3991701c4e7d73ea6c9271f2c290)
author Richard Laager <rlaager@wiktel.com>
date Tue, 23 Oct 2007 17:32:34 +0000
parents f296be2a1039
children 88aa557b997f d8990c20cbee
comparison
equal deleted inserted replaced
20376:508ac0d211d6 21002:99dd2f0940ae
1 /** 1 /**
2 * @file connection.h Connection API 2 * @file connection.h Connection API
3 * @ingroup core 3 * @ingroup core
4 * @see @ref connection-signals
4 */ 5 */
5 6
6 /* purple 7 /* purple
7 * 8 *
8 * Purple is the legal property of its developers, whose names are too numerous 9 * Purple is the legal property of its developers, whose names are too numerous
20 * GNU General Public License for more details. 21 * GNU General Public License for more details.
21 * 22 *
22 * You should have received a copy of the GNU General Public License 23 * You should have received a copy of the GNU General Public License
23 * along with this program; if not, write to the Free Software 24 * along with this program; if not, write to the Free Software
24 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 25 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
25 *
26 * @see @ref connection-signals
27 */ 26 */
28 #ifndef _PURPLE_CONNECTION_H_ 27 #ifndef _PURPLE_CONNECTION_H_
29 #define _PURPLE_CONNECTION_H_ 28 #define _PURPLE_CONNECTION_H_
30 29
31 typedef struct _PurpleConnection PurpleConnection; 30 typedef struct _PurpleConnection PurpleConnection;