X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gio%2Fgremoteactiongroup.h;h=a4d0c307e1664824df6cc60217b7f47749a1215b;hb=8df2cca08a5c06286303b39a34121c7e6925bf15;hp=1bf10f0ab6cde719899a0f657a0c0c4e4476640f;hpb=eefd08996f7657488cb8afed23667030d6bd45f7;p=platform%2Fupstream%2Fglib.git diff --git a/gio/gremoteactiongroup.h b/gio/gremoteactiongroup.h index 1bf10f0..a4d0c30 100644 --- a/gio/gremoteactiongroup.h +++ b/gio/gremoteactiongroup.h @@ -12,20 +12,18 @@ * 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 */ +#ifndef __G_REMOTE_ACTION_GROUP_H__ +#define __G_REMOTE_ACTION_GROUP_H__ + #if !defined (__GIO_GIO_H_INSIDE__) && !defined (GIO_COMPILATION) #error "Only can be included directly." #endif -#ifndef __G_REMOTE_ACTION_GROUP_H__ -#define __G_REMOTE_ACTION_GROUP_H__ - #include G_BEGIN_DECLS @@ -57,13 +55,16 @@ struct _GRemoteActionGroupInterface GVariant *platform_data); }; +GLIB_AVAILABLE_IN_2_32 GType g_remote_action_group_get_type (void) G_GNUC_CONST; +GLIB_AVAILABLE_IN_2_32 void g_remote_action_group_activate_action_full (GRemoteActionGroup *remote, const gchar *action_name, GVariant *parameter, GVariant *platform_data); +GLIB_AVAILABLE_IN_2_32 void g_remote_action_group_change_action_state_full (GRemoteActionGroup *remote, const gchar *action_name, GVariant *value,