Blame telepathy-account-widgets/tp-account-widgets/tpaw-account-widget-private.h

Packit Service c6b9b0
/*
Packit Service c6b9b0
 * Copyright (C) 2009 Collabora Ltd.
Packit Service c6b9b0
 *
Packit Service c6b9b0
 * This library is free software; you can redistribute it and/or
Packit Service c6b9b0
 * modify it under the terms of the GNU Lesser General Public
Packit Service c6b9b0
 * License as published by the Free Software Foundation; either
Packit Service c6b9b0
 * version 2.1 of the License, or (at your option) any later version.
Packit Service c6b9b0
 *
Packit Service c6b9b0
 * This library is distributed in the hope that it will be useful,
Packit Service c6b9b0
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit Service c6b9b0
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Packit Service c6b9b0
 * Lesser General Public License for more details.
Packit Service c6b9b0
 *
Packit Service c6b9b0
 * You should have received a copy of the GNU Lesser General Public
Packit Service c6b9b0
 * License along with this library; if not, write to the Free Software
Packit Service c6b9b0
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
Packit Service c6b9b0
 *
Packit Service c6b9b0
 * Authors: Cosimo Cecchi <cosimo.cecchi@collabora.co.uk>
Packit Service c6b9b0
 */
Packit Service c6b9b0
Packit Service c6b9b0
#ifndef __TPAW_ACCOUNT_WIDGET_PRIVATE_H__
Packit Service c6b9b0
#define __TPAW_ACCOUNT_WIDGET_PRIVATE_H__
Packit Service c6b9b0
Packit Service c6b9b0
#include "tpaw-account-widget.h"
Packit Service c6b9b0
Packit Service c6b9b0
G_BEGIN_DECLS
Packit Service c6b9b0
Packit Service c6b9b0
struct _TpawAccountWidgetUIDetails {
Packit Service c6b9b0
  GtkBuilder *gui;
Packit Service c6b9b0
Packit Service c6b9b0
  char *default_focus;
Packit Service c6b9b0
};
Packit Service c6b9b0
Packit Service c6b9b0
Packit Service c6b9b0
void tpaw_account_widget_handle_params (TpawAccountWidget *self,
Packit Service c6b9b0
    const gchar *first_widget,
Packit Service c6b9b0
    ...);
Packit Service c6b9b0
Packit Service c6b9b0
void tpaw_account_widget_setup_widget (TpawAccountWidget *self,
Packit Service c6b9b0
    GtkWidget *widget,
Packit Service c6b9b0
    const gchar *param_name);
Packit Service c6b9b0
Packit Service c6b9b0
G_END_DECLS
Packit Service c6b9b0
Packit Service c6b9b0
#endif /* __TPAW_ACCOUNT_WIDGET_PRIVATE_H__ */