diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2007-05-10 17:02:17 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-05-10 17:02:17 +0800 |
commit | cba1e6d2a95193cab71914016840c8f317cb5e2d (patch) | |
tree | 8dc958a79333d3913c7d1a0e8591490bc11626be /libempathy-gtk/empathy-status-icon.h | |
parent | c8af87e2c62a9fcd9e3ddc0836b4975fa7011622 (diff) | |
download | gsoc2013-empathy-cba1e6d2a95193cab71914016840c8f317cb5e2d.tar gsoc2013-empathy-cba1e6d2a95193cab71914016840c8f317cb5e2d.tar.gz gsoc2013-empathy-cba1e6d2a95193cab71914016840c8f317cb5e2d.tar.bz2 gsoc2013-empathy-cba1e6d2a95193cab71914016840c8f317cb5e2d.tar.lz gsoc2013-empathy-cba1e6d2a95193cab71914016840c8f317cb5e2d.tar.xz gsoc2013-empathy-cba1e6d2a95193cab71914016840c8f317cb5e2d.tar.zst gsoc2013-empathy-cba1e6d2a95193cab71914016840c8f317cb5e2d.zip |
[darcs-to-svn @ Improved EmpathyStatusIcon and GossipPresenceChooser]
svn path=/trunk/; revision=43
Diffstat (limited to 'libempathy-gtk/empathy-status-icon.h')
-rw-r--r-- | libempathy-gtk/empathy-status-icon.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-status-icon.h b/libempathy-gtk/empathy-status-icon.h index 898e3514a..6cfa8899f 100644 --- a/libempathy-gtk/empathy-status-icon.h +++ b/libempathy-gtk/empathy-status-icon.h @@ -46,8 +46,8 @@ struct _EmpathyStatusIconClass { GObjectClass parent_class; }; -GType empathy_status_icon_get_type (void) G_GNUC_CONST; -EmpathyStatusIcon *empathy_status_icon_new (void); +GType empathy_status_icon_get_type (void) G_GNUC_CONST; +EmpathyStatusIcon *empathy_status_icon_new (GtkWindow *window); G_END_DECLS |