mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +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,9 +10,9 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#ifndef TG_MSGWIN_H
|
||||
#define TG_MSGWIN_H
|
||||
#ifndef GTR_MSGWIN_H
|
||||
#define GTR_MSGWIN_H
|
||||
|
||||
GtkWidget * msgwin_new( TrCore * core, GtkWindow * parent );
|
||||
GtkWidget * gtr_message_log_window_new( TrCore * core, GtkWindow * parent );
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user