|  |  |  | Gcr Library Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | Signals | ||||
struct GcrImportButton; struct GcrImportButtonClass; GcrImportButton * gcr_import_button_new (const gchar *label); void gcr_import_button_add_parsed (GcrImportButton *self,GcrParsed *parsed);
GObject +----GInitiallyUnowned +----GtkWidget +----GtkContainer +----GtkBin +----GtkButton +----GcrImportButton
GcrImportButton implements AtkImplementorIface, GtkBuildable, GtkActionable and GtkActivatable.
struct GcrImportButtonClass {
	GtkButtonClass parent_class;
	void    (*importing)   (GcrImportButton *self,
	                        GcrImporter *importer);
	void    (*imported)    (GcrImportButton *self,
	                        GcrImporter *importer,
	                        GError *error);
};
void gcr_import_button_add_parsed (GcrImportButton *self,GcrParsed *parsed);
"imported" signalvoid                user_function                      (GcrImportButton *gcrimportbutton,
                                                        GObject         *arg1,
                                                        GError          *arg2,
                                                        gpointer         user_data)            : Run Last
| 
 | the object which received the signal. | 
| 
 | user data set when the signal handler was connected. | 
"importing" signalvoid                user_function                      (GcrImportButton *gcrimportbutton,
                                                        GObject         *arg1,
                                                        gpointer         user_data)            : Run Last
| 
 | the object which received the signal. | 
| 
 | user data set when the signal handler was connected. |