![]() |
![]() |
![]() |
![]() |
GalViewInstance * gal_view_instance_new (GalViewCollection *collection
,const gchar *instance_id
);
gal_view_instance_new
is deprecated and should not be used in newly-written code.
Create a new GalViewInstance
.
collection |
This |
|
instance_id |
Which instance of this type of object is this (for most of evo, this is the folder id.) |
GalViewInstance * gal_view_instance_construct (GalViewInstance *instance
,GalViewCollection *collection
,const gchar *instance_id
);
gal_view_instance_construct
is deprecated and should not be used in newly-written code.
gchar *
gal_view_instance_get_current_view_id (GalViewInstance *instance
);
gal_view_instance_get_current_view_id
is deprecated and should not be used in newly-written code.
void gal_view_instance_set_current_view_id (GalViewInstance *instance
,const gchar *view_id
);
gal_view_instance_set_current_view_id
is deprecated and should not be used in newly-written code.
GalView *
gal_view_instance_get_current_view (GalViewInstance *instance
);
gal_view_instance_get_current_view
is deprecated and should not be used in newly-written code.
void gal_view_instance_set_custom_view (GalViewInstance *instance
,GalView *view
);
gal_view_instance_set_custom_view
is deprecated and should not be used in newly-written code.
gboolean
gal_view_instance_exists (GalViewInstance *instance
);
gal_view_instance_exists
is deprecated and should not be used in newly-written code.
void
gal_view_instance_save_as (GalViewInstance *instance
);
gal_view_instance_save_as
is deprecated and should not be used in newly-written code.
void
gal_view_instance_load (GalViewInstance *instance
);
gal_view_instance_load
is deprecated and should not be used in newly-written code.
const gchar *
gal_view_instance_get_default_view (GalViewInstance *instance
);
gal_view_instance_get_default_view
is deprecated and should not be used in newly-written code.
void gal_view_instance_set_default_view (GalViewInstance *instance
,const gchar *id
);
gal_view_instance_set_default_view
is deprecated and should not be used in newly-written code.