aboutsummaryrefslogtreecommitdiff
path: root/libindicate
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Merging in Eitan's gtype-ify of the enums and the IndicateListener... objects.Ted Gould2009-04-104-10/+76
|\ \ | |/ |/|
| * gtypify IndicateListenerIndicatorEitan Isaacson2009-04-102-5/+16
| |
| * changed IndicateListenerServer to a gtyped pointer instead of a gboxed.Eitan Isaacson2009-04-102-22/+10
| |
| * Changed marshallers to GBoxed for IndicatorListenerServer.Eitan Isaacson2009-04-082-29/+15
| | | | | | | | | | Make copy/free functions empty for now.
| * GBoxed IndicateListenerServerEitan Isaacson2009-04-082-0/+42
| |
| * gtypified the interests enum.Eitan Isaacson2009-04-083-9/+44
|/
* Clearing another warning. Shame gdk doesn't do this one for us.Ted Gould2009-04-071-1/+1
|
* Patch from Eitan Isaacson to correct prototype. Had to be adjusted slightly ↵Ted Gould2009-04-072-5/+5
| | | | as the prototypes had moved.
* Patch from Eitan Isaacson to remove a ref/unref infinite loop that ↵Ted Gould2009-04-071-3/+7
| | | | effectively made it so that we kept our objects forever. While we love them, at some point we need to say goodbye.
* Making it so that we don't register the object twice. This is reallyTed Gould2009-04-071-3/+9
| | | | | | a work around, but it's atleast fixes the crasher. Which sucked. We need to work with the dbus folks to make this better.
* Hiding some debugging messages.Ted Gould2009-04-071-6/+6
|
* Simplifying error messageTed Gould2009-04-071-1/+1
|
* * Some debug messagesTed Gould2009-04-062-17/+24
| | | | | | | | * Making the comparison of interests detect changings properly * Correctly use g_list_remove in several cases making for long lists * Using g_list_prepend instead of append because it's faster. * Checking whether we've got proxies before destroying them.
* Moving private interests out of the public header file.Ted Gould2009-04-032-1/+2
|
* Hiding all of the functions that part of the DBus interface in thatTed Gould2009-04-034-28/+32
| | | | | | | now they're all prefixed with '_' so that they don't get exported as part of the library symbols. This should simplify everything a little bit for implementors.
* Getting rid of everything starting with 'd'. This gets rid of the dbus ↵Ted Gould2009-04-031-1/+1
| | | | stuff that isn't set up to be static, which is silly.
* Hiding the marshsallers from the libraries in the symbols by adding a _ in ↵Ted Gould2009-04-032-8/+8
| | | | front of them.
* Cleaning up the exported symbols, make sure that 'get_type_cb' isn't exportedTed Gould2009-04-031-2/+2
|
* Fleshing out the functions in the listener to set interests.Ted Gould2009-04-032-2/+60
|
* Putting in some protection from crazy valuesTed Gould2009-04-021-0/+8
|
* Hiding debugTed Gould2009-04-021-7/+7
|
* Adding a bunch of debugging messages and fixing the lifecycle for the folk ↵Ted Gould2009-04-021-8/+24
| | | | pointer. Lots'o'fun. But things seem to be working.
* Filling in the dbus owner changing code. Now we should catch those.Ted Gould2009-04-021-0/+38
|
* Connecting in the DBus messaging that we need.Ted Gould2009-04-021-4/+40
|
* Fleshing out the interest setting and removing functions.Ted Gould2009-04-021-5/+56
|
* Adding in folks support.Ted Gould2009-04-022-1/+63
|
* Adding the interest removed and interest added signals in.Ted Gould2009-04-021-0/+16
|
* Woot! Now we have some real functions to call!Ted Gould2009-04-021-0/+29
|