X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gio%2Fgmenuexporter.c;h=89cc309173a0da9f0f8c53e3d681807aa4165182;hb=958da1e9dc82fbb91862501226b8928faf2f9558;hp=d9db6cc7b1869daa1501e83a36986f0546943867;hpb=f20ae7fcfdaf9adeac3f73242adb798f1a80ddff;p=platform%2Fupstream%2Fglib.git diff --git a/gio/gmenuexporter.c b/gio/gmenuexporter.c index d9db6cc..89cc309 100644 --- a/gio/gmenuexporter.c +++ b/gio/gmenuexporter.c @@ -12,13 +12,13 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, - * USA. + * License along with this library; if not, see . * * Author: Ryan Lortie */ +#include "config.h" + #include "gmenuexporter.h" #include "gdbusmethodinvocation.h" @@ -30,6 +30,7 @@ * SECTION:gmenuexporter * @title: GMenuModel exporter * @short_description: Export GMenuModels on D-Bus + * @include: gio/gio.h * @see_also: #GMenuModel, #GDBusMenuModel * * These functions support exporting a #GMenuModel on D-Bus. @@ -43,7 +44,7 @@ /* {{{1 D-Bus Interface description */ /* For documentation of this interface, see - * http://live.gnome.org/GTK+/GApplication-dbus-apis + * https://wiki.gnome.org/Projects/GLib/GApplication/DBusAPI */ static GDBusInterfaceInfo * @@ -742,7 +743,7 @@ g_menu_exporter_method_call (GDBusConnection *connection, * The implemented D-Bus API should be considered private. * It is subject to change in the future. * - * An object path can only have one action group exported on it. If this + * An object path can only have one menu model exported on it. If this * constraint is violated, the export will fail and 0 will be * returned (with @error set accordingly). *