/*
 * e-mail-signature-script-dialog.h
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * version 2 of the License, or (at your option) version 3.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with the program; if not, see <http://www.gnu.org/licenses/>
 *
 */

#if !defined (__E_UTIL_H_INSIDE__) && !defined (LIBEUTIL_COMPILATION)
#error "Only <e-util/e-util.h> should be included directly."
#endif

#ifndef E_MAIL_SIGNATURE_SCRIPT_DIALOG_H
#define E_MAIL_SIGNATURE_SCRIPT_DIALOG_H

#include <gtk/gtk.h>
#include <libedataserver/libedataserver.h>

/* Standard GObject macros */
#define E_TYPE_MAIL_SIGNATURE_SCRIPT_DIALOG \
	(e_mail_signature_script_dialog_get_type ())
#define E_MAIL_SIGNATURE_SCRIPT_DIALOG(obj) \
	(G_TYPE_CHECK_INSTANCE_CAST \
	((obj), E_TYPE_MAIL_SIGNATURE_SCRIPT_DIALOG, \
	EMailSignatureScriptDialog))
#define E_MAIL_SIGNATURE_SCRIPT_DIALOG_CLASS(cls) \
	(G_TYPE_CHECK_CLASS_CAST \
	((cls), E_TYPE_MAIL_SIGNATURE_SCRIPT_DIALOG, \
	EMailSignatureScriptDialogClass))
#define E_IS_MAIL_SIGNATURE_SCRIPT_DIALOG(obj) \
	(G_TYPE_CHECK_INSTANCE_TYPE \
	((obj), E_TYPE_MAIL_SIGNATURE_SCRIPT_DIALOG))
#define E_IS_MAIL_SIGNATURE_SCRIPT_DIALOG_CLASS(cls) \
	(G_TYPE_CHECK_CLASS_TYPE \
	((cls), E_TYPE_MAIL_SIGNATURE_SCRIPT_DIALOG))
#define E_MAIL_SIGNATURE_SCRIPT_DIALOG_GET_CLASS(obj) \
	(G_TYPE_INSTANCE_GET_CLASS \
	((obj), E_TYPE_MAIL_SIGNATURE_SCRIPT_DIALOG, \
	EMailSignatureScriptDialogClass))

G_BEGIN_DECLS

typedef struct _EMailSignatureScriptDialog EMailSignatureScriptDialog;
typedef struct _EMailSignatureScriptDialogClass EMailSignatureScriptDialogClass;
typedef struct _EMailSignatureScriptDialogPrivate EMailSignatureScriptDialogPrivate;

struct _EMailSignatureScriptDialog {
	GtkDialog parent;
	EMailSignatureScriptDialogPrivate *priv;
};

struct _EMailSignatureScriptDialogClass {
	GtkDialogClass parent_class;
};

GType		e_mail_signature_script_dialog_get_type
					(void) G_GNUC_CONST;
GtkWidget *	e_mail_signature_script_dialog_new
					(ESourceRegistry *registry,
					 GtkWindow *parent,
					 ESource *source);
ESourceRegistry *
		e_mail_signature_script_dialog_get_registry
					(EMailSignatureScriptDialog *dialog);
ESource *	e_mail_signature_script_dialog_get_source
					(EMailSignatureScriptDialog *dialog);
const gchar *	e_mail_signature_script_dialog_get_symlink_target
					(EMailSignatureScriptDialog *dialog);
void		e_mail_signature_script_dialog_set_symlink_target
					(EMailSignatureScriptDialog *dialog,
					 const gchar *symlink_target);
void		e_mail_signature_script_dialog_commit
					(EMailSignatureScriptDialog *dialog,
					 GCancellable *cancellable,
					 GAsyncReadyCallback callback,
					 gpointer user_data);
gboolean	e_mail_signature_script_dialog_commit_finish
					(EMailSignatureScriptDialog *dialog,
					 GAsyncResult *result,
					 GError **error);

G_END_DECLS

#endif /* E_MAIL_SIGNATURE_SCRIPT_DIALOG_H */
table>
<div class='path'>path: <a href='/~lantw44/cgit/cgit.cgi/freebsd-ports-graphics/log/?id=0625ca07c34e7350a5acd84baf2557214aeee022&amp;showmsg=1'>root</a>/<a href='/~lantw44/cgit/cgit.cgi/freebsd-ports-graphics/log/lang?id=0625ca07c34e7350a5acd84baf2557214aeee022&amp;showmsg=1'>lang</a>/<a href='/~lantw44/cgit/cgit.cgi/freebsd-ports-graphics/log/lang/onyx?id=0625ca07c34e7350a5acd84baf2557214aeee022&amp;showmsg=1'>onyx</a></div><div class='content'><table class='list nowrap'><tr class='nohover'><th></th><th class='left'>Commit message (<a href='/~lantw44/cgit/cgit.cgi/freebsd-ports-graphics/log/lang/onyx?id=0625ca07c34e7350a5acd84baf2557214aeee022'>Collapse</a>)</th><th class='left'>Author</th><th class='left'>Age</th><th class='left'>Files</th><th class='left'>Lines</th></tr>
<tr class='logheader'><td class='commitgraph'>* </td><td class='logsubject'><a href='/~lantw44/cgit/cgit.cgi/freebsd-ports-graphics/commit/lang/onyx?id=613151e2837e8095a37e3a001957da0fda0235ef'>Change my non-FreeBSD MAINTAINER mail to bofh@</a></td><td>bofh</td><td><span title='2014-12-24 08:14:11 +0800'>2014-12-24</span>