Top | ![]() |
![]() |
![]() |
![]() |
GtkWidget * | inf_gtk_connection_view_new () |
GtkWidget * | inf_gtk_connection_view_new_with_connection () |
void | inf_gtk_connection_view_set_connection () |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkGrid ╰── InfGtkConnectionView
InfGtkConnectionView implements AtkImplementorIface, GtkBuildable and GtkOrientable.
InfGtkConnectionView is a widget that shows parameters for a given connection such as the name of the remote host, its IP address, and encryption information.
GtkWidget *
inf_gtk_connection_view_new (void
);
Creates a new InfGtkConnectionView. To show a connection, use
inf_gtk_connection_view_set_connection()
on the returned widget.
[constructor]
GtkWidget *
inf_gtk_connection_view_new_with_connection
(InfXmppConnection *connection
);
Creates a new InfGtkConnectionView showing the given connection. This
is the same as creating a new connection view and calling
inf_gtk_connection_view_set_connection()
afterwards.
[constructor]
void inf_gtk_connection_view_set_connection (InfGtkConnectionView *view
,InfXmppConnection *connection
);
Shows the given connection in view
.
struct InfGtkConnectionView;
InfGtkConnectionView is an opaque data type. You should only access it via the public API functions.
“connection”
property“connection” InfXmppConnection *
Connection for which to show parameters.
Owner: InfGtkConnectionView
Flags: Read / Write