[Xfce4-commits] [xfce/libxfce4ui] 03/28: Update docstring
noreply at xfce.org
noreply at xfce.org
Thu Jan 9 23:31:46 CET 2020
This is an automated email from the git hooks/post-receive script.
o c h o s i p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/libxfce4ui.
commit be30e8d224ffc699179780556afea17f2c2d83bf
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Sat Dec 28 23:49:47 2019 +0100
Update docstring
---
libxfce4ui/xfce-titled-dialog.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/libxfce4ui/xfce-titled-dialog.c b/libxfce4ui/xfce-titled-dialog.c
index 3266012..5cc5027 100644
--- a/libxfce4ui/xfce-titled-dialog.c
+++ b/libxfce4ui/xfce-titled-dialog.c
@@ -425,6 +425,7 @@ G_GNUC_END_IGNORE_DEPRECATIONS
*
* Returns the subtitle of the @titled_dialog, or %NULL
* if no subtitle is displayed in the @titled_dialog.
+ * This is just a convenience function around #gtk_header_bar_get_subtitle.
*
* Return value: the subtitle of @titled_dialog, or %NULL.
**/
@@ -444,6 +445,7 @@ xfce_titled_dialog_get_subtitle (XfceTitledDialog *titled_dialog)
*
* Sets the subtitle displayed by @titled_dialog to @subtitle; if
* @subtitle is %NULL no subtitle will be displayed by the @titled_dialog.
+ * This is just a convenience function around #gtk_header_bar_set_subtitle.
**/
void
xfce_titled_dialog_set_subtitle (XfceTitledDialog *titled_dialog,
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list