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,437
    • Issues 1,437
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 245
    • Merge requests 245
  • 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
  • Issues
  • #921

Closed
Open
Created Sep 27, 2017 by Bugzilla@bugzilla-migration💬Reporter

gtkbuilder: wrong usage of gtk_buildable_custom_tag_end

Submitted by Nubosch

Assigned to GtkBuilder maintainers

Link to original bug (#788250)

Description

gtk_buildable_custom_tag_end [1] expects to get called with gpointer* but gets passed data->subparser->data [2] from subparser_end() which is defined as gpointer [3].

fixing this in either direction may break existing users in interesting ways but I would expect the interface definition to be respected.

[1] https://git.gnome.org/browse/gtk+/tree/gtk/gtkbuildable.h#n114

[2] https://git.gnome.org/browse/gtk+/tree/gtk/gtkbuilderparser.c#n846

[3] https://git.gnome.org/browse/gtk+/tree/gtk/gtkbuilderprivate.h#n95

Version: 3.22.x

Assignee
Assign to
Time tracking