Trivial cleanups. (#169647, #303455, Fabricio Barros Cabral, Benoit

2005-06-21  Matthias Clasen  <mclasen@redhat.com>

	* gtk/*.h: Trivial cleanups. (#169647, #303455,
	Fabricio Barros Cabral, Benoit Carpentier)
This commit is contained in:
Matthias Clasen
2005-06-21 05:35:43 +00:00
committed by Matthias Clasen
parent 15a5ee96af
commit 3845ca6eea
38 changed files with 124 additions and 225 deletions

View File

@ -32,9 +32,7 @@
#include <gtk/gtkbin.h>
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
G_BEGIN_DECLS
#define GTK_TYPE_FRAME (gtk_frame_get_type ())
@ -88,9 +86,8 @@ void gtk_frame_set_shadow_type (GtkFrame *frame,
GtkShadowType type);
GtkShadowType gtk_frame_get_shadow_type (GtkFrame *frame);
#ifdef __cplusplus
}
#endif /* __cplusplus */
G_END_DECLS
#endif /* __GTK_FRAME_H__ */