summaryrefslogtreecommitdiff
path: root/src/trg-menu-bar.h
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-12-11 15:06:01 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-12-11 15:06:01 +0000
commit0d08a471f9ebfdfadded6c92abc700c706475644 (patch)
tree2c49e445ccca81f5af70244e89a15585757798d6 /src/trg-menu-bar.h
parent24195d0013f81933578afa14a44a10e4b75817dd (diff)
run GNU indent everything. not done this for a while because it was producing weird results. seems ok now.
Diffstat (limited to 'src/trg-menu-bar.h')
-rw-r--r--src/trg-menu-bar.h17
1 files changed, 10 insertions, 7 deletions
diff --git a/src/trg-menu-bar.h b/src/trg-menu-bar.h
index 720aa35..d8b73f0 100644
--- a/src/trg-menu-bar.h
+++ b/src/trg-menu-bar.h
@@ -48,15 +48,18 @@ typedef struct {
GType trg_menu_bar_get_type(void);
-TrgMenuBar *trg_menu_bar_new(TrgMainWindow *win, TrgPrefs *prefs);
-GtkWidget *trg_menu_bar_item_new(GtkMenuShell * shell, const gchar *text,
- const gchar *stock_id, gboolean sensitive);
+TrgMenuBar *trg_menu_bar_new(TrgMainWindow * win, TrgPrefs * prefs);
+GtkWidget *trg_menu_bar_item_new(GtkMenuShell * shell, const gchar * text,
+ const gchar * stock_id,
+ gboolean sensitive);
G_END_DECLS
void trg_menu_bar_torrent_actions_sensitive(TrgMenuBar * mb,
- gboolean sensitive);
+ gboolean sensitive);
void trg_menu_bar_connected_change(TrgMenuBar * mb, gboolean connected);
-void trg_menu_bar_set_supports_queues(TrgMenuBar *mb, gboolean supportsQueues);
-GtkWidget *trg_menu_bar_file_connect_menu_new(TrgMainWindow *win, TrgPrefs *p);
+void trg_menu_bar_set_supports_queues(TrgMenuBar * mb,
+ gboolean supportsQueues);
+GtkWidget *trg_menu_bar_file_connect_menu_new(TrgMainWindow * win,
+ TrgPrefs * p);
-#endif /* TRG_MENU_BAR_H_ */
+#endif /* TRG_MENU_BAR_H_ */