Skip to content

Commit

Permalink
Added gir for mate_panel_applet_set_size_hints()
Browse files Browse the repository at this point in the history
  • Loading branch information
info-cppsp committed Feb 5, 2018
1 parent 4e2f9b1 commit 7377984
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions libmate-panel-applet/mate-panel-applet.c
Expand Up @@ -273,6 +273,13 @@ mate_panel_applet_size_hints_changed (MatePanelApplet *applet,
return FALSE;
}

/**
* mate_panel_applet_set_size_hints:
* @applet: applet
* @size_hints: (array length=n_elements): List of integers
* @n_elements: Length of @size_hints
* @base_size: base_size
*/
void
mate_panel_applet_set_size_hints (MatePanelApplet *applet,
const int *size_hints,
Expand Down

0 comments on commit 7377984

Please sign in to comment.