summaryrefslogtreecommitdiff
path: root/gtk/gtkplacessidebar.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkplacessidebar.c')
-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] =