Last change
on this file since 5989 was
5989,
checked in by charles, 14 years ago
|
#224 (creating multi-tracker torrents): add multitracker support in libT's makemeta API, and in the gtk+ interface. This probably breaks the mac build...
|
File size:
522 bytes
|
Line | |
---|
1 | #ifndef TRACKER_LIST_H |
---|
2 | #define TRACKER_LIST_H |
---|
3 | |
---|
4 | #include <gtk/gtkwidget.h> |
---|
5 | #include "tr-torrent.h" |
---|
6 | |
---|
7 | GtkWidget* tracker_list_new( TrTorrent * gtor, |
---|
8 | GtkPositionType buttonsPosition ); |
---|
9 | |
---|
10 | /** |
---|
11 | * @return an array of tr_tracker_info's. It's the caller's responsibility |
---|
12 | * to g_free() every announce in the array, then the array itself. |
---|
13 | */ |
---|
14 | tr_tracker_info* tracker_list_get_trackers( GtkWidget * list, |
---|
15 | int * trackerCount ); |
---|
16 | |
---|
17 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.