libpurple/buddyicon.h

changeset 40245
056a71665e06
parent 39738
14d425a528ad
child 40474
1341be8e3402
--- a/libpurple/buddyicon.h	Thu Dec 19 00:51:06 2019 -0500
+++ b/libpurple/buddyicon.h	Thu Dec 19 02:32:25 2019 -0500
@@ -488,6 +488,11 @@
 
 /**
  * purple_buddy_icon_spec_get_scaled_size:
+ * @spec: The buddy icon spec.
+ * @width: (inout): On input, the suggested width. On output, the width
+ *                  constrained by the spec.
+ * @height: (inout): On input, the suggested height. On output, the height
+ *                   constrained by the spec.
  *
  * Gets display size for a buddy icon
  */

mercurial