plugins/tcl/tcl_glib.h

Fri, 11 Jun 2004 00:16:36 +0000

author
Justin Wood
date
Fri, 11 Jun 2004 00:16:36 +0000
changeset 9262
3aa857850c6f
parent 6694
2354eced08e8
child 12323
f52908fb23b0
permissions
-rw-r--r--

[gaim-migrate @ 10061]
Patch by Justin Wood. He says:

"User icon would set wrong status There is a small window, that if you set
a user icon, you'll set the wrong status for the next update.

Thought this over, and it shouldn't have any nasty side effects.. but there
are potential problems, if a status change message is lost. Things should
be ok though, that said"

committer: Christian Hammond <chipx86@chipx86.com>

/*
 * Tcl/Glib glue
 *
 * Copyright (C) 2003 Ethan Blanton <eblanton@cs.purdue.edu>
 * 
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */

#ifndef _GAIM_TCL_GLIB_H_
#define _GAIM_TCL_GLIB_H_

#include <tcl.h>
#include <glib.h>

void tcl_glib_init();

#endif /* _GAIM_TCL_GLIB_H_ */

mercurial