aboutsummaryrefslogtreecommitdiff
path: root/src/idoprogressmenuitem.h
diff options
context:
space:
mode:
authorLars Uebernickel <lars.uebernickel@canonical.com>2014-03-26 17:07:21 +0100
committerLars Uebernickel <lars.uebernickel@canonical.com>2014-03-26 17:07:21 +0100
commit7614e880579dce57aca4ba01dca328d03a1271fc (patch)
tree234c6c3e5eadaf6f84aace1f1425e75be9beb5a8 /src/idoprogressmenuitem.h
parente14ab5db2988d48b6087844443cbbefa312db761 (diff)
downloadayatana-ido-7614e880579dce57aca4ba01dca328d03a1271fc.tar.gz
ayatana-ido-7614e880579dce57aca4ba01dca328d03a1271fc.tar.bz2
ayatana-ido-7614e880579dce57aca4ba01dca328d03a1271fc.zip
idobasicmenuitem: put progress menu item into its own file
Diffstat (limited to 'src/idoprogressmenuitem.h')
-rw-r--r--src/idoprogressmenuitem.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/idoprogressmenuitem.h b/src/idoprogressmenuitem.h
new file mode 100644
index 0000000..3b0028b
--- /dev/null
+++ b/src/idoprogressmenuitem.h
@@ -0,0 +1,28 @@
+/**
+ * Copyright 2013 Canonical Ltd.
+ *
+ * Authors:
+ * Charles Kerr <charles.kerr@canonical.com>
+ *
+ * This program is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License version 3, as published
+ * by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranties of
+ * MERCHANTABILITY, SATISFACTORY QUALITY, 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, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef __IDO_PROGRESS_MENU_ITEM_H__
+#define __IDO_PROGRESS_MENU_ITEM_H__
+
+#include <gtk/gtk.h>
+
+GtkMenuItem * ido_progress_menu_item_new_from_model (GMenuItem * menuitem,
+ GActionGroup * actions);
+
+#endif