brailcom/speechd

Adding user data context parameter to callbacks

オープン

#856 opened on 2023/09/16

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)C (86 件のフォーク)auto 404
enhancementgood first issuehelp wantedpriority

Repository metrics

Stars
 (325 個のスター)
PR merge metrics
 (PR metrics pending)

説明

Is your feature request related to a problem? Please describe.

When a callback is called, it is generally useful to have the context of the callback (e.g. OO container etc.)

Describe the solution you'd like

The callbacks should have an additional pointer parameter that can be decided at callback registration.

Describe alternatives you've considered

Using client_id is possible, but not very convenient.

コントリビューターガイド