diff options
author | Davyd Madeley <davyd@madeley.id.au> | 2009-04-23 19:20:44 +0800 |
---|---|---|
committer | Davyd Madeley <davyd@madeley.id.au> | 2009-04-23 19:20:44 +0800 |
commit | 88e713991752dfccebc37309571384165d557d6c (patch) | |
tree | 7c4408e4fee19e87527a46dec76b239afcf282bf /libempathy-gtk/empathy-status-preset-dialog.c | |
parent | a41c75aceabdee7a14e54f5314d4cafc8eab9020 (diff) | |
download | gsoc2013-empathy-88e713991752dfccebc37309571384165d557d6c.tar gsoc2013-empathy-88e713991752dfccebc37309571384165d557d6c.tar.gz gsoc2013-empathy-88e713991752dfccebc37309571384165d557d6c.tar.bz2 gsoc2013-empathy-88e713991752dfccebc37309571384165d557d6c.tar.lz gsoc2013-empathy-88e713991752dfccebc37309571384165d557d6c.tar.xz gsoc2013-empathy-88e713991752dfccebc37309571384165d557d6c.tar.zst gsoc2013-empathy-88e713991752dfccebc37309571384165d557d6c.zip |
gtk-doc entry
Diffstat (limited to 'libempathy-gtk/empathy-status-preset-dialog.c')
-rw-r--r-- | libempathy-gtk/empathy-status-preset-dialog.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-status-preset-dialog.c b/libempathy-gtk/empathy-status-preset-dialog.c index 4913e4b86..562b9e4d9 100644 --- a/libempathy-gtk/empathy-status-preset-dialog.c +++ b/libempathy-gtk/empathy-status-preset-dialog.c @@ -498,6 +498,15 @@ empathy_status_preset_dialog_init (EmpathyStatusPresetDialog *self) g_object_unref (gui); } +/** + * empathy_status_preset_dialog_new: + * @parent: the parent window of this dialog (or NULL) + * + * Creates a new #EmpathyStatusPresetDialog that allows the user to + * add/remove/edit their saved status messages. + * + * Returns: the newly constructed dialog. + */ GtkWidget * empathy_status_preset_dialog_new (GtkWindow *parent) { |