Skip to content
GitLab
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,607
    • Issues 1,607
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 219
    • Merge requests 219
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOMEGNOME
  • gtkgtk
  • Repository
Switch branch/tag
  • gtk
  • gtk
  • gtkflowbox.h
Find file BlameHistoryPermalink
  • Sam Thursfield's avatar
    flowbox: Fix annotation for GListModel binding callback · d6547060
    Sam Thursfield authored Sep 25, 2017 and Rico Tzschichholz's avatar Rico Tzschichholz committed Sep 27, 2017
    The GtkFlowBoxCreateWidgetFunc type lacked GObject Introspection
    annotations for its arguments. This made gtk_flow_box_bind_model()
    unusable from Python as the callback function would be passed useless
    values.
    
    The annotations that I've added match those of the similar callback
    type GtkListBoxCreateWidgetFunc.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=780758
    d6547060