[gtk+/places-sidebar] Remove a couple of FIXMEs



commit bc388116457f21cb5160c39919ac376f94203698
Author: Federico Mena Quintero <federico gnome org>
Date:   Wed Feb 27 14:17:10 2013 -0600

    Remove a couple of FIXMEs

 gtk/gtkplacessidebar.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkplacessidebar.c b/gtk/gtkplacessidebar.c
index 0318136..2fec612 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] =


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]