aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/gossip-new-chatroom-dialog.c
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2007-05-24 15:37:06 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2007-05-24 15:37:06 +0800
commitdfaa395ba24f5ab5d309d30e7f16acd8bb106255 (patch)
treefa9661c4bb2cc4396ed62646e44e7471aa53ae8b /libempathy-gtk/gossip-new-chatroom-dialog.c
parent726dec7bfdafeae5d1cbaf00149aa0659ce589a4 (diff)
downloadgsoc2013-empathy-dfaa395ba24f5ab5d309d30e7f16acd8bb106255.tar
gsoc2013-empathy-dfaa395ba24f5ab5d309d30e7f16acd8bb106255.tar.gz
gsoc2013-empathy-dfaa395ba24f5ab5d309d30e7f16acd8bb106255.tar.bz2
gsoc2013-empathy-dfaa395ba24f5ab5d309d30e7f16acd8bb106255.tar.lz
gsoc2013-empathy-dfaa395ba24f5ab5d309d30e7f16acd8bb106255.tar.xz
gsoc2013-empathy-dfaa395ba24f5ab5d309d30e7f16acd8bb106255.tar.zst
gsoc2013-empathy-dfaa395ba24f5ab5d309d30e7f16acd8bb106255.zip
White space fix.
2007-05-24 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/gossip-new-chatroom-dialog.c: * libempathy-gtk/empathy-main-window.c: White space fix. svn path=/trunk/; revision=90
Diffstat (limited to 'libempathy-gtk/gossip-new-chatroom-dialog.c')
-rw-r--r--libempathy-gtk/gossip-new-chatroom-dialog.c113
1 files changed, 45 insertions, 68 deletions
diff --git a/libempathy-gtk/gossip-new-chatroom-dialog.c b/libempathy-gtk/gossip-new-chatroom-dialog.c
index 6c16ecb11..3200d543d 100644
--- a/libempathy-gtk/gossip-new-chatroom-dialog.c
+++ b/libempathy-gtk/gossip-new-chatroom-dialog.c
@@ -96,74 +96,51 @@ enum {
COL_COUNT
};
-static void
-new_chatroom_dialog_response_cb (GtkWidget *widget,
- gint response,
- GossipNewChatroomDialog *dialog);
-static void
-new_chatroom_dialog_destroy_cb (GtkWidget *widget,
- GossipNewChatroomDialog *dialog);
-static void
-new_chatroom_dialog_model_setup (GossipNewChatroomDialog *dialog);
-static void
-new_chatroom_dialog_model_add_columns (GossipNewChatroomDialog *dialog);
-static void
-new_chatroom_dialog_update_buttons (GossipNewChatroomDialog *dialog);
-static void
-new_chatroom_dialog_update_widgets (GossipNewChatroomDialog *dialog);
-static void
-new_chatroom_dialog_account_changed_cb (GtkComboBox *combobox,
- GossipNewChatroomDialog *dialog);
-static void
-new_chatroom_dialog_model_add (GossipNewChatroomDialog *dialog,
- EmpathyRoomListItem *item);
-static void
-new_chatroom_dialog_model_clear (GossipNewChatroomDialog *dialog);
-static GList *
-new_chatroom_dialog_model_get_selected (GossipNewChatroomDialog *dialog);
-static gboolean
-new_chatroom_dialog_model_filter_func (GtkTreeModel *model,
- GtkTreeIter *iter,
- GossipNewChatroomDialog *dialog);
-static void
-new_chatroom_dialog_model_row_activated_cb (GtkTreeView *tree_view,
- GtkTreePath *path,
- GtkTreeViewColumn *column,
- GossipNewChatroomDialog *dialog);
-static void
-new_chatroom_dialog_model_row_inserted_cb (GtkTreeModel *model,
- GtkTreePath *path,
- GtkTreeIter *iter,
- GossipNewChatroomDialog *dialog);
-static void
-new_chatroom_dialog_model_row_deleted_cb (GtkTreeModel *model,
- GtkTreePath *path,
- GossipNewChatroomDialog *dialog);
-static void
-new_chatroom_dialog_model_selection_changed (GtkTreeSelection *selection,
- GossipNewChatroomDialog *dialog);
-static void
-new_chatroom_dialog_set_defaults (GossipNewChatroomDialog *dialog);
-static void
-new_chatroom_dialog_join (GossipNewChatroomDialog *dialog);
-static void
-new_chatroom_dialog_request_handles_cb (DBusGProxy *proxy,
- GArray *handles,
- GError *error,
- McAccount *account);
-static void
-new_chatroom_dialog_entry_changed_cb (GtkWidget *entry,
- GossipNewChatroomDialog *dialog);
-static void
-new_chatroom_dialog_browse_start (GossipNewChatroomDialog *dialog);
-static void
-new_chatroom_dialog_browse_stop (GossipNewChatroomDialog *dialog);
-static void
-new_chatroom_dialog_entry_server_activate_cb (GtkWidget *widget,
- GossipNewChatroomDialog *dialog);
-static void
-new_chatroom_dialog_togglebutton_refresh_toggled_cb (GtkWidget *widget,
- GossipNewChatroomDialog *dialog);
+static void new_chatroom_dialog_response_cb (GtkWidget *widget,
+ gint response,
+ GossipNewChatroomDialog *dialog);
+static void new_chatroom_dialog_destroy_cb (GtkWidget *widget,
+ GossipNewChatroomDialog *dialog);
+static void new_chatroom_dialog_model_setup (GossipNewChatroomDialog *dialog);
+static void new_chatroom_dialog_model_add_columns (GossipNewChatroomDialog *dialog);
+static void new_chatroom_dialog_update_buttons (GossipNewChatroomDialog *dialog);
+static void new_chatroom_dialog_update_widgets (GossipNewChatroomDialog *dialog);
+static void new_chatroom_dialog_account_changed_cb (GtkComboBox *combobox,
+ GossipNewChatroomDialog *dialog);
+static void new_chatroom_dialog_model_add (GossipNewChatroomDialog *dialog,
+ EmpathyRoomListItem *item);
+static void new_chatroom_dialog_model_clear (GossipNewChatroomDialog *dialog);
+static GList * new_chatroom_dialog_model_get_selected (GossipNewChatroomDialog *dialog);
+static gboolean new_chatroom_dialog_model_filter_func (GtkTreeModel *model,
+ GtkTreeIter *iter,
+ GossipNewChatroomDialog *dialog);
+static void new_chatroom_dialog_model_row_activated_cb (GtkTreeView *tree_view,
+ GtkTreePath *path,
+ GtkTreeViewColumn *column,
+ GossipNewChatroomDialog *dialog);
+static void new_chatroom_dialog_model_row_inserted_cb (GtkTreeModel *model,
+ GtkTreePath *path,
+ GtkTreeIter *iter,
+ GossipNewChatroomDialog *dialog);
+static void new_chatroom_dialog_model_row_deleted_cb (GtkTreeModel *model,
+ GtkTreePath *path,
+ GossipNewChatroomDialog *dialog);
+static void new_chatroom_dialog_model_selection_changed (GtkTreeSelection *selection,
+ GossipNewChatroomDialog *dialog);
+static void new_chatroom_dialog_set_defaults (GossipNewChatroomDialog *dialog);
+static void new_chatroom_dialog_join (GossipNewChatroomDialog *dialog);
+static void new_chatroom_dialog_request_handles_cb (DBusGProxy *proxy,
+ GArray *handles,
+ GError *error,
+ McAccount *account);
+static void new_chatroom_dialog_entry_changed_cb (GtkWidget *entry,
+ GossipNewChatroomDialog *dialog);
+static void new_chatroom_dialog_browse_start (GossipNewChatroomDialog *dialog);
+static void new_chatroom_dialog_browse_stop (GossipNewChatroomDialog *dialog);
+static void new_chatroom_dialog_entry_server_activate_cb (GtkWidget *widget,
+ GossipNewChatroomDialog *dialog);
+static void new_chatroom_dialog_togglebutton_refresh_toggled_cb (GtkWidget *widget,
+ GossipNewChatroomDialog *dialog);
static GossipNewChatroomDialog *dialog_p = NULL;