view libpurple/purple-client.h @ 27275:00d9a2e24797

Change the page_size on the GtkAdjustment used for GtkSpinButtons on the prefs pages. It's not used with them and should be zero. This fixes the warnings from Gtk: "GtkSpinButton: setting an adjustment with non-zero page size is deprecated". Oh, and this description is longer than the fix. I wish fixing all bugs were this easy.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sat, 04 Jul 2009 03:24:43 +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