aboutsummaryrefslogtreecommitdiff
path: root/libindicate
Commit message (Collapse)AuthorAgeFilesLines
* Aurelien's patch to add a set_server function to indicators.Ted Gould2009-08-062-3/+29
|\
| * Updated documentationAurelien Gateau2009-08-061-0/+8
| |
| * Introduce indicate_indicator_set_server() so that server can be defined forAurelien Gateau2009-08-052-4/+20
| | | | | | | | | | message indicators too.
* | Maintaining the count independent of the entires.Ted Gould2009-08-051-2/+2
|/
* Update the pc file from the GTK split out.Ted Gould2009-08-041-1/+1
|
* Last libgtk-pixbuf headerTed Gould2009-08-031-2/+0
|
* Moving the listener code and some indicator code into libindicate-gtkTed Gould2009-08-036-129/+66
|
* Adding a function to set the server of the indicator upon creation. ↵Ted Gould2009-08-033-2/+36
| | | | indicate_indicator_new_with_server()
* Removed warning: it's annoying in unittests.Aurelien Gateau2009-07-271-2/+0
|
* Destroy dbus proxies in listener finalize.Aurelien Gateau2009-07-271-2/+13
| | | | | | Makes it possible to destroy a listener and recreate one without calling the old instance callbacks (useful for unit-tests).
* Fixing the other signal marshallersTed Gould2009-07-211-4/+4
|
* Using the server marshallerTed Gould2009-07-211-1/+2
|
* Creating the server marshallers that we needTed Gould2009-07-212-0/+44
|
* Oops, we shouldn't have a prototype for a function that doesn't exist. ↵Ted Gould2009-07-211-3/+0
| | | | Thanks to Aurilien.
* Fixing typoTed Gould2009-04-301-1/+1
|
* Fixing some documentation bugs.Ted Gould2009-04-303-3/+4
|
* Documenting most of the public visible functionsTed Gould2009-04-301-1/+133
|
* Adding in arguments for the signalsTed Gould2009-04-301-1/+12
|
* Adding in arguments on the signal docs.Ted Gould2009-04-301-0/+26
|
* Woot, signal documentation works now.Ted Gould2009-04-301-8/+8
|
* Basic signals docs.Ted Gould2009-04-301-0/+50
|
* Server section documentation.Ted Gould2009-04-301-0/+29
|
* Comments for the class, who put all those functions on there...Ted Gould2009-04-301-0/+42
|
* Adding in message documentation and cleaning up some mistakes as I see them.Ted Gould2009-04-303-7/+40
|
* Section informationTed Gould2009-04-301-0/+31
|
* Reformatting to make gtk-doc happy.Ted Gould2009-04-301-16/+10
|
* Making it more like English and less like a pointer table.Ted Gould2009-04-301-4/+4
|
* Adding in IndicateIndicatorClass documentation.Ted Gould2009-04-301-0/+31
|
* What is the serverTed Gould2009-04-301-0/+10
|
* TypoTed Gould2009-04-301-1/+1
|
* Getting most of the indicator documentation in the pool.Ted Gould2009-04-301-0/+29
|
* Turns out that gtk-doc can't have the name of the function on the same line ↵Ted Gould2009-04-301-14/+30
| | | | as the start of the comment. How stupid.
* Dispaly typoTed Gould2009-04-301-1/+1
|
* First pass at trying to create some function documentation for IndicatorTed Gould2009-04-302-0/+107
|
* Gaurding against setting bad interestsTed Gould2009-04-201-0/+4
|
* Chaning the include so that it works for make distcheckTed Gould2009-04-201-1/+1
|
* Adding in support for finding out if people are interesting on the bus using ↵Ted Gould2009-04-131-7/+102
|\ | | | | | | introspection instead of sending a random function call to them and seeing what happens.
| * Commenting out some debug messagesTed Gould2009-04-131-2/+3
| |
| * Less debugTed Gould2009-04-131-1/+1
| |
| * Ah, a typo. Bother.Ted Gould2009-04-131-1/+1
| |
| * Okay, connected into that other there code... let's see what happens.Ted Gould2009-04-131-7/+11
| |
| * Fleshing out someTed Gould2009-04-131-0/+10
| |
| * Whoa, it like builds and stuffTed Gould2009-04-131-6/+55
| |
| * Updating from trunkTed Gould2009-04-123-9/+12
| |\
| * | Proto-pseudo-code for the introspection functions that are going to be neededTed Gould2009-04-121-0/+31
| | |
* | | Fixes to the finalize functions.Ted Gould2009-04-133-0/+4
|\ \ \ | |_|/ |/| |
| * | Adding in call to the parent class' finalize function as well, this should ↵Ted Gould2009-04-133-0/+4
| | | | | | | | | | | | free all the way up to the top.
* | | Some slight code cleanups to remove warningsTed Gould2009-04-123-9/+12
|\| | | |/ |/|
| * Fixing some pedantic little bugs to try and figure out what's causing 359018Ted Gould2009-04-113-9/+12
| |
* | Create the virtual function for checking interest.Ted Gould2009-04-101-0/+13
| |