(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:
Charles Kerr
2010-12-21 19:20:58 +00:00
parent 0372797e6f
commit 5eafe91824
36 changed files with 239 additions and 285 deletions

View File

@@ -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