mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-11-04 01:58:54 +01:00 
			
		
		
		
	Add <override> tag, more tests, and actually output the results of these new tags to the gschemas.compiled file.
		
			
				
	
	
		
			18 lines
		
	
	
		
			312 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			312 B
		
	
	
	
		
			XML
		
	
	
	
	
	
<schemalist>
 | 
						|
  <schema id='a'>
 | 
						|
    <key name='foo' type='s'>
 | 
						|
      <default>''</default>
 | 
						|
    </key>
 | 
						|
  </schema>
 | 
						|
 | 
						|
  <schema id='b' extends='a'>
 | 
						|
    <key name='bar' type='s'>
 | 
						|
      <default>''</default>
 | 
						|
    </key>
 | 
						|
  </schema>
 | 
						|
 | 
						|
  <schema id='c' extends='a'>
 | 
						|
    <key name='foo' type='s'/>
 | 
						|
  </schema>
 | 
						|
</schemalist>
 |