![]() |
![]() |
![]() |
Entangle Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
#define ENTANGLE_TYPE_CAMERA_SUPPORT_DATA struct EntangleCameraSupport; struct EntangleCameraSupportClass; EntangleCameraSupport * entangle_camera_support_new (void
); void entangle_camera_support_set_camera_list (EntangleCameraSupport *support
,EntangleCameraList *list
); EntangleCameraList * entangle_camera_support_get_camera_list (EntangleCameraSupport *support
);
GObject +----GInitiallyUnowned +----GtkWidget +----GtkContainer +----GtkBin +----GtkWindow +----GtkDialog +----EntangleCameraSupport
EntangleCameraSupport implements AtkImplementorIface, GtkBuildable and EntangleWindow.
#define ENTANGLE_TYPE_CAMERA_SUPPORT_DATA (entangle_camera_support_data_get_type())
struct EntangleCameraSupportClass { GtkDialogClass parent_class; };
void entangle_camera_support_set_camera_list (EntangleCameraSupport *support
,EntangleCameraList *list
);
Set the camera list for the widget
|
the camera support widget |
|
the list of cameras. [transfer none][allow-none] |
EntangleCameraList * entangle_camera_support_get_camera_list
(EntangleCameraSupport *support
);
Get the camera list
|
the camera support widget |
Returns : |
the camera list or NULL. [transfer none] |