forked from AuroraMiddleware/gtk
gail_misc_add_attribute no longer used outside gailmisc.c
This reduces the number of unwanted exported gail symbols from 90 to 89. Still some way to go...
This commit is contained in:
parent
b80fb88aff
commit
fabc5a9117
@ -155,18 +155,7 @@ gail_misc_get_index_at_point_in_layout (GtkWidget *widget,
|
||||
return index;
|
||||
}
|
||||
|
||||
/**
|
||||
* gail_misc_add_attribute:
|
||||
* @attrib_set: The #AtkAttributeSet to add the attribute to
|
||||
* @attr: The AtkTextAttrribute which identifies the attribute to be added
|
||||
* @value: The attribute value
|
||||
*
|
||||
* Creates an #AtkAttribute from @attr and @value, and adds it
|
||||
* to @attrib_set.
|
||||
*
|
||||
* Returns: A pointer to the new #AtkAttributeSet.
|
||||
**/
|
||||
AtkAttributeSet*
|
||||
static AtkAttributeSet*
|
||||
gail_misc_add_attribute (AtkAttributeSet *attrib_set,
|
||||
AtkTextAttribute attr,
|
||||
gchar *value)
|
||||
|
@ -26,9 +26,6 @@
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
AtkAttributeSet* gail_misc_add_attribute (AtkAttributeSet *attrib_set,
|
||||
AtkTextAttribute attr,
|
||||
gchar *value);
|
||||
AtkAttributeSet* gail_misc_layout_get_run_attributes
|
||||
(AtkAttributeSet *attrib_set,
|
||||
PangoLayout *layout,
|
||||
|
Loading…
Reference in New Issue
Block a user