(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,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