1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-01-04 05:56:02 +00:00
transmission/gtk/filter.h

18 lines
442 B
C

/*
* This file Copyright (C) 2012-2014 Mnemosyne LLC
*
* It may be used under the GNU GPL versions 2 or 3
* or any future license endorsed by Mnemosyne LLC.
*
* $Id$
*/
#pragma once
#include <gtk/gtk.h>
#include <libtransmission/transmission.h>
GtkWidget * gtr_filter_bar_new (tr_session * session,
GtkTreeModel * torrent_model,
GtkTreeModel ** filter_model);