diff options
author | Luca Bruno <lucabru@src.gnome.org> | 2011-08-01 18:46:51 +0200 |
---|---|---|
committer | Luca Bruno <lucabru@src.gnome.org> | 2011-08-01 19:09:02 +0200 |
commit | a15c3fc0e9765ac166da22658c7a60e3b0a42680 (patch) | |
tree | 023465a19cceec05bb632f60996d6c9107f84374 /vapi/purple.vapi | |
parent | 9ea36dbb6e43a4a43714346c1f7c99ccf6d64060 (diff) | |
download | vala-a15c3fc0e9765ac166da22658c7a60e3b0a42680.tar.gz |
Regenerate all bindings
Diffstat (limited to 'vapi/purple.vapi')
-rw-r--r-- | vapi/purple.vapi | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/vapi/purple.vapi b/vapi/purple.vapi index edaf5c775..7a2bff5c6 100644 --- a/vapi/purple.vapi +++ b/vapi/purple.vapi @@ -1,6 +1,5 @@ /* purple.vapi generated by vapigen, do not modify. */ -[CCode (cprefix = "Purple", lower_case_cprefix = "purple_")] namespace Purple { [CCode (cheader_filename = "purple.h", free_function = "purple_account_destroy")] [Compact] @@ -761,7 +760,7 @@ namespace Purple { public weak GLib.Callback is_enabled; public weak GLib.Callback print; } - [CCode (cheader_filename = "purple.h", copy_function = "purple_desktop_item_copy")] + [CCode (cheader_filename = "purple.h", copy_function = "purple_desktop_item_copy", unref_function = "purple_desktop_item_unref")] [Compact] public class DesktopItem { public unowned Purple.DesktopItem copy (); @@ -3878,17 +3877,17 @@ namespace Purple { [CCode (cheader_filename = "purple.h")] public static void signals_unregister_by_instance (void* instance); [CCode (cheader_filename = "purple.h")] - public static void smarshal_BOOLEAN__OBJECT_POINTER_STRING (GLib.Closure closure, Gst.Value return_value, uint n_param_values, Gst.Value param_values, void* invocation_hint, void* marshal_data); + public static void smarshal_BOOLEAN__OBJECT_POINTER_STRING (GLib.Closure closure, GLib.Value return_value, uint n_param_values, GLib.Value param_values, void* invocation_hint, void* marshal_data); [CCode (cheader_filename = "purple.h")] - public static void smarshal_VOID__ENUM_STRING_STRING (GLib.Closure closure, Gst.Value return_value, uint n_param_values, Gst.Value param_values, void* invocation_hint, void* marshal_data); + public static void smarshal_VOID__ENUM_STRING_STRING (GLib.Closure closure, GLib.Value return_value, uint n_param_values, GLib.Value param_values, void* invocation_hint, void* marshal_data); [CCode (cheader_filename = "purple.h")] - public static void smarshal_VOID__ENUM_STRING_STRING_BOOLEAN (GLib.Closure closure, Gst.Value return_value, uint n_param_values, Gst.Value param_values, void* invocation_hint, void* marshal_data); + public static void smarshal_VOID__ENUM_STRING_STRING_BOOLEAN (GLib.Closure closure, GLib.Value return_value, uint n_param_values, GLib.Value param_values, void* invocation_hint, void* marshal_data); [CCode (cheader_filename = "purple.h")] - public static void smarshal_VOID__POINTER_POINTER_OBJECT (GLib.Closure closure, Gst.Value return_value, uint n_param_values, Gst.Value param_values, void* invocation_hint, void* marshal_data); + public static void smarshal_VOID__POINTER_POINTER_OBJECT (GLib.Closure closure, GLib.Value return_value, uint n_param_values, GLib.Value param_values, void* invocation_hint, void* marshal_data); [CCode (cheader_filename = "purple.h")] - public static void smarshal_VOID__STRING_STRING (GLib.Closure closure, Gst.Value return_value, uint n_param_values, Gst.Value param_values, void* invocation_hint, void* marshal_data); + public static void smarshal_VOID__STRING_STRING (GLib.Closure closure, GLib.Value return_value, uint n_param_values, GLib.Value param_values, void* invocation_hint, void* marshal_data); [CCode (cheader_filename = "purple.h")] - public static void smarshal_VOID__STRING_STRING_DOUBLE (GLib.Closure closure, Gst.Value return_value, uint n_param_values, Gst.Value param_values, void* invocation_hint, void* marshal_data); + public static void smarshal_VOID__STRING_STRING_DOUBLE (GLib.Closure closure, GLib.Value return_value, uint n_param_values, GLib.Value param_values, void* invocation_hint, void* marshal_data); [CCode (cheader_filename = "purple.h")] public static unowned Purple.Smiley smileys_find_by_checksum (string checksum); [CCode (cheader_filename = "purple.h")] |