[gtk+] Fix up symbol lists
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Fix up symbol lists
- Date: Mon, 20 Dec 2010 04:45:40 +0000 (UTC)
commit d4e9cd09ab98b7dc4fea64b653303198f987ef9a
Author: Matthias Clasen <mclasen redhat com>
Date: Sun Dec 19 23:45:21 2010 -0500
Fix up symbol lists
gtk/gtk.symbols | 19 +++++++++++++++++++
gtk/gtkcellareabox.c | 2 +-
2 files changed, 20 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtk.symbols b/gtk/gtk.symbols
index c4080b0..3c768c4 100644
--- a/gtk/gtk.symbols
+++ b/gtk/gtk.symbols
@@ -367,8 +367,22 @@ gtk_cell_area_add_with_properties
gtk_cell_area_apply_attributes
gtk_cell_area_attribute_connect
gtk_cell_area_attribute_disconnect
+gtk_cell_area_box_context_copy
+gtk_cell_area_box_context_get_group_height
+gtk_cell_area_box_context_get_group_height_for_width
+gtk_cell_area_box_context_get_group_width
+gtk_cell_area_box_context_get_group_width_for_height
+gtk_cell_area_box_context_get_heights
+gtk_cell_area_box_context_get_orientation_allocs
+gtk_cell_area_box_context_get_type
+gtk_cell_area_box_context_get_widths
+gtk_cell_area_box_context_push_group_height
+gtk_cell_area_box_context_push_group_height_for_width
+gtk_cell_area_box_context_push_group_width
+gtk_cell_area_box_context_push_group_width_for_height
gtk_cell_area_box_get_spacing
gtk_cell_area_box_get_type G_GNUC_CONST
+gtk_cell_area_box_init_groups
gtk_cell_area_box_new
gtk_cell_area_box_pack_end
gtk_cell_area_box_pack_start
@@ -397,6 +411,7 @@ gtk_cell_area_copy_context
gtk_cell_area_create_context
gtk_cell_area_event
gtk_cell_area_foreach
+gtk_cell_area_foreach_alloc
gtk_cell_area_focus
gtk_cell_area_get_edited_cell
gtk_cell_area_get_edit_widget
@@ -404,6 +419,7 @@ gtk_cell_area_get_focus_cell
gtk_cell_area_get_focus_from_sibling
gtk_cell_area_get_focus_siblings
gtk_cell_area_get_cell_allocation
+gtk_cell_area_get_cell_at_position
gtk_cell_area_get_current_path_string
gtk_cell_area_get_preferred_height
gtk_cell_area_get_preferred_height_for_width
@@ -2418,6 +2434,7 @@ gtk_style_context_get_border
gtk_style_context_get_border_color
gtk_style_context_get_color
gtk_style_context_get_direction
+gtk_style_context_get_font
gtk_style_context_get_junction_sides
gtk_style_context_get_margin
gtk_style_context_get_padding
@@ -2875,6 +2892,7 @@ gtk_theming_engine_get_border
gtk_theming_engine_get_border_color
gtk_theming_engine_get_color
gtk_theming_engine_get_direction
+gtk_theming_engine_get_font
gtk_theming_engine_get_junction_sides
gtk_theming_engine_get_margin
gtk_theming_engine_get_padding
@@ -3200,6 +3218,7 @@ gtk_tree_view_column_clear_attributes
gtk_tree_view_column_clicked
gtk_tree_view_column_focus_cell
gtk_tree_view_column_get_alignment
+gtk_tree_view_column_get_button
gtk_tree_view_column_get_clickable
gtk_tree_view_column_get_expand
gtk_tree_view_column_get_fixed_width
diff --git a/gtk/gtkcellareabox.c b/gtk/gtkcellareabox.c
index 90a0a07..97cfc22 100644
--- a/gtk/gtkcellareabox.c
+++ b/gtk/gtkcellareabox.c
@@ -1457,7 +1457,7 @@ compute_size (GtkCellAreaBox *box,
gtk_widget_get_direction (widget) == GTK_TEXT_DIR_RTL);
}
-GtkRequestedSize *
+static GtkRequestedSize *
get_group_sizes (GtkCellArea *area,
CellGroup *group,
GtkOrientation orientation,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]