about.c: cosmetix
[k8lowj.git] / src / userlabel.h
blobc50d31ea5264c862ceb11b62a9b44dc3920e823a
1 /* logjam - a GTK client for LiveJournal.
2 * Copyright (C) 2000-2003 Evan Martin <evan@livejournal.com>
4 * vim: tabstop=4 shiftwidth=4 noexpandtab :
5 */
7 #ifndef __JAM_USERLABEL_H__
8 #define __JAM_USERLABEL_H__
10 #define JAM_USER_LABEL(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), jam_user_label_get_type(), JamUserLabel))
11 typedef struct _JamUserLabel JamUserLabel;
13 GtkWidget* jam_user_label_new(void);
14 GType jam_user_label_get_type(void);
16 void jam_user_label_set_account(JamUserLabel *jul, JamAccount *acc);
17 void jam_user_label_set_journal(JamUserLabel *jul, const char *journalname);
19 #endif /* __JAM_USERLABEL_H__ */