aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-status-icon.h
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-06-04 22:42:14 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-06-04 22:42:14 +0800
commitce1b0170672b455e9a6530a69559492f7b4ae069 (patch)
treea619c37a063805d7cdf1c43418d9af5701da1229 /src/empathy-status-icon.h
parentb3c68f043cf0817448d2ce1e9aa68135f81f7fa5 (diff)
downloadgsoc2013-empathy-ce1b0170672b455e9a6530a69559492f7b4ae069.tar
gsoc2013-empathy-ce1b0170672b455e9a6530a69559492f7b4ae069.tar.gz
gsoc2013-empathy-ce1b0170672b455e9a6530a69559492f7b4ae069.tar.bz2
gsoc2013-empathy-ce1b0170672b455e9a6530a69559492f7b4ae069.tar.lz
gsoc2013-empathy-ce1b0170672b455e9a6530a69559492f7b4ae069.tar.xz
gsoc2013-empathy-ce1b0170672b455e9a6530a69559492f7b4ae069.tar.zst
gsoc2013-empathy-ce1b0170672b455e9a6530a69559492f7b4ae069.zip
Add a command line option to hide contact list on startup. Fixes bug #535080 (Marco Pesenti Gritti).
svn path=/trunk/; revision=1146
Diffstat (limited to 'src/empathy-status-icon.h')
-rw-r--r--src/empathy-status-icon.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/empathy-status-icon.h b/src/empathy-status-icon.h
index bb33b1c3b..ca21af833 100644
--- a/src/empathy-status-icon.h
+++ b/src/empathy-status-icon.h
@@ -46,7 +46,8 @@ struct _EmpathyStatusIconClass {
};
GType empathy_status_icon_get_type (void) G_GNUC_CONST;
-EmpathyStatusIcon *empathy_status_icon_new (GtkWindow *window);
+EmpathyStatusIcon *empathy_status_icon_new (GtkWindow *window,
+ gboolean hide_contact_list);
G_END_DECLS