X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtkquartz.h;h=c5200283ffa87b9e9fabb1156109e96742a18cd7;hb=a960230a20f86ebb31594a40132e341c1b7a7c21;hp=cb84f275a6bc864253a2136fa9b675f646f3a938;hpb=0c230f60610f22b537d206e3fe64fdebbb609bf7;p=~andy%2Fgtk diff --git a/gtk/gtkquartz.h b/gtk/gtkquartz.h index cb84f275a..c5200283f 100644 --- a/gtk/gtkquartz.h +++ b/gtk/gtkquartz.h @@ -13,9 +13,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser 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_QUARTZ_H__ @@ -26,8 +24,8 @@ G_BEGIN_DECLS -NSArray *_gtk_quartz_target_list_to_pasteboard_types (GtkTargetList *target_list); -NSArray *_gtk_quartz_target_entries_to_pasteboard_types (const GtkTargetEntry *targets, +NSSet *_gtk_quartz_target_list_to_pasteboard_types (GtkTargetList *target_list); +NSSet *_gtk_quartz_target_entries_to_pasteboard_types (const GtkTargetEntry *targets, guint n_targets); GList *_gtk_quartz_pasteboard_types_to_atom_list (NSArray *array); @@ -39,9 +37,9 @@ GtkSelectionData *_gtk_quartz_get_selection_data_from_pasteboard (NSPasteboard * void _gtk_quartz_set_selection_data_for_pasteboard (NSPasteboard *pasteboard, GtkSelectionData *selection_data); - + NSImage *_gtk_quartz_create_image_from_pixbuf (GdkPixbuf *pixbuf); - + G_END_DECLS #endif /* __GTK_QUARTZ_H__ */