Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gnotification.h File Reference
#include <gio/giotypes.h>
#include <gio/gioenums.h>

Go to the source code of this file.

Macros

#define G_TYPE_NOTIFICATION   (g_notification_get_type ())
 
#define G_NOTIFICATION(o)   (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_NOTIFICATION, GNotification))
 
#define G_IS_NOTIFICATION(o)   (G_TYPE_CHECK_INSTANCE_TYPE ((o), G_TYPE_NOTIFICATION))
 

Functions

GIO_AVAILABLE_IN_2_40 GType g_notification_get_type (void) G_GNUC_CONST
 
GIO_AVAILABLE_IN_2_40 GNotificationg_notification_new (const gchar *title)
 
GIO_AVAILABLE_IN_2_40 void g_notification_set_title (GNotification *notification, const gchar *title)
 
GIO_AVAILABLE_IN_2_40 void g_notification_set_body (GNotification *notification, const gchar *body)
 
GIO_AVAILABLE_IN_2_40 void g_notification_set_icon (GNotification *notification, GIcon *icon)
 
void g_notification_set_urgent (GNotification *notification, gboolean urgent)
 
GIO_AVAILABLE_IN_2_42 void g_notification_set_priority (GNotification *notification, GNotificationPriority priority)
 
GIO_AVAILABLE_IN_2_70 void g_notification_set_category (GNotification *notification, const gchar *category)
 
GIO_AVAILABLE_IN_2_40 void g_notification_add_button (GNotification *notification, const gchar *label, const gchar *detailed_action)
 
GIO_AVAILABLE_IN_2_40 void g_notification_add_button_with_target (GNotification *notification, const gchar *label, const gchar *action, const gchar *target_format,...)
 
GIO_AVAILABLE_IN_2_40 void g_notification_add_button_with_target_value (GNotification *notification, const gchar *label, const gchar *action, GVariant *target)
 
GIO_AVAILABLE_IN_2_40 void g_notification_set_default_action (GNotification *notification, const gchar *detailed_action)
 
GIO_AVAILABLE_IN_2_40 void g_notification_set_default_action_and_target (GNotification *notification, const gchar *action, const gchar *target_format,...)
 
GIO_AVAILABLE_IN_2_40 void g_notification_set_default_action_and_target_value (GNotification *notification, const gchar *action, GVariant *target)
 

Macro Definition Documentation

◆ G_IS_NOTIFICATION

#define G_IS_NOTIFICATION ( o)    (G_TYPE_CHECK_INSTANCE_TYPE ((o), G_TYPE_NOTIFICATION))

Definition at line 36 of file gnotification.h.

◆ G_NOTIFICATION

#define G_NOTIFICATION ( o)    (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_NOTIFICATION, GNotification))

Definition at line 35 of file gnotification.h.

◆ G_TYPE_NOTIFICATION

#define G_TYPE_NOTIFICATION   (g_notification_get_type ())

Definition at line 34 of file gnotification.h.

Function Documentation

◆ g_notification_add_button()

GIO_AVAILABLE_IN_2_40 void g_notification_add_button ( GNotification * notification,
const gchar * label,
const gchar * detailed_action )

◆ g_notification_add_button_with_target()

GIO_AVAILABLE_IN_2_40 void g_notification_add_button_with_target ( GNotification * notification,
const gchar * label,
const gchar * action,
const gchar * target_format,
... )

◆ g_notification_add_button_with_target_value()

GIO_AVAILABLE_IN_2_40 void g_notification_add_button_with_target_value ( GNotification * notification,
const gchar * label,
const gchar * action,
GVariant * target )

◆ g_notification_get_type()

GIO_AVAILABLE_IN_2_40 GType g_notification_get_type ( void )

◆ g_notification_new()

GIO_AVAILABLE_IN_2_40 GNotification * g_notification_new ( const gchar * title)

◆ g_notification_set_body()

GIO_AVAILABLE_IN_2_40 void g_notification_set_body ( GNotification * notification,
const gchar * body )

◆ g_notification_set_category()

GIO_AVAILABLE_IN_2_70 void g_notification_set_category ( GNotification * notification,
const gchar * category )

◆ g_notification_set_default_action()

GIO_AVAILABLE_IN_2_40 void g_notification_set_default_action ( GNotification * notification,
const gchar * detailed_action )

◆ g_notification_set_default_action_and_target()

GIO_AVAILABLE_IN_2_40 void g_notification_set_default_action_and_target ( GNotification * notification,
const gchar * action,
const gchar * target_format,
... )

◆ g_notification_set_default_action_and_target_value()

GIO_AVAILABLE_IN_2_40 void g_notification_set_default_action_and_target_value ( GNotification * notification,
const gchar * action,
GVariant * target )

◆ g_notification_set_icon()

GIO_AVAILABLE_IN_2_40 void g_notification_set_icon ( GNotification * notification,
GIcon * icon )

◆ g_notification_set_priority()

GIO_AVAILABLE_IN_2_42 void g_notification_set_priority ( GNotification * notification,
GNotificationPriority priority )

◆ g_notification_set_title()

GIO_AVAILABLE_IN_2_40 void g_notification_set_title ( GNotification * notification,
const gchar * title )

◆ g_notification_set_urgent()

void g_notification_set_urgent ( GNotification * notification,
gboolean urgent )