~ubuntu-branches/ubuntu/utopic/rhythmbox/utopic-proposed

« back to all changes in this revision

Viewing changes to lib/rb-tree-dnd.h

Tags: upstream-0.9.2
ImportĀ upstreamĀ versionĀ 0.9.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
                                        GList *targets,
90
90
                                        GtkTreeViewDropPosition *pos);
91
91
 
 
92
        /* optional */
 
93
        GdkAtom  (* get_drag_target)    (RbTreeDragDest   *drag_dest,
 
94
                                         GtkWidget        *widget,
 
95
                                         GdkDragContext   *context,
 
96
                                         GtkTreePath      *dest_path,
 
97
                                         GtkTargetList    *target_list);
92
98
};
93
99
 
94
100