X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtktreedatalist.h;h=85e56219e469b88e2dc7ee8569f60e1f2505692d;hb=17d3775555888151780fa404242e734a8e7f6b21;hp=bd1928d78971b7ccdda055650d513eb8637c5d46;hpb=eff99c282cb6967f4b1df2f2b53f2bbb034ce79a;p=~andy%2Fgtk diff --git a/gtk/gtktreedatalist.h b/gtk/gtktreedatalist.h index bd1928d78..85e56219e 100644 --- a/gtk/gtktreedatalist.h +++ b/gtk/gtktreedatalist.h @@ -12,15 +12,14 @@ * 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_TREE_DATA_LIST_H__ #define __GTK_TREE_DATA_LIST_H__ -#include +#include +#include typedef struct _GtkTreeDataList GtkTreeDataList; struct _GtkTreeDataList @@ -47,7 +46,7 @@ typedef struct _GtkTreeDataSortHeader gint sort_column_id; GtkTreeIterCompareFunc func; gpointer data; - GtkDestroyNotify destroy; + GDestroyNotify destroy; } GtkTreeDataSortHeader; GtkTreeDataList *_gtk_tree_data_list_alloc (void); @@ -77,6 +76,6 @@ GList *_gtk_tree_data_list_set_header (GList * gint sort_column_id, GtkTreeIterCompareFunc func, gpointer data, - GtkDestroyNotify destroy); + GDestroyNotify destroy); #endif /* __GTK_TREE_DATA_LIST_H__ */