summaryrefslogtreecommitdiff
path: root/gio/gdbusproxy.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-05GDBusProxy: Correctly handle unknown members when having an expected interfaceDavid Zeuthen1-63/+102
2011-08-17void functions should not return. Fixes bug #656675.Brian Cameron1-2/+2
2011-08-15GDBusProxy: hold properties_lock while using any mutable propertySimon McVittie1-23/+109
2011-08-15GDBusProxy: factor out async_init_data_set_name_ownerSimon McVittie1-43/+47
2011-08-15g_dbus_proxy_get_property: use accessors for all mutable stateSimon McVittie1-2/+2
2011-08-15GDBusProxy: if a well-known name is not owned, don't GetAll from the dbus-daemonSimon McVittie1-1/+20
2011-08-13GDBusProxy: on_properties_changed initialize some variablesMatthias Clasen1-3/+3
2011-08-11[gi] Add missing Gio transfer annotationsMartin Pitt1-2/+3
2011-07-25More fixes for non-Unix buildsDavid Zeuthen1-0/+8
2011-07-21gdbus-codegen: Add support for new org.gtk.GDBus.C.UnixFD annotationDavid Zeuthen1-139/+356
2011-07-19Pass in NULL instead of g_cclosure_marshal_genericJohan Dahlin1-2/+2
2011-06-20Stop using glib-genmarshal at build timeColin Walters1-3/+2
2011-06-14Remove an unneeded NULL checkMatthias Clasen1-2/+2
2011-05-26GDBusProxy: Mention gdbus-codegen in docsDavid Zeuthen1-7/+9
2011-05-26GDBusProxy: Fix incorrect lockingDavid Zeuthen1-9/+27
2011-05-26GDBusProxy: Add locking and notes/guarantees about MT safetyDavid Zeuthen1-4/+44
2011-05-26GDBusProxy: Fix race condition when unsubscribing from signalsDavid Zeuthen1-19/+97
2011-05-02Drop translated g_warning/g_errorColin Walters1-2/+2
2011-04-29Merge branch 'master' into gdbus-codegenDavid Zeuthen1-7/+5
2011-04-26Use G_SIGNAL_MUST_COLLECT for VARIANT signalsChristian Persch1-6/+4
2011-04-12GDBusProxy: Improve struct packingMatthias Clasen1-1/+1
2011-04-08GDBusProxy: Store GDBusObject in private struct instead of qdataDavid Zeuthen1-5/+13
2011-04-08GDBusProxy: Update description to match GDBusInterfaceDavid Zeuthen1-1/+1
2011-04-08Start merging gdbus-codegen codeDavid Zeuthen1-0/+36
2011-04-08Silence a bunch of -Wunused-but-set-variable warningsDavid Zeuthen1-4/+1
2011-03-30[gi] Add missing allow-none annotations to GioMartin Pitt1-8/+10
2011-03-28GDBusProxy: Also check signature when checking if signal is expectedDavid Zeuthen1-0/+8
2011-03-28GDBusProxy: Drop unexpected signalsDavid Zeuthen1-0/+8
2011-03-28GDBusProxy: Validate properties received from service if possibleOlivier Crête1-6/+36
2011-03-28GDBusProxy: Make interface lookups O(1)David Zeuthen1-2/+10
2011-03-14GDBusProxy: Check if connection is NULL before unreffingOlivier Crête1-1/+2
2010-11-03Use g_simple_async_result_{new_,}take_errorChristian Persch1-9/+4
2010-10-28Bug 633356 - (GDBus) Make G_MAXINT mean no timeoutRyan Lortie1-2/+4
2010-09-24Add a lot of missing annotationsJohan Dahlin1-1/+1
2010-09-04build: Quench the compiler's thirst for warningsEmmanuele Bassi1-0/+1
2010-08-30GDBusProxy: remove superfluous -gdbus-proxy-method-name qdataDavid Zeuthen1-4/+0
2010-08-30Bug 628324 – Invalid reads in gdbus-export testDavid Zeuthen1-1/+1
2010-08-18GDBusProxy: Call into well-known name if no name owner currently existsDavid Zeuthen1-28/+80
2010-08-18GDBusProxy: Use %, not #, for referencing enum constants in gtk-doc commentsDavid Zeuthen1-6/+6
2010-08-03GDBusProxy: Don't leak a GSimpleAsyncResult when doing async callsDavid Zeuthen1-0/+1
2010-07-30Bug 625628 – GDBusProxy: wrong property name sortingDavid Zeuthen1-1/+8
2010-07-19GDBus: Add GDBusSignalFlags and use it in g_dbus_connection_signal_subscribe()David Zeuthen1-0/+3
2010-07-15Add annotations to g_dbus_proxy_new_syncTomeu Vizoso1-4/+4
2010-07-14Bug 623815 – Don't check sender for GDBusProxy objects where name is not setDavid Zeuthen1-2/+2
2010-07-07gio/: fully remove gioalias hacksRyan Lortie1-4/+0
2010-07-07Bug 623538 – GDBusProxy::g-properties-changed emission for corner casesDavid Zeuthen1-4/+48
2010-07-07Bug 623537 – GDBusProxy has weird checking on NameOwnerChangedDavid Zeuthen1-6/+1
2010-06-22GDBusProxy: Don't warn when calling methods on other interfacesDavid Zeuthen1-2/+4
2010-06-17Catch up with G_TYPE_VARIANT changesDavid Zeuthen1-2/+2
2010-06-17Bug 621905 – Assume a ref when doing async workCosimo Cecchi1-1/+3