summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgnacio Casal Quinteiro <icq@gnome.org>2016-05-19 16:55:24 +0200
committerIgnacio Casal Quinteiro <icq@gnome.org>2016-05-19 16:57:55 +0200
commitee841a282b287512cc783f2bf58e447ae80058ae (patch)
tree6604c8258ce950d1ae67fa87c9ce2d335d090304
parent1fde63103137a9ceda008e1e033420ce7f05bfcd (diff)
downloadgtk+-ee841a282b287512cc783f2bf58e447ae80058ae.tar.gz
gtkselectionprivate: minor style fix
This seems to make some issue with the gtk# scanner.
-rw-r--r--gtk/gtkselectionprivate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkselectionprivate.h b/gtk/gtkselectionprivate.h
index bd5c634f65..d77432f9f7 100644
--- a/gtk/gtkselectionprivate.h
+++ b/gtk/gtkselectionprivate.h
@@ -52,7 +52,7 @@ struct _GtkTargetList
/*< private >*/
GList *list;
guint ref_count;
- };
+};
gboolean _gtk_selection_clear (GtkWidget *widget,
GdkEventSelection *event);