Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copy docs to getter in Properties macro #1490

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Aug 26, 2024

  1. examples: add some docs to the example using the Properties macro

    These will be used later on by the macro.
    carlosmn committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    98201f9 View commit details
    Browse the repository at this point in the history
  2. glib-macros: Properties: copy property docs to getter

    We take the docs directly preceding a `#[property]` and copy them into the
    generated getter method.
    carlosmn committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    b3b6241 View commit details
    Browse the repository at this point in the history