summaryrefslogtreecommitdiff
path: root/src/trg-icons.h
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-12-23 11:10:49 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-12-23 11:10:49 +0000
commit408179693ea842150b469cf2f88eea9434d19698 (patch)
treef8583ccb507aeefbc2fd2735564309c3983caec7 /src/trg-icons.h
parent268d1f5297c5b243f3045e8d1aae0feef3df13a7 (diff)
"turtle" mode in the status bar. for easy activation of alternative speed limits.
Diffstat (limited to 'src/trg-icons.h')
-rw-r--r--src/trg-icons.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/trg-icons.h b/src/trg-icons.h
new file mode 100644
index 0000000..9b7a714
--- /dev/null
+++ b/src/trg-icons.h
@@ -0,0 +1,26 @@
+/*
+ * transmission-remote-gtk - A GTK RPC client to Transmission
+ * Copyright (C) 2011 Alan Fitton
+
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ */
+
+#ifndef TRG_ICONS_H_
+#define TRG_ICONS_H_
+
+void
+register_my_icons( GtkIconTheme *theme );
+
+#endif /* TRG_ICONS_H_ */