summaryrefslogtreecommitdiff
path: root/libxfce4ui/xfce-titled-dialog.c
diff options
context:
space:
mode:
authorSimon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>2019-12-28 23:49:47 +0100
committerSimon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>2020-01-09 23:31:37 +0100
commitbe30e8d224ffc699179780556afea17f2c2d83bf (patch)
treebf9335a0cb8a800d89fd734ab9ac81516524f66e /libxfce4ui/xfce-titled-dialog.c
parentd7c5b421e117571bcdd55b616dd4db621fa77c7c (diff)
downloadlibxfce4ui-be30e8d224ffc699179780556afea17f2c2d83bf.tar.gz
Update docstring
Diffstat (limited to 'libxfce4ui/xfce-titled-dialog.c')
-rw-r--r--libxfce4ui/xfce-titled-dialog.c2
1 files changed, 2 insertions, 0 deletions
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,