aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/menuitem.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Creating the property changed signal and emitting it.Ted Gould2009-05-121-1/+25
|
* Fleshing out the property get and set functions (and exist)Ted Gould2009-05-121-3/+68
|
* Creating and destroying the properties.Ted Gould2009-05-121-0/+8
|
* Changes from reviewTed Gould2009-05-121-0/+13
|\
| * Checking parameters on MI functions.Ted Gould2009-05-121-0/+13
| |
* | Adding proporties to the private object.Ted Gould2009-05-121-0/+2
|/
* Add in the LGPL 2.1/3 text to the tops of the files.Ted Gould2009-05-121-0/+28
|
* Function documentation.Ted Gould2009-05-111-1/+114
|
* Allowing people to take children.Ted Gould2009-05-111-0/+21
|
* Checking for a NULL child more vigorouslyTed Gould2009-05-081-0/+2
|
* Fleshing out the children managementTed Gould2009-05-061-7/+16
|
* Debugging messages and switching the ID gathering function around.Ted Gould2009-05-061-1/+3
|
* Implement the new_with_id function by making the id a property and building ↵Ted Gould2009-05-051-5/+57
| | | | some set_ and get_
* Putting in placeholders for the functions that got prototyped last revisionTed Gould2009-04-281-0/+14
|
* Adding in tests dictory, a test, and making it compileTed Gould2009-04-161-0/+6
|
* No warnings, put them in now I had to fix themTed Gould2009-04-161-1/+10
|
* Okay, let's build some XMLTed Gould2009-04-161-1/+13
|
* Putting in IDsTed Gould2009-04-161-0/+8
|
* Adding in all the public functions as real functions and implementing a ↵Ted Gould2009-04-161-7/+94
| | | | couple of children related ones.
* Changing the menuitem typeTed Gould2009-04-161-1/+1
|
* Putting in more gobject based examples and getting all the libraries tied in ↵Ted Gould2009-04-131-0/+48
to make them work.