Replace eekboard-xml and eekboard-inscript with eekxml and mim2remap.
This commit is contained in:
		@ -487,7 +487,7 @@ eek_element_set_bounds (EekElement  *element,
 | 
			
		||||
/**
 | 
			
		||||
 * eek_element_get_bounds:
 | 
			
		||||
 * @element: an #EekElement
 | 
			
		||||
 * @bounds: pointer where bounding box of @element will be stored
 | 
			
		||||
 * @bounds: (out): pointer where bounding box of @element will be stored
 | 
			
		||||
 *
 | 
			
		||||
 * Get the bounding box of @element.  Note that if @element has
 | 
			
		||||
 * parent, position of @bounds are relative to the parent.  To obtain
 | 
			
		||||
 | 
			
		||||
@ -540,7 +540,7 @@ eek_key_set_symbol_matrix (EekKey          *key,
 | 
			
		||||
 * @key: an #EekKey
 | 
			
		||||
 *
 | 
			
		||||
 * Get the symbol matrix of @key.
 | 
			
		||||
 * Returns: #EekSymbolMatrix or %NULL
 | 
			
		||||
 * Returns: (transfer none): #EekSymbolMatrix or %NULL
 | 
			
		||||
 */
 | 
			
		||||
EekSymbolMatrix *
 | 
			
		||||
eek_key_get_symbol_matrix (EekKey *key)
 | 
			
		||||
 | 
			
		||||
@ -489,11 +489,11 @@ eek_theme_get_property (GObject    *object,
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * eek_theme_new:
 | 
			
		||||
 * @application_stylesheet: The highest priority stylesheet, representing application-specific
 | 
			
		||||
 * @application_stylesheet: (allow-none): The highest priority stylesheet, representing application-specific
 | 
			
		||||
 *   styling; this is associated with the CSS "author" stylesheet, may be %NULL
 | 
			
		||||
 * @theme_stylesheet: The second priority stylesheet, representing theme-specific styling ;
 | 
			
		||||
 * @theme_stylesheet: (allow-none): The second priority stylesheet, representing theme-specific styling ;
 | 
			
		||||
 *   this is associated with the CSS "user" stylesheet, may be %NULL
 | 
			
		||||
 * @default_stylesheet: The lowest priority stylesheet, representing global default styling;
 | 
			
		||||
 * @default_stylesheet: (allow-none): The lowest priority stylesheet, representing global default styling;
 | 
			
		||||
 *   this is associated with the CSS "user agent" stylesheet, may be %NULL
 | 
			
		||||
 *
 | 
			
		||||
 * Return value: the newly created theme object
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user