X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtkappchooseronline.h;h=3487a249536c5c605edf6a08776b26b1f20b13ca;hb=563eb60666d9f72c38d7542b0ab37841e6aac488;hp=a8316c1e1e627defc984eda6fe5e1372c0e1fc3f;hpb=d5df33c75f8a5be6ecf194e48d0f2ac174a3afb0;p=~andy%2Fgtk diff --git a/gtk/gtkappchooseronline.h b/gtk/gtkappchooseronline.h index a8316c1e1..3487a2495 100644 --- a/gtk/gtkappchooseronline.h +++ b/gtk/gtkappchooseronline.h @@ -14,9 +14,7 @@ * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public - * License along with the Gnome Library; see the file COPYING.LIB. 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 . * * Authors: Cosimo Cecchi */ @@ -46,6 +44,7 @@ struct _GtkAppChooserOnlineInterface { void (*search_for_mimetype_async) (GtkAppChooserOnline *self, const gchar *content_type, GtkWindow *parent, + GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data); @@ -64,6 +63,7 @@ GtkAppChooserOnline * _gtk_app_chooser_online_get_default_finish (GObjec void _gtk_app_chooser_online_search_for_mimetype_async (GtkAppChooserOnline *self, const gchar *content_type, GtkWindow *parent, + GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data); gboolean _gtk_app_chooser_online_search_for_mimetype_finish (GtkAppChooserOnline *self,