![]() |
![]() |
![]() |
libbamf Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties | Signals |
#define BAMF_TAB_SOURCE_CONST (obj) BamfTabSource; BamfTabSourceClass; BamfTabSourcePrivate; gboolean bamf_tab_source_show_tab (BamfTabSource *source
,char *tab_id
,GError *error
); char ** bamf_tab_source_get_tab_ids (BamfTabSource *source
); GArray * bamf_tab_source_get_tab_preview (BamfTabSource *source
,char *tab_id
); char * bamf_tab_source_get_tab_uri (BamfTabSource *source
,char *tab_id
); guint32 bamf_tab_source_get_tab_xid (BamfTabSource *source
,char *tab_id
);
#define BAMF_TAB_SOURCE_CONST(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), BAMF_TYPE_TAB_SOURCE, BamfTabSource const))
|
typedef struct { GObjectClass parent_class; /*< methods >*/ void (*show_tab) (BamfTabSource *source, char *tab_id); char ** (*tab_ids) (BamfTabSource *source); GArray * (*tab_preview) (BamfTabSource *source, char *tab_id); char * (*tab_uri) (BamfTabSource *source, char *tab_id); guint32 (*tab_xid) (BamfTabSource *source, char *tab_id); } BamfTabSourceClass;
gboolean bamf_tab_source_show_tab (BamfTabSource *source
,char *tab_id
,GError *error
);
|
|
|
|
|
|
Returns : |
char ** bamf_tab_source_get_tab_ids (BamfTabSource *source
);
|
|
Returns : |
GArray * bamf_tab_source_get_tab_preview (BamfTabSource *source
,char *tab_id
);
|
|
|
|
Returns : |
char * bamf_tab_source_get_tab_uri (BamfTabSource *source
,char *tab_id
);
|
|
|
|
Returns : |
guint32 bamf_tab_source_get_tab_xid (BamfTabSource *source
,char *tab_id
);
|
|
|
|
Returns : |
"tab-closed"
signalvoid user_function (BamfTabSource *bamftabsource, gchar *arg1, gpointer user_data) : Run First
|
the object which received the signal. |
|
|
|
user data set when the signal handler was connected. |
"tab-opened"
signalvoid user_function (BamfTabSource *bamftabsource, gchar *arg1, gpointer user_data) : Run First
|
the object which received the signal. |
|
|
|
user data set when the signal handler was connected. |
"tab-uri-changed"
signalvoid user_function (BamfTabSource *bamftabsource, gchar *arg1, gchar *arg2, gchar *arg3, gpointer user_data) : Run First
|
the object which received the signal. |
|
|
|
|
|
|
|
user data set when the signal handler was connected. |