view src/gaim-client.h @ 12774:3aa8f7c58360

[gaim-migrate @ 15121] part of sf patch #1362550, from Peter McCurdy "Make file transfer window resizable (fixes bug #1193556)" Now when toggling the expander the Window size remains the same and the gtktreeview (or whatever it is) expands/contracts. I don't really know which way is better... but this is how the plugins dialog behaves, so I figured it'd be ok. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 09 Jan 2006 04:44:49 +0000
parents 2078f65a8e98
children
line wrap: on
line source

#ifndef _GAIM_CLIENT_H_INCLUDED_
#define _GAIM_CLIENT_H_INCLUDED_

#include <glib.h>
#include "gaim-client-bindings.h"

G_BEGIN_DECLS

void gaim_init(void);

G_END_DECLS

#endif