![]() |
![]() |
![]() |
libempathy-gtk Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
#include <libempathy-gtk/empathy-account-chooser.h> GtkWidget * empathy_profile_chooser_new (void); McProfile * empathy_profile_chooser_dup_selected (GtkWidget *widget); gint empathy_profile_chooser_n_profiles (GtkWidget *widget);
GtkWidget * empathy_profile_chooser_new (void);
Creates a new EmpathyProfileChooser widget.
Returns : |
a new EmpathyProfileChooser widget |
McProfile * empathy_profile_chooser_dup_selected (GtkWidget *widget);
Returns a new reference to the selected McProfile in widget
. The returned
McProfile should be unrefed with g_object_unref()
when finished with.
|
an EmpathyProfileChooser |
Returns : |
a new reference to the selected McProfile |