![]() |
![]() |
![]() |
Evolution Utilities Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties | Signals |
struct GalView; void gal_view_load (GalView *view
,const gchar *filename
); void gal_view_save (GalView *view
,const gchar *filename
); const gchar * gal_view_get_title (GalView *view
); void gal_view_set_title (GalView *view
,const gchar *title
); GalView * gal_view_clone (GalView *view
); void gal_view_changed (GalView *view
);
void gal_view_load (GalView *view
,const gchar *filename
);
|
The view to load to |
|
The file to load from |
void gal_view_save (GalView *view
,const gchar *filename
);
|
The view to save |
|
The file to save to |
const gchar * gal_view_get_title (GalView *view
);
|
The view to query. |
Returns : |
The title of the view. |
void gal_view_set_title (GalView *view
,const gchar *title
);
|
The view to set. |
|
The new title value. |
GalView * gal_view_clone (GalView *view
);
|
The view to clone. |
Returns : |
The clone. |