[gedit] Add more introspection annotations
- From: Garrett Regier <gregier src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] Add more introspection annotations
- Date: Sat, 19 Jun 2010 20:14:00 +0000 (UTC)
commit 1be98e746f3906726d9bba09ea8f0e390613036a
Author: Garrett Regier <alias301 gmail com>
Date: Sat Jun 19 13:13:32 2010 -0700
Add more introspection annotations
gedit/gedit-app.c | 2 +-
gedit/gedit-status-combo-box.c | 6 ++++++
2 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/gedit/gedit-app.c b/gedit/gedit-app.c
index 8948350..93fddec 100644
--- a/gedit/gedit-app.c
+++ b/gedit/gedit-app.c
@@ -752,7 +752,7 @@ _gedit_app_restore_window (GeditApp *app,
*
* Returns all the windows currently present in #GeditApp.
*
- * Return value: (transfer none): the list of #GeditWindows objects.
+ * Return value: (element-type Window) (transfer none): the list of #GeditWindows objects.
* The list should not be freed
*/
const GList *
diff --git a/gedit/gedit-status-combo-box.c b/gedit/gedit-status-combo-box.c
index 3690572..bd16140 100644
--- a/gedit/gedit-status-combo-box.c
+++ b/gedit/gedit-status-combo-box.c
@@ -418,6 +418,12 @@ gedit_status_combo_box_remove_item (GeditStatusComboBox *combo,
GTK_WIDGET (item));
}
+/**
+ * gedit_status_combo_box_get_items:
+ * @combo:
+ *
+ * Returns: (element-type Gtk.Widget) (transfer container):
+ */
GList *
gedit_status_combo_box_get_items (GeditStatusComboBox *combo)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]