view console/gntblist.h @ 14286:a0394e417fab

[gaim-migrate @ 16972] iirc, you shouldn't call the functions in prefix.h directly as they might not exist. also add DATADIR to Makefile.am so EvilDennisR can find something else to complain about. committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Tue, 22 Aug 2006 05:52:03 +0000
parents c65ed4f6eea8
children 1bd09d355f9e
line wrap: on
line source

#ifndef _GNT_BLIST_H
#define _GNT_BLIST_H

#include "blist.h"

GaimBlistUiOps * gg_blist_get_ui_ops(void);

void gg_blist_init(void);

void gg_blist_uninit(void);

void gg_blist_show(void);

void gg_blist_get_position(int *x, int *y);

void gg_blist_set_position(int x, int y);

void gg_blist_get_size(int *width, int *height);

void gg_blist_set_size(int width, int height);

#endif