Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
vala
vala
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 703
    • Issues 703
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 38
    • Merge Requests 38
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • External Wiki
    • External Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
  • GNOME
  • valavala
  • Issues
  • #344

Closed
Open
Opened Dec 23, 2012 by bugzilla-migration@bugzilla-migrationReporter

DBus VTable delegates require _target

Submitted by Reiner Merk

Link to original bug (#690684)

Description

Created attachment 232161 'has_target = false' and add a user_data void pointer to VTable delegates

Using DBus VTable delegates will cause cause compile errors like

error: ‘GDBusSubtreeVTable’ has no member named ‘dispatch_target’

for DBusSubtreeDispatchFunc.

The attached patch will add CCode 'has_target = false' and add a user_data void pointer for user data transfer to the following delegates:

DBusSubtreeEnumerateFunc DBusSubtreeIntrospectFunc DBusSubtreeDispatchFunc

DBusInterfaceMethodCallFunc DBusInterfaceGetPropertyFunc DBusInterfaceSetPropertyFunc

nemequ assured me that no other part of vala depends on the current signatures of those delegates.

Patch 232161, "'has_target = false' and add a user_data void pointer to VTable delegates":
userdata_vtable_delegates.patch

Version: 0.18.x

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: GNOME/vala#344