X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gio%2Fgdbusactiongroup.c;h=57454edd589f0d43913cd69c60edfc8e7636af46;hb=7fd6f07d498063470903a886b4805a13bd333908;hp=b1c7649e87bebe416cbc2a8d73dfbdb2cb3c2a88;hpb=151b198b93764ac69b5c067afe9fbf7c6c4acea4;p=platform%2Fupstream%2Fglib.git diff --git a/gio/gdbusactiongroup.c b/gio/gdbusactiongroup.c index b1c7649..57454ed 100644 --- a/gio/gdbusactiongroup.c +++ b/gio/gdbusactiongroup.c @@ -13,16 +13,14 @@ * 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. + * Public License along with this library; if not, see . * * Authors: Ryan Lortie */ #include "config.h" -#include "gdbusactiongroup.h" +#include "gdbusactiongroup-private.h" #include "gremoteactiongroup.h" #include "gdbusconnection.h" @@ -32,7 +30,8 @@ * SECTION:gdbusactiongroup * @title: GDBusActionGroup * @short_description: A D-Bus GActionGroup implementation - * @see_also: GActionGroup exporter + * @include: gio/gio.h + * @see_also: [GActionGroup exporter][gio-GActionGroup-exporter] * * #GDBusActionGroup is an implementation of the #GActionGroup * interface that can be used as a proxy for an action group @@ -92,7 +91,7 @@ action_info_free (gpointer user_data) g_slice_free (ActionInfo, info); } -ActionInfo * +static ActionInfo * action_info_new_from_iter (GVariantIter *iter) { const gchar *param_str; @@ -505,7 +504,7 @@ g_dbus_action_group_get (GDBusConnection *connection, return group; } -G_GNUC_INTERNAL gboolean +gboolean g_dbus_action_group_sync (GDBusActionGroup *group, GCancellable *cancellable, GError **error)