[tepl] InfoBar: improve doc



commit 03ef1d4020476d57407b1d4f32123e0de0ca1fdf
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Wed Nov 11 09:49:19 2020 +0100

    InfoBar: improve doc

 tepl/tepl-info-bar.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/tepl/tepl-info-bar.c b/tepl/tepl-info-bar.c
index 6108dd3..12b2f10 100644
--- a/tepl/tepl-info-bar.c
+++ b/tepl/tepl-info-bar.c
@@ -469,7 +469,8 @@ tepl_info_bar_set_icon_name (TeplInfoBar *info_bar,
  * @info_bar: a #TeplInfoBar.
  * @primary_msg: a primary message.
  *
- * Adds a primary message.
+ * Adds a primary message to the %TEPL_INFO_BAR_LOCATION_ALONGSIDE_ICON
+ * location.
  *
  * Since: 2.0
  */
@@ -501,7 +502,8 @@ tepl_info_bar_add_primary_message (TeplInfoBar *info_bar,
  * @info_bar: a #TeplInfoBar.
  * @secondary_msg: a secondary message.
  *
- * Adds a secondary message.
+ * Adds a secondary message to the %TEPL_INFO_BAR_LOCATION_ALONGSIDE_ICON
+ * location.
  *
  * Since: 2.0
  */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]