From 5485ba72d9139b45de2b5dff8bc619c62250ecbf Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Tue, 11 Apr 2000 00:21:08 +0000 Subject: Changed some incorrect gtk_object_refs and gtk_object_unrefs into 2000-04-10 Christopher James Lahey * addressbook/backend/ebook/e-book-view.c, addressbook/backend/ebook/e-book.c: Changed some incorrect gtk_object_refs and gtk_object_unrefs into bonobo_object_refs and bonobo_object_unrefs. * addressbook/backend/pas/pas-card-cursor.c: Changed a gtk_object_destroy to a gtk_object_unref. * addressbook/gui/minicard/e-minicard-view.c, addressbook/gui/minicard/e-minicard-view.h: Set a list pointer to NULL after freeing its contents. Added e_minicard_view_remove_selection function. * addressbook/gui/minicard/e-reflow.c: Set a list pointer to NULL after freeing its contents. svn path=/trunk/; revision=2386 --- addressbook/gui/minicard/e-minicard-view.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'addressbook/gui/minicard/e-minicard-view.h') diff --git a/addressbook/gui/minicard/e-minicard-view.h b/addressbook/gui/minicard/e-minicard-view.h index 520bf31a19..bb50aa99c1 100644 --- a/addressbook/gui/minicard/e-minicard-view.h +++ b/addressbook/gui/minicard/e-minicard-view.h @@ -79,6 +79,9 @@ struct _EMinicardViewClass }; GtkType e_minicard_view_get_type (void); +void e_minicard_view_remove_selection (EMinicardView *view, + EBookCallback cb, + gpointer closure); #ifdef __cplusplus } -- cgit