Skip to content

[GLib] Add missing compute function options classes #40402

@stenlarsson

Description

@stenlarsson

Describe the enhancement requested

In most cases the options to compute functions are optional, but there are cases where they are required. The following compute functions are not possible to use in Ruby because the required options classes are missing from the GLib bindings:

  • split_pattern: SplitPatternOptions
  • strftime: StrftimeOptions (technically not required)
  • strptime: StrptimeOptions
  • struct_field: StructFieldOptions

There are probably more functions that cannot be used, but this is a start.

Component(s)

GLib

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions