X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtkappchooseronline.h;h=3487a249536c5c605edf6a08776b26b1f20b13ca;hb=a731cd1ef62b8e460373e660f6f77fce6d4d9ca4;hp=a8316c1e1e627defc984eda6fe5e1372c0e1fc3f;hpb=920e8b434367f9aa8aab306721cc024e66892e2e;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,