mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
(trunk gtk) general cleanup to make function's naming scheme and API more consistent. This is only a fraction of what the GTK+ client's codebase needs, unfortunately.
This commit is contained in:
@@ -10,12 +10,12 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef MAKE_META_UI__H
|
||||
#define MAKE_META_UI__H
|
||||
#ifndef GTR_TORRENT_CREATION_DIALOG_H
|
||||
#define GTR_TORRENT_CREATION_DIALOG_H
|
||||
|
||||
#include <gtk/gtk.h>
|
||||
#include "tr-core.h"
|
||||
|
||||
GtkWidget* make_meta_ui( GtkWindow * parent, TrCore * core );
|
||||
GtkWidget* gtr_torrent_creation_dialog_new( GtkWindow * parent, TrCore * core );
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user