Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • pygobject pygobject
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 303
    • Issues 303
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 32
    • Merge requests 32
  • 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
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOMEGNOME
  • pygobjectpygobject
  • Issues
  • #37
Closed
Open
Issue created Nov 13, 2012 by Bugzilla@bugzilla-migration💬Reporter

Handle array types in pygi_get/set_property_value_real

Submitted by Simon Feltman

Link to original bug (#688232)

Description

It looks as though gi/pygi-property.c:pygi_set_property_value_real assumes GI_TYPE_TAG_ARRAY properties are always GStrv. The function seems generic enough that it should not be making this assumption. There is also only one array property type being tested in tests/test_gi.py which makes use of: GIMarshallingTests.PropertiesObject.props.some_strv so we need to add more array type properties to the marshaling tests as well.

Depends on

  • Bug 726999
Assignee
Assign to
Time tracking