зеркало из https://github.com/mozilla/gecko-dev.git
update attributes - flag is not an attribute, it's an accessor for many
different newsgroup (folder?) flags
This commit is contained in:
Родитель
d506b30655
Коммит
e13bf0724b
|
@ -41,10 +41,11 @@ interface nsINNTPNewsgroup : nsISupports {
|
|||
|
||||
attribute boolean category;
|
||||
|
||||
/* this should die, and we should start using individual accessors */
|
||||
attribute long flag;
|
||||
boolean GetFlag(in long flag);
|
||||
void SetFlag(in long flag);
|
||||
|
||||
attribute boolean subscribed;
|
||||
attribute boolean wantNewTotals;
|
||||
};
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче