Bug 799068 - Land in comm-central Instantbird's changes to chat/ - 3 - Bio 1709 - Remove purple specific property from prplIChatRoomFieldValues, r=fqueze.

This commit is contained in:
Patrick Cloke 2012-09-26 19:57:12 -04:00
Родитель fca414974d
Коммит ac523a26b8
1 изменённых файлов: 1 добавлений и 5 удалений

Просмотреть файл

@ -17,14 +17,10 @@ interface purpleIProxyInfo;
* Used to join chat rooms.
*/
[ptr] native GHashTablePtr(GHashTable);
[scriptable, uuid(ea7ab156-d25e-46cc-93ef-29f77b3c0795)]
[scriptable, uuid(7e91accd-f04c-4787-9954-c7db4fb235fb)]
interface prplIChatRoomFieldValues: nsISupports {
AUTF8String getValue(in AUTF8String aIdentifier);
void setValue(in AUTF8String aIdentifier, in AUTF8String aValue);
[noscript] readonly attribute GHashTablePtr hashTable;
};
[scriptable, uuid(19dff981-b125-4a70-bc1a-efc783d07137)]