Top | ![]() |
![]() |
![]() |
![]() |
GList * | ags_connection_find_type () |
GList * | ags_connection_find_type_and_data_object_type () |
AgsConnection * | ags_connection_new () |
#define | AGS_CONNECTION() |
#define | AGS_CONNECTION_CLASS() |
#define | AGS_CONNECTION_GET_CLASS() |
#define | AGS_IS_CONNECTION() |
#define | AGS_IS_CONNECTION_CLASS() |
GType | ags_connection_get_type () |
The AgsConnection provides you a data object and you might want to use it in conjunction with AgsConnectable to get connect with its scope.
GList * ags_connection_find_type (GList *connection
,GType connection_type
);
Find next matching type
within connection
.
Since: 0.7.65
GList * ags_connection_find_type_and_data_object_type (GList *connection
,GType connection_type
,GType data_object_type
);
Find next matching connection_type
and data_object_type
within connection
.
connection |
the GList to search |
|
connection_type |
the GType to find |
|
data_object_type |
the Gtype to find |
Since: 0.7.65
#define AGS_CONNECTION(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_CONNECTION, AgsConnection))
#define AGS_CONNECTION_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_CONNECTION, AgsConnectionClass))
#define AGS_CONNECTION_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_CONNECTION, AgsConnectionClass))
#define AGS_IS_CONNECTION(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_CONNECTION))
#define AGS_IS_CONNECTION_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_CONNECTION))