X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gio%2Fgnotification-private.h;h=e12a423693864ec4f7f5a143bd9bda5b5d4f23d8;hb=d9ad40b4eaf1a9197ab363de4346a8d84f45f5c1;hp=9521b80116d2a3d81b72cfdecda8d577e4be9d2d;hpb=639bd3626b683a0be273462d47e6bc30351a77d1;p=platform%2Fupstream%2Fglib.git diff --git a/gio/gnotification-private.h b/gio/gnotification-private.h index 9521b80..e12a423 100644 --- a/gio/gnotification-private.h +++ b/gio/gnotification-private.h @@ -12,9 +12,7 @@ * 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: Lars Uebernickel */ @@ -30,9 +28,9 @@ const gchar * g_notification_get_title (GNotifi const gchar * g_notification_get_body (GNotification *notification); -GIcon * g_notification_get_image (GNotification *notification); +GIcon * g_notification_get_icon (GNotification *notification); -gboolean g_notification_get_urgent (GNotification *notification); +GNotificationPriority g_notification_get_priority (GNotification *notification); guint g_notification_get_n_buttons (GNotification *notification);