]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gio-unix-2.0: update to 2.41.0
authorRico Tzschichholz <ricotz@ubuntu.com>
Wed, 11 Jun 2014 15:28:51 +0000 (17:28 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Wed, 11 Jun 2014 15:28:51 +0000 (17:28 +0200)
vapi/gio-unix-2.0.vapi
vapi/packages/gio-unix-2.0/gio-unix-2.0.gi
vapi/packages/gio-unix-2.0/gio-unix-2.0.metadata

index b5dce887b31c68d3caf1ec5655ba1466e9711551..8a709fc21d420a9205a06500b7ebb104439cb155 100644 (file)
@@ -15,6 +15,7 @@ namespace GLib {
                public unowned string get_categories ();
                public unowned string get_filename ();
                public unowned string get_generic_name ();
+               public static GLib.List<GLib.DesktopAppInfo> get_implementations (string @interface);
                public bool get_is_hidden ();
                public unowned string[] get_keywords ();
                public bool get_nodisplay ();
index 99c16d84120a1396e38705c1b54c05440d6025f9..d88f44e7ec2f9deafd0c3efcaec4ced073cb282d 100644 (file)
                                        <parameter name="info" type="GDesktopAppInfo*"/>
                                </parameters>
                        </method>
+                       <method name="get_implementations" symbol="g_desktop_app_info_get_implementations">
+                               <return-type type="GList*"/>
+                               <parameters>
+                                       <parameter name="interface" type="gchar*"/>
+                               </parameters>
+                       </method>
                        <method name="get_is_hidden" symbol="g_desktop_app_info_get_is_hidden">
                                <return-type type="gboolean"/>
                                <parameters>
index 8822679558c645044246ffb4f5a1393ea20d86fe..7f27d99c4d3be30b828cf9f14b036a9603c13b81 100644 (file)
@@ -1,6 +1,7 @@
 GLib cprefix="G" lower_case_cprefix="g_" cheader_filename="gio/gunixmounts.h"
 GDesktopAppInfo cheader_filename="gio/gdesktopappinfo.h"
 g_desktop_app_info_get_action_name transfer_ownership="1"
+g_desktop_app_info_get_implementations transfer_ownership="1" type_name="GLib.List<GLib.DesktopAppInfo>"
 g_desktop_app_info_get_keywords type_name="string[]"
 g_desktop_app_info_list_actions type_name="string[]" no_array_length="1" array_null_terminated="1"
 g_desktop_app_info_search type_name="void*[]" transfer_ownership="1"