Files
transmission/gtk/Notify.h
Mike Gelfand eaeed301fa Rename GTK client files to match the classes they contain (#2073)
This also brings naming closer to Qt client which simplifies things a
bit.
2021-11-01 03:11:23 +03:00

20 lines
390 B
C++

/*
* This file Copyright (C) 2008-2021 Mnemosyne LLC
*
* It may be used under the GNU GPL versions 2 or 3
* or any future license endorsed by Mnemosyne LLC.
*
*/
#pragma once
#include <glibmm.h>
class Session;
void gtr_notify_init();
void gtr_notify_torrent_added(Glib::ustring const& name);
void gtr_notify_torrent_completed(Glib::RefPtr<Session> const& core, int torrent_id);