#include <gtk/gtkwidget.h>
#include <clist.h>
#include "server.h"
Include dependency graph for gtk-server-editor.h:
Go to the source code of this file.
Defines | |
#define | XEP_SEDITOR_WIDGET(s) a_GtkServerEditor_get_widget(s) |
Typedefs | |
typedef XePGtkServerEditor_s | XePGtkServerEditor |
Enumerations | |
enum | XePGtkServerType { XEP_SERVEREDITOR_NONE, XEP_SERVEREDITOR_IMAP, XEP_SERVEREDITOR_POP3, XEP_SERVEREDITOR_NNTP, XEP_SERVEREDITOR_SMTP } |
Functions | |
XePGtkServerEditor * | a_GtkServerEditor_new (void) |
void | a_GtkServerEditor_free (XePGtkServerEditor *seditor) |
GtkWidget * | a_GtkServerEditor_get_widget (XePGtkServerEditor *seditor) |
void | a_GtkServerEditor_set_server (XePGtkServerEditor *seditor, XePServer *server) |
void | a_GtkServerEditor_set_type (XePGtkServerEditor *seditor, XePGtkServerType type) |
void | a_GtkServerEditor_set_mailboxes (XePGtkServerEditor *seditor, clist *mailboxes) |
void | a_GtkServerEditor_apply_changes (XePGtkServerEditor *seditor) |
|
|
|
|
|
|
|
|
|
Frees a server editor Widgets are explicitly destroyed and XePGtkServerEditor memory allocation is freeed. |
|
|
|
|
|
|
|
|
|
|