Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
9c03ddbb
Commit
9c03ddbb
authored
Jun 24, 2009
by
Rémi Duraffort
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cosmetics.
parent
45af95ff
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
modules/misc/notify/notify.c
modules/misc/notify/notify.c
+7
-5
No files found.
modules/misc/notify/notify.c
View file @
9c03ddbb
...
@@ -263,8 +263,9 @@ static int ItemChange( vlc_object_t *p_this, const char *psz_var,
...
@@ -263,8 +263,9 @@ static int ItemChange( vlc_object_t *p_this, const char *psz_var,
return
VLC_SUCCESS
;
return
VLC_SUCCESS
;
}
}
/* libnotify callback, called when the "Next" button is pressed */
static
void
Next
(
NotifyNotification
*
notification
,
gchar
*
psz
,
gpointer
p
)
static
void
Next
(
NotifyNotification
*
notification
,
gchar
*
psz
,
gpointer
p
)
{
/* libnotify callback, called when the "Next" button is pressed */
{
vlc_object_t
*
p_object
=
(
vlc_object_t
*
)
p
;
vlc_object_t
*
p_object
=
(
vlc_object_t
*
)
p
;
VLC_UNUSED
(
psz
);
VLC_UNUSED
(
psz
);
...
@@ -274,8 +275,9 @@ static void Next( NotifyNotification *notification, gchar *psz, gpointer p )
...
@@ -274,8 +275,9 @@ static void Next( NotifyNotification *notification, gchar *psz, gpointer p )
pl_Release
(
p_object
);
pl_Release
(
p_object
);
}
}
/* libnotify callback, called when the "Previous" button is pressed */
static
void
Prev
(
NotifyNotification
*
notification
,
gchar
*
psz
,
gpointer
p
)
static
void
Prev
(
NotifyNotification
*
notification
,
gchar
*
psz
,
gpointer
p
)
{
/* libnotify callback, called when the "Previous" button is pressed */
{
vlc_object_t
*
p_object
=
(
vlc_object_t
*
)
p
;
vlc_object_t
*
p_object
=
(
vlc_object_t
*
)
p
;
VLC_UNUSED
(
psz
);
VLC_UNUSED
(
psz
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment