qulogic/libgnt

Add some missing function docs.

2019-05-13, Elliott Sales de Andrade
567948b95e50
Parents defbeb30636f
Children 8ebf70041b89
Add some missing function docs.
  • +8 -1
    gntstyle.h
  • --- a/gntstyle.h Mon May 13 22:25:57 2019 -0400
    +++ b/gntstyle.h Mon May 13 23:23:32 2019 -0400
    @@ -143,8 +143,15 @@
    /**
    * gnt_style_read_actions:
    + * @type: The type from which the setting name is derived.
    + * @klass: The class on which to register bindings.
    *
    - * Internal function -- do not use.
    + * Read user-defined actions defined for @type and register bindings on
    + * the @klass.
    + *
    + * User-defined actions should be defined in the config file in a group
    + * with a name determined by the name of the type with "::binding"
    + * appended.
    */
    void gnt_style_read_actions(GType type, GntBindableClass *klass);