Ejemplo n.º 1
0
Archivo: Global.cs Proyecto: MrJoe/lat
		static extern IntPtr gnome_keyring_set_network_password(IntPtr keyring, IntPtr user, IntPtr domain, IntPtr server, IntPtr objekt, IntPtr protocol, IntPtr authtype, uint port, IntPtr password, GnomeKeyringSharp.OperationGetIntCallbackNative cb, IntPtr data, GLib.DestroyNotify destroy_data);
Ejemplo n.º 2
0
Archivo: Global.cs Proyecto: MrJoe/lat
		static extern IntPtr gnome_keyring_find_items(int type, IntPtr attributes, GnomeKeyringSharp.OperationGetListCallbackNative cb, IntPtr data, GLib.DestroyNotify destroy_data);