transmission/gtk/tr-icon.h

20 lines
380 B
C
Raw Normal View History

/*
* This file Copyright (C) 2007-2014 Mnemosyne LLC
2007-02-19 22:09:05 +00:00
*
* It may be used under the GNU Public License v2 or v3 licenses,
* or any future license endorsed by Mnemosyne LLC.
2007-02-19 22:09:05 +00:00
*
* $Id$
*/
2007-02-19 22:09:05 +00:00
#ifndef GTR_ICON_H
#define GTR_ICON_H
2007-02-19 22:09:05 +00:00
#include <gtk/gtk.h>
#include "tr-core.h"
2007-02-19 22:09:05 +00:00
gpointer gtr_icon_new (TrCore * core);
void gtr_icon_refresh (gpointer);
#endif /* GTR_ICON_H */