summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2013-02-27 14:17:10 -0600
committerFederico Mena Quintero <federico@gnome.org>2013-02-27 14:17:10 -0600
commitbc388116457f21cb5160c39919ac376f94203698 (patch)
treed9eb6f607c5f4b6a3c72b5d61d3f2473cdc66bb2
parenta7213e3ccfc921fe24b1fd6ad4e1b06950035504 (diff)
downloadgtk+-bc388116457f21cb5160c39919ac376f94203698.tar.gz
Remove a couple of FIXMEs
-rw-r--r--gtk/gtkplacessidebar.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkplacessidebar.c b/gtk/gtkplacessidebar.c
index 0318136af5..2fec612c7f 100644
--- a/gtk/gtkplacessidebar.c
+++ b/gtk/gtkplacessidebar.c
@@ -3822,7 +3822,7 @@ gtk_places_sidebar_class_init (GtkPlacesSidebarClass *class)
G_TYPE_NONE, 4,
GDK_TYPE_DRAG_CONTEXT,
G_TYPE_OBJECT,
- G_TYPE_POINTER, /* FIXME: (GList *) is there something friendlier to language bindings? */
+ G_TYPE_POINTER, /* GList of GFile */
G_TYPE_POINTER /* FIXME: (inout int) is there something friendlier to language bindings? */);
/**
@@ -3872,7 +3872,7 @@ gtk_places_sidebar_class_init (GtkPlacesSidebarClass *class)
_gtk_marshal_VOID__OBJECT_POINTER_INT,
G_TYPE_NONE, 3,
G_TYPE_OBJECT,
- G_TYPE_POINTER, /* FIXME: (GList *) is there something friendlier to language bindings? */
+ G_TYPE_POINTER, /* GList of GFile */
G_TYPE_INT);
properties[PROP_LOCATION] =