empathy-geometry

empathy-geometry

Synopsis

void                empathy_geometry_save               (const gchar *name,
                                                         gint x,
                                                         gint y,
                                                         gint w,
                                                         gint h);
void                empathy_geometry_load               (const gchar *name,
                                                         gint *x,
                                                         gint *y,
                                                         gint *w,
                                                         gint *h);

Description

Details

empathy_geometry_save ()

void                empathy_geometry_save               (const gchar *name,
                                                         gint x,
                                                         gint y,
                                                         gint w,
                                                         gint h);

name :

x :

y :

w :

h :


empathy_geometry_load ()

void                empathy_geometry_load               (const gchar *name,
                                                         gint *x,
                                                         gint *y,
                                                         gint *w,
                                                         gint *h);

name :

x :

y :

w :

h :