X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtkcellarea.h;h=0f4583712b4c74ef54f4a3c3a570a30c2f389a42;hb=1865b9a1116d166c9abc5c75f5d01270574007c5;hp=e2066054a8e6bf0140c24674f27a345a2e3457b4;hpb=d4add8cefa6fa5c29bdb50f18e31cbfbfb38cc2b;p=~andy%2Fgtk diff --git a/gtk/gtkcellarea.h b/gtk/gtkcellarea.h index e2066054a..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 @@ -353,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 */ @@ -432,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);