console/gntblist.h

Sun, 27 Aug 2006 06:14:12 +0000

author
Sadrul Habib Chowdhury <sadrul@pidgin.im>
date
Sun, 27 Aug 2006 06:14:12 +0000
changeset 14413
bd998fe17d82
parent 14260
a21577fbb4d2
child 14620
90d599495d65
permissions
-rw-r--r--

[gaim-migrate @ 17054]
Allow adding chats in the buddylist. And fix a few bugs along the way.

#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);

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

void gg_blist_set_position(int x, int y);

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

void gg_blist_set_size(int width, int height);

#endif

mercurial