Esempio n. 1
0
 static extern IntPtr purple_find_conversation_with_account(
     PurpleConversationType type, string who, IntPtr account);
Esempio n. 2
0
 public PurpleConversation(PurpleConversationType type,
                           PurpleAccount account, string name)
 {
     handle = purple_conversation_new(type, account.handle, name);
 }
Esempio n. 3
0
 static extern IntPtr purple_conversation_new(PurpleConversationType type,
                                              IntPtr account, string who);
 public PurpleConversation(PurpleConversationType type,
     PurpleAccount account, string name)
 {
     handle= purple_conversation_new(type, account.handle, name);
 }
 static extern IntPtr purple_conversation_new(PurpleConversationType type,
     IntPtr account, string who);
   static extern IntPtr purple_find_conversation_with_account(
 PurpleConversationType type, string who, IntPtr account);