Blame ui/gcr-dialog-util.h

Packit b00eeb
/*
Packit b00eeb
 * gnome-keyring
Packit b00eeb
 *
Packit b00eeb
 * Copyright (C) 2011 Collabora Ltd.
Packit b00eeb
 *
Packit b00eeb
 * This program is free software; you can redistribute it and/or modify
Packit b00eeb
 * it under the terms of the GNU Lesser General Public License as
Packit b00eeb
 * published by the Free Software Foundation; either version 2.1 of
Packit b00eeb
 * the License, or (at your option) any later version.
Packit b00eeb
 *
Packit b00eeb
 * This program is distributed in the hope that it will be useful, but
Packit b00eeb
 * WITHOUT ANY WARRANTY; without even the implied warranty of
Packit b00eeb
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Packit b00eeb
 * Lesser General Public License for more details.
Packit b00eeb
 *
Packit b00eeb
 * You should have received a copy of the GNU Lesser General Public
Packit b00eeb
 * License along with this program; if not, see <http://www.gnu.org/licenses/>.
Packit b00eeb
 *
Packit b00eeb
 * Author: Stef Walter <stefw@collabora.co.uk>
Packit b00eeb
 */
Packit b00eeb
Packit b00eeb
#ifndef GCR_DIALOG_UTIL_H
Packit b00eeb
#define GCR_DIALOG_UTIL_H
Packit b00eeb
Packit b00eeb
#include <gtk/gtk.h>
Packit b00eeb
#include <gio/gio.h>
Packit b00eeb
Packit b00eeb
G_BEGIN_DECLS
Packit b00eeb
Packit b00eeb
void     _gcr_dialog_util_run_async       (GtkDialog *dialog,
Packit b00eeb
                                           GCancellable *cancellable,
Packit b00eeb
                                           GAsyncReadyCallback callback,
Packit b00eeb
                                           gpointer user_data);
Packit b00eeb
Packit b00eeb
gint     _gcr_dialog_util_run_finish      (GtkDialog *dialog,
Packit b00eeb
                                           GAsyncResult *result);
Packit b00eeb
Packit b00eeb
G_END_DECLS
Packit b00eeb
Packit b00eeb
#endif /* __GCR_TOKEN_MANAGER_H__ */