[glibmm] gio_methods.defs: Add g_list_store_new().
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glibmm] gio_methods.defs: Add g_list_store_new().
- Date: Sun, 20 Sep 2015 14:47:17 +0000 (UTC)
commit 91d63ee774663c8cf7d7112393d53700a5398594
Author: Murray Cumming <murrayc murrayc com>
Date: Sun Sep 20 16:43:11 2015 +0200
gio_methods.defs: Add g_list_store_new().
For some reason this wasn't generated.
gio/src/gio_methods.defs | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/gio/src/gio_methods.defs b/gio/src/gio_methods.defs
index 3ed488c..9b82084 100644
--- a/gio/src/gio_methods.defs
+++ b/gio/src/gio_methods.defs
@@ -10958,6 +10958,15 @@
;; From gliststore.h
+(define-function g_list_store_new
+ (c-name "g_list_store_new")
+ (is-constructor-of "GListStore")
+ (return-type "GListStore*")
+ (parameters
+ '("GType" "item_type")
+ )
+)
+
(define-method insert
(of-object "GListStore")
(c-name "g_list_store_insert")
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]