mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Add @supports -moz-bool-pref() support for stylo.
This commit is contained in:
parent
07bd84ecc8
commit
d2042d7ed1
2 changed files with 52 additions and 1 deletions
|
@ -1595,4 +1595,6 @@ extern "C" {
|
|||
pub fn Gecko_ContentList_AppendAll ( aContentList : * mut nsSimpleContentList , aElements : * mut * const RawGeckoElement , aLength : usize , ) ;
|
||||
} extern "C" {
|
||||
pub fn Gecko_GetElementsWithId ( aDocument : * const nsIDocument , aId : * mut nsAtom , ) -> * const nsTArray < * mut Element > ;
|
||||
} extern "C" {
|
||||
pub fn Gecko_GetBoolPrefValue ( pref_name : * const :: std :: os :: raw :: c_char , ) -> bool ;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue