summaryrefslogtreecommitdiff
path: root/docs/reference/gio/migrating-gdbus.xml
Commit message (Collapse)AuthorAgeFilesLines
* docs: Fix xinclude directivesEmmanuele Bassi2020-10-301-9/+10
| | | | | | For legacy reasons, Meson's gtk-doc helper script launches the gtkdoc-mkhtml tool in the `html` directory under the build root. This means that all paths must be relative to that location.
* doc: Add back gdbus-object-manager-exampleXavier Claessens2020-01-291-2/+2
| | | | This requires Meson 0.52.0 for the return value of gnome.gtkdoc().
* Revert "docs: remove GDBusObjectManager example"Xavier Claessens2020-01-291-2/+27
| | | | | | | This reverts commit 398c048c66e71ec52a1799ea6fbd4c3b1554ec5e. It got removed because it used to cause build issues, but now that we have a CI let's hope it won't be a problem any more.
* Revert "Revert "docs: remove GDBusObjectManager example""Philip Withnall2019-12-121-27/+2
| | | | | | | | | | This reverts commit df4fb2cd32fc0a913c1572635755598cf4ec07fd. It needed to be coupled with the other commit from !978, and introduces breakage into the documentation when compiled by itself. My mistake for not testing properly. See discussion on https://gitlab.gnome.org/GNOME/glib/merge_requests/1277#note_666761
* Revert "docs: remove GDBusObjectManager example"Xavier Claessens2019-12-111-2/+27
| | | | | | | This reverts commit 398c048c66e71ec52a1799ea6fbd4c3b1554ec5e. It got removed because it used to cause build issues, but now that we have a CI let's hope it won't be a problem any more.
* minor typos in the documentation (a/an)Дилян Палаузов2019-08-241-1/+1
|
* docs: trivial typo fixessuhail2016-07-161-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=767949
* docs: remove GDBusObjectManager exampleAllison Ryan Lortie2015-11-241-27/+2
| | | | | | | | | | | | | This example has been causing on-and-off build breaks for quite some time. In this case, the code for copying the generated content into the main docs of GIO is causing problems with srcdir != destdir builds (due to the files also being copied from the read-only srcdir during distchecks). We could probably work around this problem yet again, but since there is no real benefit to having this content included, so let's remove it. https://bugzilla.gnome.org/show_bug.cgi?id=734469
* Doc: copy included example filesXavier Claessens2015-11-021-5/+5
| | | | | | This fix missing files when src_dir != build_dir. https://bugzilla.gnome.org/show_bug.cgi?id=734469
* Added examples to GTestDBus documentationTristan Van Berkom2013-03-211-0/+4
|
* docs: Use latest docbook dtd: 4.5Javier Jardón2012-04-231-2/+2
|
* Fix typos in "Migrating to GDBus" docsDavid Zeuthen2011-06-041-3/+3
| | | | | | It's Skeleton now, not Stub. Signed-off-by: David Zeuthen <davidz@redhat.com>
* Fix include path for gdbus-codegen example XMLDavid Zeuthen2011-06-031-1/+1
| | | | Signed-off-by: David Zeuthen <davidz@redhat.com>
* Move gdbus-codegen example code and docs into separate directoriesDavid Zeuthen2011-06-031-6/+6
| | | | | | | | This avoids the generated types (e.g. ExampleAnimal, ExampleCat, ExampleObject and ExampleObjectManagerClient) being referenced in the core gio docs. This was requested by Matthias. Signed-off-by: David Zeuthen <davidz@redhat.com>
* Update docs to take comments/suggestions from Matthias into accountDavid Zeuthen2011-04-291-0/+5
| | | | Signed-off-by: David Zeuthen <davidz@redhat.com>
* gdbus-codegen: Generate GDBusObject{,Proxy,Skeleton} subtypesDavid Zeuthen2011-04-251-2/+3
| | | | Signed-off-by: David Zeuthen <davidz@redhat.com>
* gdbus-codegen: Include docs for generated code in the GIO docsDavid Zeuthen2011-04-231-5/+11
| | | | Signed-off-by: David Zeuthen <davidz@redhat.com>
* gdbus-codegen: Add --c-generate-object-manager option + doc improvementsDavid Zeuthen2011-04-121-3/+4
| | | | Signed-off-by: David Zeuthen <davidz@redhat.com>
* Spiff up the "Migrating to GDBus" docs a bitDavid Zeuthen2011-04-121-6/+11
| | | | Signed-off-by: David Zeuthen <davidz@redhat.com>
* Update "Migrating to GDBus" chapter to take gdbus-codegen(1) into accountDavid Zeuthen2011-04-111-138/+85
| | | | Signed-off-by: David Zeuthen <davidz@redhat.com>
* Bug 621213 – GDBusProxy and well-known namesDavid Zeuthen2010-06-111-40/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow constructing a GDBusProxy for well-known names as discussed here http://mail.gnome.org/archives/gtk-devel-list/2009-October/msg00075.html including test cases. Make it possible to create a GDBusProxy for a GBusType instead of a GDBusConnection. This requires G_BUS_TYPE_NONE so add that too. Nuke g_bus_watch_proxy() since one can now more or less use GDBusProxy for this. Port gdbus-example-watch-proxy to this new API and include this example in the GDBusProxy doc page. Also nuke the GType parameter from the GDBusProxy constructors as requested here: https://bugzilla.gnome.org/show_bug.cgi?id=621229 Also update the porting guide and other API docs for this change. Also fix a bug in the signal dispatching code so each subscriber only get notified once, not N times, for the same signal. Also add a test case for this. https://bugzilla.gnome.org/show_bug.cgi?id=621213 Signed-off-by: David Zeuthen <davidz@redhat.com>
* Fill out the export section of the migration guideMatthias Clasen2010-05-131-0/+66
|
* Add some more verbiageMatthias Clasen2010-05-121-0/+10
|
* GDBus: Add an example of a GDBusProxy subclassDavid Zeuthen2010-05-121-0/+55
|
* placeholder for more migration docsMatthias Clasen2010-05-121-0/+5
|
* Trivial: tweak section headingMatthias Clasen2010-05-111-1/+1
|
* Trivial formatting fixMatthias Clasen2010-05-111-1/+1
|
* Fill out the proxy section of the migration guideMatthias Clasen2010-05-111-0/+53
|
* Fix a typoMatthias Clasen2010-05-111-1/+1
|
* Complete the name owning section of the migration guideMatthias Clasen2010-05-111-60/+76
|
* More gdbus migration stuffMatthias Clasen2010-05-111-3/+86
|
* Trivial: rename a fileMatthias Clasen2010-05-111-0/+70