Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • gtk gtk
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,431
    • Issues 1,431
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 247
    • Merge requests 247
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOME
  • gtkgtk
  • Repository

Switch branch/tag
  • gtk
  • gtk
  • gtktreednd.c
Find file BlameHistoryPermalink
  • Christoph Reiter's avatar
    Fix transfer annotation for tree_model parameter of... · f4dee9b6
    Christoph Reiter authored Jan 19, 2015 and Matthias Clasen's avatar Matthias Clasen committed Jan 24, 2015
    Fix transfer annotation for tree_model parameter of gtk_tree_get_row_drag_data() and add nullable, optional
    
    The GtkSelectionData does not own the model set with
    gtk_tree_set_row_drag_data so change the out param to "transfer none".
    This fixes a crash after multiple DnD actions due to the bindings
    stealing a reference each time this function is called.
    
    This also adds nullable and optional annotations for tree_model and path while at it.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=743193
    f4dee9b6

Replace gtktreednd.c

Attach a file by drag & drop or click to upload


Cancel
GitLab will create a branch in your fork and start a merge request.