Small cleanups.

2005-05-05  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtktreednd.h:
	* gtk/gtkwidget.h: Small cleanups.
This commit is contained in:
Matthias Clasen 2005-05-06 03:12:33 +00:00 committed by Matthias Clasen
parent d0b22eb542
commit f8e922f9ec
5 changed files with 13 additions and 16 deletions

View File

@ -1,5 +1,8 @@
2005-05-05 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktreednd.h:
* gtk/gtkwidget.h: Small cleanups.
* gtk/gtktreeview.c (gtk_tree_view_get_dest_row_at_pos): Fix
a typo.

View File

@ -1,5 +1,8 @@
2005-05-05 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktreednd.h:
* gtk/gtkwidget.h: Small cleanups.
* gtk/gtktreeview.c (gtk_tree_view_get_dest_row_at_pos): Fix
a typo.

View File

@ -1,5 +1,8 @@
2005-05-05 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktreednd.h:
* gtk/gtkwidget.h: Small cleanups.
* gtk/gtktreeview.c (gtk_tree_view_get_dest_row_at_pos): Fix
a typo.

View File

@ -23,9 +23,7 @@
#include <gtk/gtktreemodel.h>
#include <gtk/gtkdnd.h>
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
G_BEGIN_DECLS
#define GTK_TYPE_TREE_DRAG_SOURCE (gtk_tree_drag_source_get_type ())
#define GTK_TREE_DRAG_SOURCE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_TREE_DRAG_SOURCE, GtkTreeDragSource))
@ -118,10 +116,6 @@ gboolean gtk_tree_get_row_drag_data (GtkSelectionData *selection_dat
GtkTreeModel **tree_model,
GtkTreePath **path);
#ifdef __cplusplus
}
#endif /* __cplusplus */
G_END_DECLS
#endif /* __GTK_TREE_DND_H__ */

View File

@ -35,10 +35,7 @@
#include <gtk/gtksettings.h>
#include <atk/atkobject.h>
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
G_BEGIN_DECLS
/* The flags that are used by GtkWidget on top of the
* flags field of GtkObject.
@ -787,9 +784,6 @@ void _gtk_widget_propagate_screen_changed (GtkWidget *widget,
GdkColormap* _gtk_widget_peek_colormap (void);
#ifdef __cplusplus
}
#endif /* __cplusplus */
G_END_DECLS
#endif /* __GTK_WIDGET_H__ */