summaryrefslogtreecommitdiff
path: root/gio/gmenuexporter.c
Commit message (Expand)AuthorAgeFilesLines
* gmenuexporter: Fix warning of unused n_items when building with G_DISABLE_ASSERTPhilip Withnall2022-12-211-0/+4
* gmenumodel: disallow exporting large menus on the busLars Uebernickel2022-12-141-1/+12
* Add SPDX license headers for LGPL-2.1-or-later to various filesPhilip Withnall2022-06-011-0/+2
* Fix missing initializer warning in gio/gmenuexporter.c:g_dbus_connection_expo...Emmanuel Fleury2021-01-211-1/+1
* all: Remove trailing newlines from g_message()/g_warning()/g_error()sPhilip Withnall2018-04-271-1/+1
* GMenuExporter: Allow NULL bus name for peer-to-peer connectionDaiki Ueno2017-11-171-9/+30
* gio/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-291-4/+4
* Stop using g_sequence_get_length() to check if it's emptyXavier Claessens2015-10-301-1/+1
* gmenuexporter: fix protocol documentation linkLars Uebernickel2014-04-281-1/+1
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Add includes to all gio docsMatthias Clasen2014-01-071-0/+1
* gmenuexporter: fix typo in docstringLars Uebernickel2013-02-031-1/+1
* various: add missing cases of #include "config.h"Ryan Lortie2012-12-061-0/+2
* g_dbus_connection_export_menu_model(): fix a crashRyan Lortie2012-10-291-1/+10
* GMenuExporter: allow NULL bus on _name_vanishedRyan Lortie2012-10-161-1/+2
* Add references to the dbus interface docs on the wikiMatthias Clasen2011-12-201-98/+2
* GMenu: purge references to GMenuProxy from the docsMatthias Clasen2011-12-131-2/+2
* Add since tagsMatthias Clasen2011-12-101-1/+3
* GMenuModel exporter: remove workaroundRyan Lortie2011-12-081-24/+4
* menu/action exporter docs fixupRyan Lortie2011-12-081-14/+24
* Menu model exporter: clean up the APIRyan Lortie2011-12-081-130/+46
* gmenu exporter: put submenus in separate groupsRyan Lortie2011-12-081-1/+4
* Shorten a variable nameMatthias Clasen2011-12-081-11/+12
* Describe the org.gtk.Menus interfaceMatthias Clasen2011-12-081-0/+101
* Rename exporter APIsMatthias Clasen2011-12-081-17/+17
* Add GMenuModel D-Bus exporterMatthias Clasen2011-12-081-0/+884