コード例 #1
0
 static extern IntPtr purple_find_conversation_with_account(
     PurpleConversationType type, string who, IntPtr account);
コード例 #2
0
 public PurpleConversation(PurpleConversationType type,
                           PurpleAccount account, string name)
 {
     handle = purple_conversation_new(type, account.handle, name);
 }
コード例 #3
0
 static extern IntPtr purple_conversation_new(PurpleConversationType type,
                                              IntPtr account, string who);
コード例 #4
0
 public PurpleConversation(PurpleConversationType type,
     PurpleAccount account, string name)
 {
     handle= purple_conversation_new(type, account.handle, name);
 }
コード例 #5
0
 static extern IntPtr purple_conversation_new(PurpleConversationType type,
     IntPtr account, string who);
コード例 #6
0
   static extern IntPtr purple_find_conversation_with_account(
 PurpleConversationType type, string who, IntPtr account);