aboutsummaryrefslogtreecommitdiff
path: root/src/apt-watcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/apt-watcher.h')
-rw-r--r--src/apt-watcher.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/apt-watcher.h b/src/apt-watcher.h
index 148072f..cbe0e29 100644
--- a/src/apt-watcher.h
+++ b/src/apt-watcher.h
@@ -21,6 +21,10 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
#define _APT_WATCHER_H_
#include <glib-object.h>
+#include <libdbusmenu-glib/client.h>
+#include <libdbusmenu-gtk3/menuitem.h>
+
+#include "session-dbus.h"
G_BEGIN_DECLS
@@ -41,6 +45,9 @@ struct _AptWatcherClass
GType apt_watcher_get_type (void) G_GNUC_CONST;
+AptWatcher* apt_watcher_new (SessionDbus* session_dbus,
+ DbusmenuMenuitem* apt_item);
+
G_END_DECLS
#endif /* _APT_WATCHER_H_ */