X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtkcellarea.h;h=0f4583712b4c74ef54f4a3c3a570a30c2f389a42;hb=a89d420270d1a856e072ed87c365b0176f102e6c;hp=2b0f707b9b1f81a35bec996f89a34b8fa9fadb2e;hpb=729c82395539897e276f4dec41550de9b2a0db88;p=~andy%2Fgtk diff --git a/gtk/gtkcellarea.h b/gtk/gtkcellarea.h index 2b0f707b9..0f4583712 100644 --- a/gtk/gtkcellarea.h +++ b/gtk/gtkcellarea.h @@ -16,18 +16,16 @@ * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * License along with this library. If not, see . */ +#ifndef __GTK_CELL_AREA_H__ +#define __GTK_CELL_AREA_H__ + #if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION) #error "Only can be included directly." #endif -#ifndef __GTK_CELL_AREA_H__ -#define __GTK_CELL_AREA_H__ - #include #include #include @@ -311,10 +309,6 @@ void gtk_cell_area_render (GtkCellArea const GdkRectangle *cell_area, GtkCellRendererState flags, gboolean paint_focus); -void gtk_cell_area_set_style_detail (GtkCellArea *area, - const gchar *detail); -G_CONST_RETURN gchar *gtk_cell_area_get_style_detail (GtkCellArea *area); - void gtk_cell_area_get_cell_allocation (GtkCellArea *area, GtkCellAreaContext *context, @@ -357,7 +351,7 @@ void gtk_cell_area_get_preferred_width_for_height (GtkCellArea gint height, gint *minimum_width, gint *natural_width); -G_CONST_RETURN gchar *gtk_cell_area_get_current_path_string (GtkCellArea *area); +const gchar * gtk_cell_area_get_current_path_string (GtkCellArea *area); /* Attributes */ @@ -436,7 +430,7 @@ void gtk_cell_area_remove_focus_sibling (GtkCellArea gboolean gtk_cell_area_is_focus_sibling (GtkCellArea *area, GtkCellRenderer *renderer, GtkCellRenderer *sibling); -G_CONST_RETURN GList *gtk_cell_area_get_focus_siblings (GtkCellArea *area, +const GList * gtk_cell_area_get_focus_siblings (GtkCellArea *area, GtkCellRenderer *renderer); GtkCellRenderer *gtk_cell_area_get_focus_from_sibling (GtkCellArea *area, GtkCellRenderer *renderer);