2005-06-21 Matthias Clasen <mclasen@redhat.com> * gtk/*.h: Trivial cleanups. (#169647, #303455, Fabricio Barros Cabral, Benoit Carpentier)
This commit is contained in:
committed by
Matthias Clasen
parent
15a5ee96af
commit
3845ca6eea
@ -25,9 +25,9 @@
|
||||
#include <gtk/gtktreeviewcolumn.h>
|
||||
#include <gtk/gtkdnd.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif /* __cplusplus */
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
||||
typedef enum
|
||||
{
|
||||
@ -332,9 +332,8 @@ void gtk_tree_view_set_row_separator_func (GtkTreeView
|
||||
gpointer data,
|
||||
GtkDestroyNotify destroy);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif /* __cplusplus */
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
|
||||
#endif /* __GTK_TREE_VIEW_H__ */
|
||||
|
||||
Reference in New Issue
Block a user