index
:
libdbusmenu
master
Pass a menu structure across DBus so that a program can create a menu simply without worrying about how it is displayed on the other side of the bus.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libdbusmenu-gtk
/
client.h
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Fixing up the client documentation
Ted Gould
2011-02-21
1
-17
/
+25
|
*
Private pointers in instance structs
Ted Gould
2010-10-12
1
-0
/
+5
|
*
Going to 6 privates like others
Ted Gould
2010-10-12
1
-1
/
+5
|
*
Add two functions for setting and getting the accelerator group.
Ted Gould
2010-06-14
1
-0
/
+3
|
*
Adding a small function to get the submenu of an item.
Ted Gould
2010-05-26
1
-0
/
+1
|
*
Fix #include in client.h
Cody Russell
2009-12-09
1
-2
/
+1
|
*
Promoting the base function up to an API function so that it can be used ↵
Ted Gould
2009-08-26
1
-0
/
+2
|
|
|
|
else where.
*
Make it so that getting the menuitem will create it in cases where it's not ↵
Ted Gould
2009-06-25
1
-1
/
+1
|
|
|
|
created. This removes the chance of a race between the various functions.
*
Handling the differing signals to set things up with the various gtk widgets
Ted Gould
2009-06-24
1
-0
/
+1
|
*
Okay, now we're rebuilding this client thingy.
Ted Gould
2009-06-23
1
-4
/
+8
|
*
Switching some of the client naming stuff to make everything stick together.
Ted Gould
2009-06-23
1
-18
/
+20
|
*
Okay, being a little funny with how these things are playing out. Missing ↵
Ted Gould
2009-06-23
1
-0
/
+102
subversion's crazy everything is a copy semantics right now. It works well for stuff like this.