[gedit] Silence the last gobject-introspection scanner warnings
- From: Garrett Regier <gregier src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] Silence the last gobject-introspection scanner warnings
- Date: Thu, 7 Jun 2012 11:26:45 +0000 (UTC)
commit 790d34ee97a9b4d1aeb1120125a0d14518c4dac5
Author: Garrett Regier <garrettregier gmail com>
Date: Tue May 29 07:01:12 2012 -0700
Silence the last gobject-introspection scanner warnings
gedit/gedit-utils.c | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
---
diff --git a/gedit/gedit-utils.c b/gedit/gedit-utils.c
index bd330b3..a04c6d1 100644
--- a/gedit/gedit-utils.c
+++ b/gedit/gedit-utils.c
@@ -171,6 +171,13 @@ gedit_utils_menu_position_under_tree_view (GtkMenu *menu,
}
}
+/**
+ * gedit_gtk_button_new_with_stock_icon:
+ * @label:
+ * @stock_id:
+ *
+ * Returns: (transfer full):
+ */
GtkWidget *
gedit_gtk_button_new_with_stock_icon (const gchar *label,
const gchar *stock_id)
@@ -185,6 +192,15 @@ gedit_gtk_button_new_with_stock_icon (const gchar *label,
return button;
}
+/**
+ * gedit_dialog_add_button:
+ * @dialog:
+ * @text:
+ * @stock_id:
+ * @response_id:
+ *
+ * Returns: (transfer none):
+ */
GtkWidget *
gedit_dialog_add_button (GtkDialog *dialog,
const gchar *text,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]