[gtk+] button: Add Since annotations to icon-name setter/getter
- From: Timm Bäder <baedert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] button: Add Since annotations to icon-name setter/getter
- Date: Sat, 22 Oct 2016 19:51:11 +0000 (UTC)
commit 38f2290479ecccaa12d675d1880a8c6a76039f73
Author: Timm Bäder <mail baedert org>
Date: Sat Oct 22 21:02:34 2016 +0200
button: Add Since annotations to icon-name setter/getter
gtk/gtkbutton.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/gtk/gtkbutton.c b/gtk/gtkbutton.c
index 543ed4e..82c253b 100644
--- a/gtk/gtkbutton.c
+++ b/gtk/gtkbutton.c
@@ -1351,6 +1351,8 @@ gtk_button_get_event_window (GtkButton *button)
* Adds a #GtkImage with the given icon name as a child. The icon will be
* of size %GTK_ICON_SIZE_BUTTON. If @button already contains a child widget,
* that child widget will be removed and replaced with the image.
+ *
+ * Since: 3.90
*/
void
gtk_button_set_icon_name (GtkButton *button,
@@ -1391,6 +1393,8 @@ gtk_button_set_icon_name (GtkButton *button,
* @button: A #GtkButton
*
* Returns: (nullable): The icon name set via gtk_button_set_icon_name
+ *
+ * Since: 3.90
*/
const char *
gtk_button_get_icon_name (GtkButton *button)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]