aboutsummaryrefslogtreecommitdiff
path: root/libindicator/indicator-object.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-09-16 15:56:50 -0500
committerTed Gould <ted@gould.cx>2010-09-16 15:56:50 -0500
commit90b4c191ef8eb28244ea405669a3671f0e5060c5 (patch)
tree1534e2d8f62f68919f92ff7b77cad8b7d6558bd1 /libindicator/indicator-object.c
parentbc8ba95828914624a74299957a58b36bbf769e5a (diff)
downloadlibayatana-indicator-90b4c191ef8eb28244ea405669a3671f0e5060c5.tar.gz
libayatana-indicator-90b4c191ef8eb28244ea405669a3671f0e5060c5.tar.bz2
libayatana-indicator-90b4c191ef8eb28244ea405669a3671f0e5060c5.zip
Adding a function to push activate back down.
Diffstat (limited to 'libindicator/indicator-object.c')
-rw-r--r--libindicator/indicator-object.c19
1 files changed, 19 insertions, 0 deletions
diff --git a/libindicator/indicator-object.c b/libindicator/indicator-object.c
index a5fd740..63eed05 100644
--- a/libindicator/indicator-object.c
+++ b/libindicator/indicator-object.c
@@ -432,3 +432,22 @@ indicator_object_get_location (IndicatorObject * io, IndicatorObjectEntry * entr
return 0;
}
+
+/**
+ indicator_object_entry_activate:
+ @io: #IndicatorObject to query
+ @entry: The #IndicatorObjectEntry whose entry was shown
+
+ Used to signal to the indicator that the menu on an entry has
+ been clicked on. This can either be an activate or a showing
+ of the menu. Note, this does not actually show the menu that's
+ left up to the reader.
+*/
+void
+indicator_object_entry_activate (IndicatorObject * io, IndicatorObjectEntry * entry)
+{
+
+
+
+ return;
+}